Zagreb, Croatia
From Ivan Habunek to ~ihabunek/toot-discuss
I should test this one a bit against pleroma/akkoma/etc before applying. -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Thanks! -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Thanks! -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Applied, thanks. -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Refactors the widget to use Menu and uses the newly added feature to add keyboard shortcuts to menu items. This enables cobos such as "gh" to open the home timeline. --- tooi/screens/goto.py | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/tooi/screens/goto.py b/tooi/screens/goto.py index 91de775..3aae8ed 100644 --- a/tooi/screens/goto.py +++ b/tooi/screens/goto.py @@ -1,12 +1,13 @@ from textual import on[message trimmed]
From Ivan Habunek to ~ihabunek/toot-discuss
--- tooi/widgets/menu.py | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/tooi/widgets/menu.py b/tooi/widgets/menu.py index f2911e6..b6113fc 100644 --- a/tooi/widgets/menu.py +++ b/tooi/widgets/menu.py @@ -1,7 +1,9 @@ import re from typing import cast from rich.text import Text [message trimmed]
From Ivan Habunek to ~ihabunek/toot-discuss
--- tooi/widgets/menu.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tooi/widgets/menu.py b/tooi/widgets/menu.py index e11b295..f2911e6 100644 --- a/tooi/widgets/menu.py +++ b/tooi/widgets/menu.py @@ -1,5 +1,7 @@ from typing import cast from textual import events from textual.app import log from textual.message import Message [message trimmed]
From Ivan Habunek to ~ihabunek/toot-discuss
Thanks, applied. -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Applied. Thanks. -- Ivan
From Ivan Habunek to ~ihabunek/toot-discuss
Please rebase this one on main since it does not apply cleanly. Thanks. -- Ivan