Bug 462037 - Add visible "Connect" text to icons-only buttons in list items
Summary: Add visible "Connect" text to icons-only buttons in list items
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_bluetooth (other bugs)
Version First Reported In: 5.26.3
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Rosca
URL:
Keywords: junior-jobs, usability
Depends on:
Blocks:
 
Reported: 2022-11-19 20:57 UTC by aronkvh
Modified: 2025-10-30 23:29 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 6.6.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aronkvh 2022-11-19 20:57:14 UTC
In the Bluetooth KCM the connect action is an icon-only button and the icon isn't self-explanatory. Since there is plenty if space next to it, it would make sense to have a "Connect" label to each row.
Comment 1 Nate Graham 2022-11-29 20:31:49 UTC
Under this logic, we added text to the buttons in the System Tray widgets too. I would definitely like to see this done here, but the issue is that it's using a standard Kirigami component that always uses icons-only buttons here.

So we would either have to port to a custom component, or change the Kirigami component to optionally support this, and then make use of that new feature here.