mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-26 05:15:52 +03:00
[PR #217] [CLOSED] styling, support for android and more. code simplified and stuff #382
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#382
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/217
Author: @xyztavo
Created: 1/28/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 (+451 additions, -337 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(+22 -16)📝
src/styles/_variables.scss(+12 -0)📝
src/styles/main.scss(+85 -42)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.