This commit is contained in:
Sudo-Ivan
2025-05-28 22:11:37 -05:00
parent 50e9359f59
commit 46c4e5d63d

27
To-Do.md Normal file
View File

@@ -0,0 +1,27 @@
# To-Do
## UI
- [ ] Settings page and button icon.
- [ ] Tab dragging/reordering.
- [ ] Tab previews.
- [ ] Search with history.
- [ ] Bookmark page and icon.
## 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 tabs manager.
- [ ] Add a history manager.
- [ ] Add a cache manager.
- [ ] Add a download manager. (Windows, Linux, MacOS, Android, iOS)
## Main Logic
- [ ] Add a profiler to the browser. (profiler.py)
- [ ] Add a settings page.(settings.py)