mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[PR #75] [MERGED] Reduce code size and some updates #158
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#158
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/75
Author: @tomleb3
Created: 3/27/2023
Status: ✅ Merged
Merged: 3/29/2023
Merged by: @davidarroyo1234
Base:
master← Head:reduce-code-size📝 Commits (5)
fffe71fRemove unused babel plugin858e6b1Remove bloat to reduce code size374c473Update logo style361d57bUpdate screenshots in readme8fab25fEnlarge progressbar to make it more noticable📊 Changes
12 files changed (+47 additions, -693 deletions)
View changed files
➕
.htaccess(+30 -0)📝
README.md(+3 -3)➕
assets/initial.png(+0 -0)➖
assets/main.png(+0 -0)📝
assets/results.png(+0 -0)📝
package-lock.json(+4 -607)📝
package.json(+0 -1)📝
src/main.tsx(+6 -6)➖
src/services/storage.ts(+0 -55)📝
src/styles/main.scss(+4 -3)📝
src/utils.ts(+0 -17)📝
tsconfig.json(+0 -1)📄 Description
With some of the newer additions to the script, the repo became slow to
load. This is due to us presenting the script's code for users to copy in the
main
Readme.mdfile, and this script contains ~52k characters, whichis a significant number.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.