This repository has been archived by the owner on May 12, 2020. It is now read-only.
Releases: lvxianchao/the-fucking-github
Releases · lvxianchao/the-fucking-github
修复一些问题
Unstar
Fixed #9 and others
- Fixed #9: set the images url absolutely.
- Remember the status of Toc.
- Case-insensitive when filtering repositories by keywords.
Trigger ToC
- User can trigger the ToC now.
- The ToC will be sticky to the top when document scroll.
Fixed #6
Fixed bugs and new functions
- Fixed #5: cannot display all repositories when the repositories list is scrolled to the bottom.
- Fixed the problem that item list was not displayed after clearing filters by languages.
- Fixed the problem that the number of filtered items was 0 and filtered again without displaying the list of items.
- When using conditional filtering items, the blocked item list is overwritten by a list of stared items that have not yet been loaded.
- Followers can be filtered now.
- Cancel some api in the manifest.json.
Fixed #4:sync the tags
v1.0.3 Fixed #4: sync the tags
Fixed #3
- Fixed #3 where the extension could not function properly when there were a lot of items in the starred repositories.
- Replacing the local storage driver from
localstorage
tochrome.storage.local
solves the problem of insufficient storage space. - Optimized the rendering of the starred repositories list, solved the problem of page stuck.
- Optimized image lazy loading.
Fixed #1: cannot tag to repository
- Fixed #1 cannot tag to repository.
- Delay 300 milliseconds when using keyword filtering to block page jams.