~ihabunek

Zagreb, Croatia

~ihabunek/toot-discuss

Last active 7 months ago

~ihabunek/hub3-announce

Last active 2 years ago

~ihabunek/triglav-discuss

Last active 4 years ago
View more

Recent activity

Re: [PATCH] Include server part of username mentions 10 months ago

From Ivan Habunek to ~ihabunek/toot-discuss

I should test this one a bit against pleroma/akkoma/etc before applying.

-- Ivan

Re: [PATCH] Print visibility in CLI 10 months ago

From Ivan Habunek to ~ihabunek/toot-discuss

Thanks!

-- Ivan

Re: [PATCH] Fix --clear text issue 10 months ago

From Ivan Habunek to ~ihabunek/toot-discuss

Thanks!

-- Ivan

Re: [PATCH v2] Fix version check in case of an empty string 10 months ago

From Ivan Habunek to ~ihabunek/toot-discuss

Applied, thanks.

-- Ivan

[PATCH tooi 2/3] GotoScreen: add keyboard shortcuts 1 year, 27 days ago

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]

[PATCH tooi 3/3] MenuItem: Highlight shortcut keys 1 year, 27 days ago

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]

[PATCH tooi 1/3] Menu: add support for keyboard shortcuts 1 year, 27 days ago

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]

Re: [PATCH tooi 1/5] api.fetch_timeline(): add since_id parameter 1 year, 28 days ago

From Ivan Habunek to ~ihabunek/toot-discuss

Thanks, applied.

-- Ivan

Re: [PATCH tooi v2] api.timeline: factor and clean up 1 year, 29 days ago

From Ivan Habunek to ~ihabunek/toot-discuss

Applied. Thanks.

-- Ivan

Re: [PATCH tooi] api.timeline: factor and clean up 1 year, 29 days ago

From Ivan Habunek to ~ihabunek/toot-discuss

Please rebase this one on main since it does not apply cleanly.

Thanks.

-- Ivan