fix(ux): quick wins from the usertest medium list
Some checks are pending
Security / Security check (push) Waiting to run
Some checks are pending
Security / Security check (push) Waiting to run
- audit type filter: 'Alle'/'All' capitalized like every other label - settings -> setup wizard: close Settings first (one modal layer), stronger wizard scrim - try-out setup profile discloses the upgrade path to a regulated profile - store maturity pills explain themselves on hover (experimental/ published/planned) Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
This commit is contained in:
parent
ae97b88257
commit
eab58c0b68
8 changed files with 93 additions and 26 deletions
|
|
@ -144,6 +144,10 @@ class GuidedSetupDialog extends StatefulWidget {
|
|||
return showDialog<void>(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
// Stronger than the default scrim: the wizard is a focused,
|
||||
// multi-step flow — whatever lies beneath must read as
|
||||
// background, not as competing UI.
|
||||
barrierColor: Colors.black.withValues(alpha: 0.72),
|
||||
builder: (_) => GuidedSetupDialog(shell: shell),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue