mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[PR #218] [CLOSED] mobile working better, code simplified, sass breaking changes fixed, readme enhanced, scroll fixed and some better styling. #380
Labels
No labels
bug
documentation
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/InstagramUnfollowers#380
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/davidarroyo1234/InstagramUnfollowers/pull/218
Author: @xyztavo
Created: 1/30/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
7179e26Update dependencies, enhance README, and improve script handlingbdef4efMerge branch 'davidarroyo1234:master' into master426c7ddfix: use new importing directives accordingly to new dart rules1e90f76refactor: reduced index.html compiled file by using dart sass directiveb395c4erefactor: reduced index.html compiled file by using dart sass directive -- fix: wrong stuff, remove bunlock69ee925fix: mobile responsive issues, not great but ok for now367dc31feat: better styling, reduced scss code by using variables and globalizing them, todo: reduce more code and make it responsive, new build-prod command62ffd97fix: index css styling, todo: svgs way too much paths for the index, handcraft some more on figma and replace themc80cd03style: better stylinge49172adocs: 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
hey let me know if you notice something wrong with it, the code will also be better when changing those SVGS, they are taking way too much space on clipboard but in about 1 week i will hand craft some optimized svgs for it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.