Cockpit-HQ / Cockpit

Cockpit Core - Content Platform
https://getcockpit.com
Other
388 stars 47 forks source link

[UX]: Lokalize hides long keys #224

Closed mountainash closed 1 month ago

mountainash commented 1 month ago

It's common on large sites to make some type of prefixes to sort translation keys... the current Cockpit UI makes this not so easy to use.

Suggestions 1) allow the table to use more of the whitespace on either side of the table on large screens 2) add a title= attribute to the HTML to allow for a tooltip/label showing the full key name on hover.

Screenshot 2024-10-01 at 18 45 18
aheinze commented 1 month ago

I've added a title attribute 👍 Thanks for the hint!

mountainash commented 1 month ago

Title attribute is the slower option for UX as you have to wait each time on each string. There's a lot of white space that could be used. Even better would be to allow the column sizes to be adjusted.

aheinze commented 1 month ago

the column is also wider now ☝️