Make dialog action buttons width-aware and use concise global labels #75
fderuiter
started this conversation in
Enhancements
Replies: 1 comment
-
|
Thanks @fderuiter for this finding. I have shifted this issues to the "Enhancement" discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
Dialog buttons across the app, including the “Create CT Package” action, overflow their fixed 120 px width when given context‑specific labels. Introduce globally reusable short labels (e.g., “Create,” “Select,” “Save”) and allow SimpleFormDialog buttons to size automatically so future dialogs aren’t constrained by label length.
Rationale:
Ensures consistent UX and readability across all dialogs by preventing label truncation and encouraging a shared vocabulary of concise action texts.
Scope:
References:
Beta Was this translation helpful? Give feedback.
All reactions