some background code for manager workspaces

This commit is contained in:
2024-09-06 15:16:19 +02:00
parent ebc57e05d5
commit 9bfd83ee4a
23 changed files with 497 additions and 52 deletions

View File

@@ -18,4 +18,5 @@ public enum AppSymbols
update_done,
wrench,
github,
gitlab,
}

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="32" height="32">
<path fill="#e53935" d="M24 43L16 20 32 20z" />
<path fill="#ff7043" d="M24 43L42 20 32 20z" />
<path fill="#e53935" d="M37 5L42 20 32 20z" />
<path fill="#ffa726" d="M24 43L42 20 45 28z" />
<path fill="#ff7043" d="M24 43L6 20 16 20z" />
<path fill="#e53935" d="M11 5L6 20 16 20z" />
<path fill="#ffa726" d="M24 43L6 20 3 28z" />
</svg>