[PR #219] [MERGED] mobile working better, code simplified, sass breaking changes fixed, readme enhanced, scroll fixed, instagram names blurred and some better styling. #379

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

📋 Pull Request Information

Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/219
Author: @xyztavo
Created: 2/4/2025
Status: Merged
Merged: 2/4/2025
Merged by: @davidarroyo1234

Base: masterHead: master


📝 Commits (10+)

  • 7179e26 Update dependencies, enhance README, and improve script handling
  • bdef4ef Merge branch 'davidarroyo1234:master' into master
  • 426c7dd fix: use new importing directives accordingly to new dart rules
  • 1e90f76 refactor: reduced index.html compiled file by using dart sass directive
  • b395c4e refactor: reduced index.html compiled file by using dart sass directive -- fix: wrong stuff, remove bunlock
  • 69ee925 fix: mobile responsive issues, not great but ok for now
  • 367dc31 feat: better styling, reduced scss code by using variables and globalizing them, todo: reduce more code and make it responsive, new build-prod command
  • 62ffd97 fix: index css styling, todo: svgs way too much paths for the index, handcraft some more on figma and replace them
  • c80cd03 style: better styling
  • e49172a docs: Comprehensive README overhaul with enhanced user guidance and styling

📊 Changes

18 files changed (+436 additions, -334 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+40 -28)
📝 assets/copy_code.png (+0 -0)
📝 assets/initial.png (+0 -0)
📝 assets/results.png (+0 -0)
📝 package.json (+2 -2)
📝 public/index.html (+240 -217)
📝 src/components/Searching.tsx (+9 -9)
📝 src/components/SettingMenu.tsx (+4 -4)
📝 src/components/Toast.tsx (+1 -1)
📝 src/components/Toolbar.tsx (+17 -12)
📝 src/components/Unfollowing.tsx (+2 -2)
src/components/icons/Logo.tsx (+12 -0)
📝 src/components/icons/SettingIcon.tsx (+1 -1)
📝 src/styles.scss (+3 -3)
📝 src/styles/_helpers.scss (+18 -16)
📝 src/styles/_variables.scss (+12 -0)
📝 src/styles/main.scss (+74 -39)

📄 Description

No description provided


🔄 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/219 **Author:** [@xyztavo](https://github.com/xyztavo) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@davidarroyo1234](https://github.com/davidarroyo1234) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7179e26`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/7179e266bed627b7a6525e8a5e632b67606687f6) Update dependencies, enhance README, and improve script handling - [`bdef4ef`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/bdef4efe565bb3d1c0869ce3bba64b56a7d05dcd) Merge branch 'davidarroyo1234:master' into master - [`426c7dd`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/426c7dd431a16300f585bbbc3959db52aca9bef6) fix: use new importing directives accordingly to new dart rules - [`1e90f76`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/1e90f76a4a9d9cc8d54e21c30c11e57ca4b2154c) refactor: reduced index.html compiled file by using dart sass directive - [`b395c4e`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/b395c4e92eb4e12697024247f671636ecb01f9e2) refactor: reduced index.html compiled file by using dart sass directive -- fix: wrong stuff, remove bunlock - [`69ee925`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/69ee925830d47392c6469a797e8b659f0ca01afb) fix: mobile responsive issues, not great but ok for now - [`367dc31`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/367dc3155ba93f3cb5c0b1e39131d2b734a83f46) feat: better styling, reduced scss code by using variables and globalizing them, todo: reduce more code and make it responsive, new build-prod command - [`62ffd97`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/62ffd978aba2f5e7fcd49b2d046b3643d5615c34) fix: index css styling, todo: svgs way too much paths for the index, handcraft some more on figma and replace them - [`c80cd03`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/c80cd031a5ec4006f1962c9f5124b0161899fead) style: better styling - [`e49172a`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/e49172a5bd3c97413b46b41c4b8061f34f4dcdf8) docs: Comprehensive README overhaul with enhanced user guidance and styling ### 📊 Changes **18 files changed** (+436 additions, -334 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+40 -28) 📝 `assets/copy_code.png` (+0 -0) 📝 `assets/initial.png` (+0 -0) 📝 `assets/results.png` (+0 -0) 📝 `package.json` (+2 -2) 📝 `public/index.html` (+240 -217) 📝 `src/components/Searching.tsx` (+9 -9) 📝 `src/components/SettingMenu.tsx` (+4 -4) 📝 `src/components/Toast.tsx` (+1 -1) 📝 `src/components/Toolbar.tsx` (+17 -12) 📝 `src/components/Unfollowing.tsx` (+2 -2) ➕ `src/components/icons/Logo.tsx` (+12 -0) 📝 `src/components/icons/SettingIcon.tsx` (+1 -1) 📝 `src/styles.scss` (+3 -3) 📝 `src/styles/_helpers.scss` (+18 -16) 📝 `src/styles/_variables.scss` (+12 -0) 📝 `src/styles/main.scss` (+74 -39) </details> ### 📄 Description _No description provided_ --- <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:43 +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#379
No description provided.