Added background image for whole Interface, made user avatar rounded, redid news layout, misc. tweaks for better contrast with background image

This commit is contained in:
2024-02-27 22:17:17 -06:00
parent 6281dae1a5
commit c2528f7e12
9 changed files with 64 additions and 89 deletions

View File

@@ -9,7 +9,11 @@ class W3DHub
unless task
body.clear do
tagline "No operations pending.", width: 1.0, text_align: :center, margin: 128
stack(width: 1.0, height: 1.0) do
background 0xaa_252525
tagline "No operations pending.", width: 1.0, text_align: :center, margin: 128
end
end
return
@@ -23,6 +27,8 @@ class W3DHub
body.clear do
stack(width: 1.0, height: 1.0) do
background 0xaa_252525
# TODO: Show correct application details here
flow(width: 1.0, height: 0.1, padding: 8) do
background task.application.color