https://bugs.kde.org/show_bug.cgi?id=503784
James Graham <james.h.gra...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/neochat/-/commit/101a8b | |9ec3cd82cf55c45c76a873ae86b | |ee19152 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from James Graham <james.h.gra...@protonmail.com> --- Git commit 101a8b9ec3cd82cf55c45c76a873ae86bee19152 by James Graham. Committed on 11/05/2025 at 10:11. Pushed by nvrwhere into branch 'master'. Yeet HoverActions into the sun Replace HoverActions with an inline action component that appears on hover. There are only actions for reply and react if there is space the overflow button opens the normal message menu. NOTE: the most recent update changes things slightly, from the images below the buttons are now top aligned because of potentially hige messages. The actions are also now disabled for compact mode as they never really made sense there anyway. The menu now has all options so no one is missing out. For normal messages {width=419 height=138} When space is limited {width=411 height=130} User messages {width=296 height=114} M +1 -1 snapcraft.yaml M +33 -0 src/libneochat/neochatroom.cpp M +11 -0 src/libneochat/neochatroom.h M +1 -1 src/timeline/CMakeLists.txt M +13 -0 src/timeline/DelegateContextMenu.qml D +0 -181 src/timeline/HoverActions.qml M +3 -25 src/timeline/MessageDelegate.qml M +2 -0 src/timeline/MessageDelegateContextMenu.qml A +90 -0 src/timeline/QuickActions.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +0 -12 src/timeline/TimelineView.qml M +69 -2 src/timeline/messagedelegate.cpp M +16 -0 src/timeline/messagedelegate.h https://invent.kde.org/network/neochat/-/commit/101a8b9ec3cd82cf55c45c76a873ae86bee19152 -- You are receiving this mail because: You are watching all bug changes.