Align desktop utility panels
This commit is contained in:
@@ -11,7 +11,7 @@ requires every registered action ID to remain present in this document.
|
||||
| Area and compatible operation | Registered desktop action and menu | Direct control, dialog, or view | Command palette |
|
||||
| --- | --- | --- | --- |
|
||||
| Configuration and lock: open configured store | `open-folder` (File) | Compact toolbar control and native folder picker; storage validates and persists configuration | Yes |
|
||||
| Configuration and lock: edit shared settings | `settings` (IronStorage) | Labelled Settings form for vault, default key, and inactivity timeout | Yes |
|
||||
| Configuration and lock: edit shared settings | `settings` (IronStorage) | Compact shared utility shell with grouped vault, default-key, timeout, command-link, and configuration-detail panels | Yes |
|
||||
| Configuration and lock: refresh typed tree | `refresh` (View) | Sidebar Refresh control | Yes |
|
||||
| Configuration and lock: lock/unlock | `lock` (Tools) | Toolbar Lock control; opening protected content starts storage authentication | Lock only; unlock is the protected action being resumed |
|
||||
| Base pass: `init` root or nested recipient policy | `initialize-store`, `new-folder` (File) | Recipient/default-key form and explicit replacement confirmation | Yes |
|
||||
@@ -58,9 +58,11 @@ These are deliberate presentation differences, not storage-feature gaps.
|
||||
rows wrap, long names and storage-grouped multiline values are retained, and
|
||||
the supported narrow window floor is 480 by 360 logical pixels. Iced/winit applies native
|
||||
display scaling before layout.
|
||||
- Compact toolbar controls use one 16-by-16 vector icon system with descriptive
|
||||
delayed tooltips and registered shortcuts. Focused/selected rows use the
|
||||
theme's primary contrast pair; field labels remain visible as a non-colour cue.
|
||||
- Compact main and utility toolbar controls use one 16-by-16 vector icon system
|
||||
with descriptive delayed tooltips and registered shortcuts. Every utility
|
||||
panel shares the entry palette, flat controls, responsive 760-pixel content
|
||||
cap, and compact header/footer chrome; field labels remain visible as a
|
||||
non-colour cue.
|
||||
- The app implements no animation or motion-driven state transition. The one-
|
||||
second subscription updates lease, OTP, Git, and clipboard presentation state
|
||||
without moving focus or renewing authentication, so reduced-motion mode has
|
||||
|
||||
Reference in New Issue
Block a user