Files
Browser/To-Do.md
2025-11-16 00:56:22 -06:00

46 lines
1.1 KiB
Markdown

# To-Do
## Bugs
- [ ] Test Config Saving on Android.
- [ ] Fix persisting app state in background on Android. https://github.com/Sudo-Ivan/Ren-Browser/issues/1
- [ ] Fix tabs dragging/reordering and overflow issues. https://github.com/Sudo-Ivan/Ren-Browser/issues/1
## UI
- [ ] Tab dragging/reordering.
- [ ] Tab previews.
- [ ] Search with history.
- [ ] Bookmark page and icon.
- [ ] Interfaces status page.
- [ ] Custom theming.
- [ ] Better tab display and management.
## Design
- [ ] Logo
## Renderers
- [ ] Add a micron renderer/parser. (micron.py)
## Storage
- [ ] Add a storage system/management, eg handling downloading files, saving bookmarks, caching, tabs and history. (storage.py)
- [ ] Add a bookmarks manager.
- [ ] Add a history manager.
- [ ] Add a cache manager.
- [ ] Add a download manager.
## Main Logic
- [ ] Add a profiler to the browser. (profiler.py)
- [ ] Page refreshing.
- [ ] Interface status page.
- [ ] Plugins.
## Distribution
- [ ] Add/Update build workflow to build Windows, MacOS and iOS.
- [ ] Appimage
- [ ] Flatpak