Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
afoome committed Mar 15, 2022
1 parent 9f8acc5 commit cbd7a38
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ run `npm run build` and then everything is ready in `public` folder.
- [X] iterate on cursor of indexedDB may have potential bug, dive into it later on
- checked, no such potential bug ✅
- refer to : <https://stackoverflow.com/questions/68331241/how-does-the-cursor-inside-if-statment-can-loop-using-idbcursor-continue-in-ja>
- [ ] add flip link to options/settings view on click the kBookmarks header instead of option page standalone
- [ ] we may introduce router-based layout instead of the current list-based in one view.
![](images/64061647225093_.pic.jpg)
- [X] add flip link to options/settings view on click the kBookmarks header instead of option page standalone
- [X] we may introduce router-based layout instead of the current list-based in one view.
![](images/64061647225093_.pic.jpg)
- [X] [package](https://developer.chrome.com/docs/extensions/mv3/linux_hosting/#packaging) and [submit to play store](https://developer.chrome.com/docs/webstore/publish/)
- > Extensions and themes are served as .crx files. When uploading through the Chrome Developer Dashboard, the dashboard creates the crx file automatically. If published on a personal server, the crx file will need to be created locally or downloaded from the Chrome Web Store.
- [ ] replace raw IndexedDB with jsStore
- since currently the search and open/close issues are still buggy with raw IndexedDB


# Ref
Expand Down

0 comments on commit cbd7a38

Please sign in to comment.