Commit Graph

53 Commits

Author SHA1 Message Date
Johannes Kirschbauer
205e70264e icons: update icon component 2024-12-03 14:23:02 +01:00
Johannes Kirschbauer
6f0f495e50 UI/machines: show tags 2024-11-27 10:40:12 +01:00
Johannes Kirschbauer
69790bea1e UI/treewide: replace all {button,icon} component 2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
d887665c3d UI:_ convert sidebar.css into tailwind notation 2024-11-27 10:06:04 +01:00
Johannes Kirschbauer
5f306a7d75 UI/backButton: use button and icon component 2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
ea98e6d190 UI/button: make children optional, fix layout shift 2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
ce12fbd19b UI/components: init icon 2024-11-26 13:56:05 +01:00
Johannes Kirschbauer
0b3b98e9d4 UI: fix overflow behavior sidebar 2024-11-22 21:56:38 +01:00
Johannes Kirschbauer
e455498ccb UI: fix overflow behavior sidebar/content 2024-11-22 21:18:42 +01:00
Johannes Kirschbauer
b969c51cd0 UI/components/sidebar: fix missing top-level keys 2024-11-22 14:36:11 +01:00
Johannes Kirschbauer
2b4ce58df3 UI/components/button: fixup props splitting 2024-11-22 14:35:43 +01:00
Johannes Kirschbauer
6777fde504 UI/components/typography: more default props 2024-11-22 14:01:58 +01:00
Johannes Kirschbauer
2b202c879a UI/components/button: forward classnames 2024-11-22 14:01:03 +01:00
Johannes Kirschbauer
ddbd477373 UI/components/button: fixup invalid test file name 2024-11-20 18:57:25 +01:00
Johannes Kirschbauer
6681e08bdb UI/machine/thumbnail: init random image generator for default thumbnail 2024-11-20 18:55:54 +01:00
Johannes Kirschbauer
b9285a6935 UI/components/button: init button component 2024-11-20 16:48:01 +01:00
Johannes Kirschbauer
a4a3a646e5 UI/theme/config: remove unneccessary rgb wrapper 2024-11-20 16:48:01 +01:00
Johannes Kirschbauer
eecd39b24a UI/fonts: migrate all text-* classes 2024-11-19 15:33:30 +01:00
Johannes Kirschbauer
1c28959d61 UI/sidebar: rework tailwind theme and classes 2024-11-19 14:47:36 +01:00
Timo
d9973a3d12 ui/sidebar: adds full height to drawer and min-width to new sidebar component 2024-11-19 13:24:48 +01:00
Timo
1d7913aeb7 ui/sidebar: updates component and introduces new styles (e.g. colors, typograhy) 2024-11-19 13:19:54 +01:00
Timo
1046797da8 ui/typography: adds general typography component 2024-11-19 13:19:54 +01:00
Timo
7821c343d6 ui/sidebar: finishes general structure of new sidebar components 2024-11-19 13:19:54 +01:00
Johannes Kirschbauer
f9f760cbe8 UI/typograhy: init typography extension 2024-11-14 10:31:55 +01:00
Jörg Thalheim
2b05f90239 expose an option to generate hardware configuration during installation 2024-11-05 14:33:22 +01:00
Timo
0e2da5530b ui/machinelistitem: changes background-color on card 2024-10-18 12:02:00 +02:00
Johannes Kirschbauer
5da72f65c0 UI/iwd: wifi machine module 2024-09-04 15:22:34 +02:00
Johannes Kirschbauer
4f80fab225 UI: Admin shh module 2024-09-03 10:57:01 +02:00
Johannes Kirschbauer
37045c9a8f UI: improve machine details 2024-09-03 08:35:33 +02:00
Johannes Kirschbauer
c96b5ec4de UI: add quicklink for machine details 2024-08-26 16:28:57 +02:00
Johannes Kirschbauer
5714f9ac52 UI: add back button & improve machine layout 2024-08-26 16:28:37 +02:00
Johannes Kirschbauer
1d6ff67905 Clan-app: fix welcome screen for initially empty clan 2024-08-21 17:06:49 +02:00
Johannes Kirschbauer
819db34d99 Clan-app: improve install machine workflow 2024-08-21 15:31:33 +02:00
Johannes Kirschbauer
4862171e85 UI: add classes to SelectInput 2024-08-21 15:29:08 +02:00
Johannes Kirschbauer
b5951146bc UI: add placeholder to fileInput 2024-08-21 15:29:08 +02:00
Johannes Kirschbauer
02662867fb UI: init update machine 2024-08-15 15:08:15 +02:00
Johannes Kirschbauer
a703388ba7 Clan-app: move expert field into advanced form 2024-08-15 12:26:43 +02:00
Johannes Kirschbauer
3f46d37b67 Clan-app: generate hw spec via ssh 2024-08-14 16:28:43 +02:00
Johannes Kirschbauer
22d6d57e3a Clan-app: dynamic router concept 2024-08-14 13:16:14 +02:00
Johannes Kirschbauer
d78c2fc2ac UI: add deploy button, for initial machine deployment 2024-08-13 19:24:53 +02:00
Qubasa
9b7322fdab clan-cli: Add --wifi option to set wifi credentials. clan-app: Add wifi settings form to flash view 2024-08-07 21:35:06 +02:00
Johannes Kirschbauer
7e9214053f Clan-app: Flash improve form & file input 2024-08-07 12:16:06 +02:00
Johannes Kirschbauer
99dc5793b2 Clan-app: Add loading animations & improve async data handling 2024-08-06 22:29:11 +02:00
Johannes Kirschbauer
66f69e50e8 Clan-app: show nixos machines and inventory machines 2024-08-06 10:44:31 +02:00
Johannes Kirschbauer
ede5cbcf13 Fix: regression list_machines. Split into multiple functions
list_inventory_machines, list_nixos_machine, list_sops_machines
The caller of the function should specify which machines they wants to see
2024-08-03 12:43:35 +02:00
Qubasa
fb4ceebccf formatter.nix: Add prettier 2024-08-02 18:56:53 +02:00
Qubasa
3e9ebbc90f clan-app: Finish flash view. clan-cli: Flash cli now verifies if language and keymap are valid. 2024-08-02 17:51:45 +02:00
Johannes Kirschbauer
24203666d1 Webview: add welcome workflow 2024-07-11 16:39:06 +02:00
Johannes Kirschbauer
fe99b79c63 UI: improve open clan from directory & list machines 2024-07-10 11:08:03 +02:00
Johannes Kirschbauer
1efadb5e3d API: migrate machines delete and list to inventory 2024-07-02 11:07:11 +02:00