mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
1.1 KiB
1.1 KiB
Notes
Stream (#9)
- Then make handlers and stuff part of
tab
- Go through process of loading a page from the very beginning and line up all the parts
- Also handle non-network pages like
about:
pages, whereRaw
already exists and just needs to be rendered
Issues
- URL for each tab should not be stored as a string - in the current code there's lots of reparsing the URL
Upstream Bugs
- Bookmark keys aren't deleted, just set to
""
- Waiting on this viper PR to be merged
- cview.Styles not being used - issue is circumvented in Amfora
- ANSI conversion is messed up
- WordWrap is broken in some cases - close #156 if this is fixed
- Prevent panic when reformatting - can't reliably reproduce or debug
- Unicode bullet symbol mask causes issues with PasswordInput