Initialize Rust GPUI browser shell
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# ELY Browser Shell
|
||||
|
||||
```text
|
||||
┌──────────────────────────────────────────────────────────────────────────────┐
|
||||
│ ELY Browser [ Search or enter address.............................. ] [+] │
|
||||
├──────────────────────────────┬───────────────────────────────────────────────┤
|
||||
│ ★ Favorites │ ely://new-tab │
|
||||
│ │ │
|
||||
│ Space │ ┌─────────────────────────────────────────┐ │
|
||||
│ Work │ │ New Tab │ │
|
||||
│ │ │ Clean browser surface for the current │ │
|
||||
│ Tabs │ │ Space and Profile. │ │
|
||||
│ ● New Tab │ └─────────────────────────────────────────┘ │
|
||||
│ │ │
|
||||
│ Profile │ Servo host boundary owns webpage rendering. │
|
||||
│ Default │ │
|
||||
└──────────────────────────────┴───────────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
Motion register: productive. Command and tab interactions use immediate state changes with
|
||||
hover/press feedback through GPUI styles; future pane transitions should use transform/opacity and
|
||||
respect reduced-motion settings.
|
||||
Reference in New Issue
Block a user