[PR #70] [MERGED] Updates and improvements #351

Closed
opened 2026-03-07 20:16:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/70
Author: @tomleb3
Created: 3/8/2023
Status: Merged
Merged: 3/13/2023
Merged by: @davidarroyo1234

Base: masterHead: improvements


📝 Commits (10+)

  • d5551e0 Style changes
  • bf89e3d Arrange SCSS
  • b766b41 Add dist to gitIgnore
  • b75a611 Remove non-existant stuff from gitIgnore
  • 2fed60a Fix preact aliasing
  • cd5f22a Add TS rules to improve strictness
  • 056a4fa Add eslint and fix related code problems
  • 1b79d60 Further visual upgrades
  • ff6bfbd Add search functionality
  • 62f5f6e Minimalistic design for progressbar

📊 Changes

14 files changed (+2798 additions, -655 deletions)

View changed files

.eslintrc.json (+172 -0)
📝 .gitignore (+1 -4)
📝 README.md (+1 -1)
dist/dist.js (+0 -1)
📝 package-lock.json (+1950 -61)
📝 package.json (+5 -0)
📝 src/main.tsx (+280 -231)
📝 src/model/user.ts (+27 -27)
📝 src/styles.scss (+3 -326)
src/styles/_helpers.scss (+136 -0)
src/styles/_variables.scss (+10 -0)
src/styles/main.scss (+195 -0)
📝 src/utils.ts (+5 -2)
📝 tsconfig.json (+13 -2)

📄 Description

Most notable changes:

  • UI layout redesign. Now looks and feels more like a proper web-app.
  • Addition of search functionality.
  • Addition of eslint and stricter TS (improved DX).
  • Multiple general fixups

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/davidarroyo1234/InstagramUnfollowers/pull/70 **Author:** [@tomleb3](https://github.com/tomleb3) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/13/2023 **Merged by:** [@davidarroyo1234](https://github.com/davidarroyo1234) **Base:** `master` ← **Head:** `improvements` --- ### 📝 Commits (10+) - [`d5551e0`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/d5551e052e34b3fd2bf17c08823a7389ac3b2a78) Style changes - [`bf89e3d`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/bf89e3ded68f49497aa3bdaaa732356c868dac2f) Arrange SCSS - [`b766b41`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/b766b419e0649c3cbfe2d5a5f235226530e6c856) Add dist to gitIgnore - [`b75a611`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/b75a611ba9cc29c6b21a91e070f8ef88a6b12ad9) Remove non-existant stuff from gitIgnore - [`2fed60a`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/2fed60acdf134586189fe3eb94427057f4bbfe96) Fix preact aliasing - [`cd5f22a`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/cd5f22a72e2bb502c94658bedd20d6e8c82a85e4) Add TS rules to improve strictness - [`056a4fa`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/056a4fa7b81d74322dabcc924f9d628af3e726f0) Add eslint and fix related code problems - [`1b79d60`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/1b79d604a506e5e50a440a76a59b8bd12289fad1) Further visual upgrades - [`ff6bfbd`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/ff6bfbdaa81874f074e58fee2aab1df071f3d2e5) Add search functionality - [`62f5f6e`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/62f5f6ef1b373e23bb81ca36fbce55a04f445e2e) Minimalistic design for progressbar ### 📊 Changes **14 files changed** (+2798 additions, -655 deletions) <details> <summary>View changed files</summary> ➕ `.eslintrc.json` (+172 -0) 📝 `.gitignore` (+1 -4) 📝 `README.md` (+1 -1) ➖ `dist/dist.js` (+0 -1) 📝 `package-lock.json` (+1950 -61) 📝 `package.json` (+5 -0) 📝 `src/main.tsx` (+280 -231) 📝 `src/model/user.ts` (+27 -27) 📝 `src/styles.scss` (+3 -326) ➕ `src/styles/_helpers.scss` (+136 -0) ➕ `src/styles/_variables.scss` (+10 -0) ➕ `src/styles/main.scss` (+195 -0) 📝 `src/utils.ts` (+5 -2) 📝 `tsconfig.json` (+13 -2) </details> ### 📄 Description Most notable changes: * UI layout redesign. Now looks and feels more like a proper web-app. * Addition of search functionality. * Addition of eslint and stricter TS (improved DX). * Multiple general fixups --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:16:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/InstagramUnfollowers#351
No description provided.