Add focused window controls to top bar
Introduces a new `WindowControls` component in the desktop top bar with minimize, maximize/restore, and close actions for the focused window. `WindowService` now exposes focused-window presence/maximized state plus focused-window convenience actions to support this UI. Also extends Nebula UI with a reusable `NebulaToolTip`, keyboard/pressed-state support in `NebulaIconButton`, new window-control glyphs in `NebulaIcon`, and theme tokens for pressed/danger hover states, with CMake and README updates to register/document the new components.
This commit is contained in:
@@ -16,6 +16,7 @@ set(NEBULA_UI_QML_FILES
|
||||
NebulaCard.qml
|
||||
NebulaIconButton.qml
|
||||
NebulaTextField.qml
|
||||
NebulaToolTip.qml
|
||||
FocusFrame.qml
|
||||
NebulaIcon.qml
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user