From 3b0d367c6b70f88e5fa01a1813f9487c37401050 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 28 Apr 2021 18:46:15 +0200 Subject: Update emoji, add room topic to matrix --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3