2020-06-18 16:54:48 -04:00
# Notes
2020-11-27 17:01:29 -05:00
## Subscriptions (temp)
2020-11-17 20:56:15 -05:00
- TODO: remove all logger lines
2020-11-19 21:14:19 -05:00
2020-07-07 21:13:45 -04:00
## Issues
2020-07-10 14:37:18 -04:00
- URL for each tab should not be stored as a string - in the current code there's lots of reparsing the URL
2020-07-28 19:33:00 -04:00
2020-07-01 20:08:07 -04:00
## Upstream Bugs
2020-06-29 12:54:36 -04:00
- Wrapping messes up on brackets
2020-06-18 16:54:48 -04:00
- Filed [issue 23 ](https://gitlab.com/tslocum/cview/-/issues/23 )
2020-06-29 12:54:36 -04:00
- Wrapping panics on strings with brackets and Asian characters
- Filed cview [issue 27 ](https://gitlab.com/tslocum/cview/-/issues/27 )
- The panicking was reported and fixed in Amfora [issue 20 ](https://github.com/makeworld-the-better-one/amfora/issues/20 ), but the lines are now just not wrapped
2020-06-18 16:54:48 -04:00
- Text background not reset on ANSI pages
- Filed [issue 25 ](https://gitlab.com/tslocum/cview/-/issues/25 )
2020-06-19 14:05:05 -04:00
- Modal styling messed up when wrapped - example occurence is the error modal for a long unsupported scheme URL
2020-06-21 20:37:27 -04:00
- Filed [issue 26 ](https://gitlab.com/tslocum/cview/-/issues/26 )
2020-06-23 20:23:28 -04:00
- Add some bold back into modal text after this is fixed
2020-06-24 11:37:32 -04:00
- Bookmark keys aren't deleted, just set to `""`
2020-07-01 20:08:07 -04:00
- Waiting on [this viper PR ](https://github.com/spf13/viper/pull/519 ) to be merged
- Help table cells aren't dynamically wrapped
- Filed [issue 29 ](https://gitlab.com/tslocum/cview/-/issues/29 )