https://bugs.kde.org/show_bug.cgi?id=486252
Joshua Goins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/netw | |ork/neochat/-/commit/d05919 | |5e9202abf3457dfeb5fad05f9f4 | |f5ebbee Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Joshua Goins <[email protected]> --- Git commit d059195e9202abf3457dfeb5fad05f9f4f5ebbee by Joshua Goins. Committed on 19/05/2025 at 00:00. Pushed by redstrate into branch 'master'. Add user menu that is opened via right-clicking/long-tapped on avatar We can un-clutter our message context menu, which we had to share with user actions. (Even though we only had one so far.) I added one new user-specific action which allows you to quickly mention the user in chat. Otherwise you would've had to copy their username or use the completion menu. It's convergent on mobile, it still has the hover indicator and it also is available through the AuthorComponent. M +1 -0 src/app/CMakeLists.txt A +35 -0 src/app/qml/UserMenu.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +13 -0 src/chatbar/ChatBar.qml M +1 -0 src/libneochat/chatbarcache.h M +31 -21 src/timeline/AuthorComponent.qml M +0 -8 src/timeline/DelegateContextMenu.qml M +0 -2 src/timeline/FileDelegateContextMenu.qml M +30 -2 src/timeline/MessageDelegate.qml M +0 -1 src/timeline/MessageDelegateContextMenu.qml https://invent.kde.org/network/neochat/-/commit/d059195e9202abf3457dfeb5fad05f9f4f5ebbee -- You are receiving this mail because: You are watching all bug changes.
