From 007a959274964c4af3d1fd8ae2c361cc473037b6 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Thu, 3 Jul 2025 22:11:08 +0200 Subject: [PATCH] some more ui work --- src/applets/disks/disks.html | 3 - src/applets/disks/routes.py | 31 ++++++++- src/applets/install/__init__.py | 7 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 359 bytes .../__pycache__/__init__.cpython-313.pyc | Bin 0 -> 353 bytes .../__pycache__/routes.cpython-312.pyc | Bin 0 -> 772 bytes .../__pycache__/routes.cpython-313.pyc | Bin 0 -> 785 bytes src/applets/install/install.html | 12 ++++ src/applets/install/routes.py | 14 ++++ src/applets/software/routes.py | 33 ++++++++- src/applets/software/software.html | 42 +++++++++-- src/applets/summary/routes.py | 25 ++++++- src/applets/summary/summary.html | 2 + .../users/locales/af/LC_MESSAGES/users.mo | Bin 0 -> 1287 bytes .../users/locales/af/LC_MESSAGES/users.po | 65 ++++++++++++++++++ src/applets/users/locales/users.pot | 62 +++++++++++++++++ src/applets/users/routes.py | 22 +++++- src/applets/welcome/routes.py | 31 ++++++++- src/applets/welcome/welcome.html | 8 ++- src/static/icons/console.jpeg | Bin 0 -> 8424 bytes src/static/icons/console.png | Bin 0 -> 18354 bytes src/static/icons/gnome.jpeg | Bin 0 -> 21005 bytes src/static/icons/greencheck.png | Bin 0 -> 35978 bytes src/static/icons/kde.jpeg | Bin 0 -> 24189 bytes src/static/icons/keyboard.svg | 54 ++++++++++++++- src/static/icons/lxde.jpeg | Bin 0 -> 20650 bytes src/static/icons/mate.jpeg | Bin 0 -> 21765 bytes src/static/icons/xfce.jpeg | Bin 0 -> 20667 bytes src/static/system-installer-dark.css | 4 +- src/system-installer-web-client | 1 - src/templates/dmm-installer-template.yaml | 3 +- src/templates/footer.html | 25 +++++-- src/templates/header.html | 12 ++-- 33 files changed, 420 insertions(+), 36 deletions(-) create mode 100644 src/applets/install/__init__.py create mode 100644 src/applets/install/__pycache__/__init__.cpython-312.pyc create mode 100644 src/applets/install/__pycache__/__init__.cpython-313.pyc create mode 100644 src/applets/install/__pycache__/routes.cpython-312.pyc create mode 100644 src/applets/install/__pycache__/routes.cpython-313.pyc create mode 100644 src/applets/install/install.html create mode 100644 src/applets/install/routes.py create mode 100644 src/applets/users/locales/af/LC_MESSAGES/users.mo create mode 100644 src/applets/users/locales/af/LC_MESSAGES/users.po create mode 100644 src/applets/users/locales/users.pot create mode 100644 src/static/icons/console.jpeg create mode 100644 src/static/icons/console.png create mode 100644 src/static/icons/gnome.jpeg create mode 100644 src/static/icons/greencheck.png create mode 100644 src/static/icons/kde.jpeg create mode 100644 src/static/icons/lxde.jpeg create mode 100644 src/static/icons/mate.jpeg create mode 100644 src/static/icons/xfce.jpeg diff --git a/src/applets/disks/disks.html b/src/applets/disks/disks.html index dec5161..387cb33 100644 --- a/src/applets/disks/disks.html +++ b/src/applets/disks/disks.html @@ -24,9 +24,6 @@

Current layout:

-
- -
- - - + +{% if previous_step %} + +{% endif %} + +{% if bottom_menu %} +{{ bottom_menu | safe }} +{% endif %} + +{% if connect %} + + +{% endif %} +
- +{% if next_step %} +{% if next_step == "install" %} + +{% else %} + +{% endif %} +{% endif %}
diff --git a/src/templates/header.html b/src/templates/header.html index 093e0a0..613a600 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -4,12 +4,12 @@ - - - - - - + + +{% for item in menu_order %} + +{% endfor %} +