From a0e659098d9fc66122ccd2dc52c81dcf93fd7684 Mon Sep 17 00:00:00 2001 From: miruka Date: Mon, 23 Mar 2020 18:15:51 -0400 Subject: [PATCH] Add compact mode to feature list --- README.md | 1 + TODO.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 1ab47ce2..ee2941ee 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Written in Qt/QML + Python with [nio](https://github.com/poljar/matrix-nio), ### Client - **Fluid interface** that adapts to any window size +- Toggleable **compact mode** - Customizable **keyboard shortcuts** for (almost) everything, including filtering/switching rooms, scrolling, sending files... - Versatile **theming system**, properties can refer to each other and have diff --git a/TODO.md b/TODO.md index bb7a14ba..a1089b57 100644 --- a/TODO.md +++ b/TODO.md @@ -35,6 +35,7 @@ ## Issues +- If names are mentioned with a different case, they look like normal links - When zooming in enough, "Mirage " label overflows - Catch server 5xx errors when sending message and retry