Bug 456651 - FEATURE: make compact mode not take full width
Summary: FEATURE: make compact mode not take full width
Status: RESOLVED FIXED
Alias: None
Product: NeoChat
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Tobias Fella
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-12 20:30 UTC by Jan Bidler
Modified: 2022-11-15 18:13 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Bidler 2022-07-12 20:30:18 UTC
SUMMARY
Currently compact mode makes messages go all the way to the right of the window.
This has a few problems, like the message date being overlapped from the "jump to bottom"- button at times, or the quick actions buttons overlapping the "jump to bottom"-button.
It would also generate consistency with other clients which do something similar (i.e electron, discord, potentially others)

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.9-arch1-1 (64-bit)
Graphics Platform: Wayland
NeoChat: 22.06
Comment 1 James Graham 2022-07-15 15:36:06 UTC
This is partially helped by https://invent.kde.org/network/neochat/-/merge_requests/466 which moves the time next to the name for the exact reason you mentioned of overlap with the quick action both in compact and bubble mode.

What width do you think it should be? Are you thinking of just adding some padding to the right to avoid the buttons or a hard maximum for when the screen get really wide?
Comment 2 Jan Bidler 2022-07-15 16:58:30 UTC
Was thinking of just padding on the right, probably "large spacing" or if that's not enough multiply it.
A hard maximum would look weird IMO.
Comment 3 Bug Janitor Service 2022-11-14 19:16:36 UTC
A possibly relevant merge request was started @ https://invent.kde.org/network/neochat/-/merge_requests/610
Comment 4 James Graham 2022-11-15 18:13:22 UTC
Fixed by https://invent.kde.org/network/neochat/-/merge_requests/610