[PR #75] [MERGED] Reduce code size and some updates #357

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

📋 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: masterHead: reduce-code-size


📝 Commits (5)

  • fffe71f Remove unused babel plugin
  • 858e6b1 Remove bloat to reduce code size
  • 374c473 Update logo style
  • 361d57b Update screenshots in readme
  • 8fab25f Enlarge 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.md file, and this script contains ~52k characters, which
is a significant number.


🔄 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/75 **Author:** [@tomleb3](https://github.com/tomleb3) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/29/2023 **Merged by:** [@davidarroyo1234](https://github.com/davidarroyo1234) **Base:** `master` ← **Head:** `reduce-code-size` --- ### 📝 Commits (5) - [`fffe71f`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/fffe71f56ce399cdb13f187a5e96a80e973159fc) Remove unused babel plugin - [`858e6b1`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/858e6b13a213eff6f42b7101985a8c037ed76601) Remove bloat to reduce code size - [`374c473`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/374c473f8825d52586f4722d60bbfa8f0ec17c76) Update logo style - [`361d57b`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/361d57beffa09aa3738f79abf494c6377aaae056) Update screenshots in readme - [`8fab25f`](https://github.com/davidarroyo1234/InstagramUnfollowers/commit/8fab25f86bdfc77d1af33a3afbcfe50ac40646db) Enlarge progressbar to make it more noticable ### 📊 Changes **12 files changed** (+47 additions, -693 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 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.md` file, and this script contains ~52k characters, which is a significant number. --- <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:37 +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#357
No description provided.