mirror of
https://github.com/davidarroyo1234/InstagramUnfollowers.git
synced 2026-04-25 21:05:49 +03:00
[PR #70] [MERGED] Updates and improvements #351
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#351
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/70
Author: @tomleb3
Created: 3/8/2023
Status: ✅ Merged
Merged: 3/13/2023
Merged by: @davidarroyo1234
Base:
master← Head:improvements📝 Commits (10+)
d5551e0Style changesbf89e3dArrange SCSSb766b41Add dist to gitIgnoreb75a611Remove non-existant stuff from gitIgnore2fed60aFix preact aliasingcd5f22aAdd TS rules to improve strictness056a4faAdd eslint and fix related code problems1b79d60Further visual upgradesff6bfbdAdd search functionality62f5f6eMinimalistic design for progressbar📊 Changes
14 files changed (+2798 additions, -655 deletions)
View changed files
➕
.eslintrc.json(+172 -0)📝
.gitignore(+1 -4)📝
README.md(+1 -1)➖
dist/dist.js(+0 -1)📝
package-lock.json(+1950 -61)📝
package.json(+5 -0)📝
src/main.tsx(+280 -231)📝
src/model/user.ts(+27 -27)📝
src/styles.scss(+3 -326)➕
src/styles/_helpers.scss(+136 -0)➕
src/styles/_variables.scss(+10 -0)➕
src/styles/main.scss(+195 -0)📝
src/utils.ts(+5 -2)📝
tsconfig.json(+13 -2)📄 Description
Most notable changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.