Bug 479528 - Visually distinguish the active account from the account list
Summary: Visually distinguish the active account from the account list
Status: RESOLVED FIXED
Alias: None
Product: Tokodon
Classification: Applications
Component: general (show other bugs)
Version: 23.08.4
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-08 09:15 UTC by FiNeX
Modified: 2024-01-15 10:53 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 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!