From cc3a65bde2e480b2b07b74eeef20d9081d7f730f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 2 Jun 2021 17:42:30 +0200 Subject: Add modern theme Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room. --- TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 075bf1e..ca9334d 100644 --- a/TODO +++ b/TODO @@ -147,4 +147,6 @@ Ctrl+S saving a video should copy the video from cache if the video was download When synapse adds support for media download http request range then quickmedia should download the last 4096 bytes of mp4 files and move the moov atom and co64 atoms (and others) to the front of the file before mdat, similar to how qt-faststart does it. This is needed for video streaming certain mp4 files. Ctrl+S when a body item is selected on youtube/xxxplugins should show an option to download the video, instead of having to press ctrl+s after the video is playing. Show a subscribe button for channels, which should be red and say "subscribe" if we are not subscribed and it should be gray and say "unsubscribe" if we already are subscribed. -Display youtube playlists differently and support downloading the whole playlist at once. \ No newline at end of file +Display youtube playlists differently and support downloading the whole playlist at once. +To fix jitter in body when items are added before the selected item, we should increase page_scroll by the height of the new item. +Cancel current search when search is updated. \ No newline at end of file -- cgit v1.2.3