gui: partial implementation of new design
- Jun 19, 2024
-
-
jkito authored
after few of the qml components were modified in gui/components the patch had to be updated or else it wasn't getting applied
-
jkito authored
after few of the qml components were updated in gui/components the patch had to be updated or else it wasn't getting applied
-
jkito authored
this was used to create the connect/disconnect button which now uses an icon instead of this component
-
jkito authored
this implements the buttons from the new design mockup
-
jkito authored
earlier the bottom footer toolbar would disapper when the Drawer was open, with the new design that is not required this also removes the 'drawerOn' property since it is now ununsed
-
jkito authored
this removes the custom component NavigationDrawer earlier as during testing with Qt6.4 the default Qml Drawer works as expected since we have stopped creating snap for now this should be safe to do
-
jkito authored
this implements the new floating design for the location selection toolbar, it is now removed from the MainView's Page footer and added as a object of StatusBox component Since the StatusBox is in the MainView component's Page Content area the background image doesn't extend to the Footer area of the Page if a footer is present, hence it is removed
-
jkito authored
in the new design the riseup crow image used to show the disconnected state takes more space
-
jkito authored
this is part of the new design which replaces the earlier crow image to show the 'VPN is connected' state
-
jkito authored
this changes the StatusBox component of the app to use the background images from the new design to inform about conn states
-
jkito authored
-
jkito authored
this extends the ThemeObject with three new properties to hold the background images each for three different states: connected, connecting, and disconnected state these will be used in gui components in the following commits
-
jkito authored
-