-
Notifications
You must be signed in to change notification settings - Fork 95
fix(NcHotkeyList): align with form labels #7807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
035cd39 to
2211427
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7807 +/- ##
=======================================
Coverage 51.58% 51.58%
=======================================
Files 96 96
Lines 3148 3148
Branches 866 866
=======================================
Hits 1624 1624
Misses 1276 1276
Partials 248 248 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2211427 to
c96fa79
Compare
|
unrelated but it looks a bit weird that the shortcuts are not fully expanded (width) |
I agree. If we're not gonna limit the width of the rest for now, maybe it's best to not limit the width of the shortcuts either. |
Comes from the design
That was your request 🥲 |
IMHO limiting the width looks weird, the content should use the full width of the dialog. |
|
/backport to stable8 |
We use NcDialog, which has a predefined size including navigation. And which then uses NcModal with predefined sizes. To have a single dialog in a specific width, we need more than a size setting. |
Well basically thats where the presets come from: Usage. |
And if we decide that every normal dialog is the settigns dialog |
Yeah, sorry, I do eventually want to limit the width, but definitely of the entire form together. Doing it as a one-off maybe isn't the best. I mean it's not too bad as it stands, and it fixes the issue of the labels being too far apart from the keys (as here it does matter, since they are not clickable) but I do agree that it looks weird. I think we need to discuss what to do exactly. I do think limiting the dialog width further would probably be the best though. |
|
For what it's worth, variable dialog widths are common across design systems as well. Not everything necessarily needs to adhere to a single size. |
☑️ Resolves
🖼️ Screenshots
🏁 Checklist
stable8for maintained Vue 2 version or not applicable