Bug 479528

Summary: Visually distinguish the active account from the account list
Product: [Applications] Tokodon Reporter: FiNeX <finex>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: carl, josh
Priority: NOR    
Version: 23.08.4   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description FiNeX 2024-01-08 09:15:09 UTC
SUMMARY
When you click on the the "switch users" button the account list below the current account should be separated. 

STEPS TO REPRODUCE
1. Click the "switch users" button

OBSERVED RESULT
The list below the active account is not visually separated 

EXPECTED RESULT
The list should be easily distinguishable from the active account. For example with a separator line or a label.

SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11
Comment 1 Joshua Goins 2024-01-10 15:32:03 UTC
Git commit 0963950b48978b1793c2cda7a5dc181d4899861c by Joshua Goins.
Committed on 10/01/2024 at 16:31.
Pushed by redstrate into branch 'master'.

Visually separate the active account from the list in the switcher

M  +10   -1    src/content/ui/UserInfo.qml

https://invent.kde.org/network/tokodon/-/commit/0963950b48978b1793c2cda7a5dc181d4899861c
Comment 2 FiNeX 2024-01-15 10:53:21 UTC
(In reply to Joshua Goins from comment #1)
> Git commit 0963950b48978b1793c2cda7a5dc181d4899861c by Joshua Goins.
> Committed on 10/01/2024 at 16:31.
> Pushed by redstrate into branch 'master'.
> 
> Visually separate the active account from the list in the switcher
> 
> M  +10   -1    src/content/ui/UserInfo.qml
> 
> https://invent.kde.org/network/tokodon/-/commit/
> 0963950b48978b1793c2cda7a5dc181d4899861c

Thank you very much!