aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-04-28 18:46:15 +0200
committerdec05eba <dec05eba@protonmail.com>2021-04-28 18:46:15 +0200
commit3b0d367c6b70f88e5fa01a1813f9487c37401050 (patch)
treed5998b88d8835de5cc159e7e105c25576e7320d6 /TODO
parent7d0d8a1bf0ffbaf073303efc7d7bfc58177277a6 (diff)
Update emoji, add room topic to matrix
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index f58b43e..56617f6 100644
--- a/TODO
+++ b/TODO
@@ -38,7 +38,6 @@ Support peertube (works with mpv, but need to implement search and related video
Add a tab for common directories and recently accessed files/directories (the directories would be the directory of used files).
Provide a way to go to the first unread message in matrix and also show a marker in the body (maybe a red line?) where the first unread message is.
Cleanup keybindings. Some require ctrl, some dont.
-Add room topic beside room name in matrix (in messages tab).
Set the icon of the window to be the icon of the plugin. Nice for KDE, GNOME, etc with titlebars.
If --no-audio is used then music should be played with a lightweight music player instead. MPV is heavy even for music (60mb RAM). Maybe use sfml audio functions?
Update 4chan thread in real time, just like 4chan-x.
@@ -136,4 +135,5 @@ Cloudflare kicks in when downloading manga on manganelo.. figure out a way to by
Replace cppcodec with another library for base64 url encoding/decoding. Its way too large for what it does.
Revert back to old fuzzy search code or use levenshtein distance, then reorder items by best match. This could be done by having a second vector of indices and use that vector everywhere body items by index is accessed (including selected_item). Also perform the search in Body::draw when search term has been modified. This allows us to automatically update that new vector.
Using a VertexBuffer in Text makes the text quickly glitch out. Why does this happen?
-Update subscriptions page either with f5 and automatically update it when adding/removing subscriptions. \ No newline at end of file
+Update subscriptions page either with f5 and automatically update it when adding/removing subscriptions.
+Update room name and topic text in ui when they change. \ No newline at end of file