Created attachment 180942 [details] Screenshot SUMMARY When the user sends a message but it is pending confirmed received on the server, they sit too far right meaning one of the buttons is inaccessible and the three dots are cut off and not able to be clicked either. STEPS TO REPRODUCE 1. Send a message 2. Have the user's homeserver be delayed in acknowledging receipt of the message OBSERVED RESULT As seen in screenshot EXPECTED RESULT Buttons accessible NeoChat: 25.07.70 KDE Flatpak runtime (Wayland) libQuotient: 0.10.0 (built against 0.10.0) KDE Frameworks: 6.13.0 Qt: Using 6.8.3 and built against 6.8.3 Build ABI: x86_64-little_endian-lp64 Kernel: linux 6.14.4-arch1-1
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