Commit Graph

231 Commits

Author SHA1 Message Date
Johannes Kirschbauer
a27a2d5c12 UI: add vars step to installation 2025-01-10 13:10:20 +01:00
Johannes Kirschbauer
1058d5ff07 Fix: select add portalRef instead of modalContextId 2025-01-10 13:07:47 +01:00
Johannes Kirschbauer
466fcad6a9 UI: chore create prettier config. Avoid ci/local formatting discprepancies 2025-01-07 10:28:42 +01:00
Johannes Kirschbauer
3a3ab37a18 UI: improve disk workflow when already initialized 2025-01-07 10:22:18 +01:00
Johannes Kirschbauer
9fa322af93 UI: fix select disabled 2025-01-07 10:21:47 +01:00
Qubasa
63331a2a44 clan-cli: Ignore new type hints in api/serde.py
clan-cli: Ignore new type hints in api/serde.py

clan-cli: Ignore new type hints in api/serde.py

clan-cli: Ignore new type hints in api/serde.py
2025-01-06 20:14:28 +01:00
Qubasa
1b1fa8c71b clan-app: working nix run .#clan-app, working open_file with tkinter 2025-01-06 20:14:28 +01:00
Qubasa
0123fcd3a5 clan-app: working js<->python api bridge 2025-01-06 20:14:20 +01:00
Johannes Kirschbauer
a5307f9e0a UI: break out install into step components 2025-01-06 10:22:17 +01:00
Johannes Kirschbauer
9df882da24 UI: fix select render nested portal within dialog 2025-01-06 10:21:51 +01:00
Johannes Kirschbauer
f759edd4bb UI: typography add color: 'inherit' 2025-01-06 10:21:43 +01:00
Johannes Kirschbauer
e3d29deb08 UI: init components {group,section,sectionHeader} 2025-01-06 10:18:50 +01:00
Johannes Kirschbauer
4a8261e53b UI: init badge component 2025-01-06 10:17:01 +01:00
Johannes Kirschbauer
4cb029da27 UI: init slide animation keyframe 2025-01-06 10:16:26 +01:00
Johannes Kirschbauer
713318d85d UI: add todo, supress type warning 2025-01-03 19:52:34 +01:00
Johannes Kirschbauer
78162f7479 UI: refactor machine install workflow into modal with steps 2025-01-03 16:38:50 +01:00
Johannes Kirschbauer
512e00f791 UI: fix select, make selectProps optional 2025-01-03 16:38:14 +01:00
Johannes Kirschbauer
bf62792baa UI: typography init flag to omit color class 2025-01-03 16:37:32 +01:00
Johannes Kirschbauer
47e3c38a12 UI: foward input variant to textInput 2025-01-03 16:36:59 +01:00
Johannes Kirschbauer
48b673aace UI: fix formLayout 2025-01-03 16:36:38 +01:00
Johannes Kirschbauer
f560473bb9 UI: fix modal, rounding, min-width and other poperties 2025-01-03 16:36:07 +01:00
Johannes Kirschbauer
40a60af238 UI: fix input base, use mathematical asterisk in required label 2025-01-03 16:35:23 +01:00
Johannes Kirschbauer
81039306f0 UI: expose more icons 2025-01-03 16:34:51 +01:00
Johannes Kirschbauer
1e72f72f3c UI: fix button hover state disabled in disabled tsat 2025-01-03 16:33:51 +01:00
Johannes Kirschbauer
eb7c8b9ce7 UI: theme init semantic background colors 2025-01-03 16:33:23 +01:00
Johannes Kirschbauer
3b89cde312 UI: fix typography. Use explizit weights. Webkit seem to not understand all strings 2025-01-03 16:33:00 +01:00
Johannes Kirschbauer
207865ac12 CLI: init cmd_with_root 2024-12-30 15:47:21 +01:00
Johannes Kirschbauer
87c9d1b941 UI: fix installer workflow asking for sudo pw in background 2024-12-30 15:47:21 +01:00
Johannes Kirschbauer
b3f1c46880 UI: fix missing types 2024-12-29 12:27:19 +01:00
Johannes Kirschbauer
fc5cb6cde2 UI/flash: use modal for confirmation 2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
f02a0425e8 UI/components: init draggable modal 2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
8bd7ea2c1a UI: add close icon 2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
529df9454c UI: add corvu solidjs dialog library 2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
ce050e692b UI: init icons {attention,warning} 2024-12-28 16:18:09 +01:00
Johannes Kirschbauer
365e80368c UI: fix interface breakages on some components. Features will be migrated later 2024-12-20 20:14:42 +01:00
Johannes Kirschbauer
7cd061472d UI: suppress type problems with tailwind 2024-12-20 19:15:37 +01:00
Johannes Kirschbauer
3c9d1508b3 UI: init tailwind popover-open variant 2024-12-20 18:15:11 +01:00
Johannes Kirschbauer
90121f50c3 UI: use FieldLayout in machine detail page 2024-12-20 18:14:41 +01:00
Johannes Kirschbauer
2e2df3f09b UI: migrate flash installer page 2024-12-20 18:14:14 +01:00
Johannes Kirschbauer
cad55e01bf UI/TextInput: use FieldLayout 2024-12-20 18:13:41 +01:00
Johannes Kirschbauer
abaee70d35 UI: fixup Select component design & api 2024-12-20 18:13:06 +01:00
Johannes Kirschbauer
de5479169c UI: init FieldLayout wrapper 2024-12-20 18:11:36 +01:00
Johannes Kirschbauer
ee4cdb2b76 UI typography: export reusable types 2024-12-20 18:11:19 +01:00
Johannes Kirschbauer
b44543f849 UI: init InputError component 2024-12-20 18:10:56 +01:00
Johannes Kirschbauer
ea47dd7711 UI: remove unused blockdevices route 2024-12-20 18:10:11 +01:00
Qubasa
a452cc1a02 clan-cli: Fix clan install command and multiple other issues 2024-12-18 15:29:08 +01:00
Johannes Kirschbauer
f7ddc4c26d UI: replace TextInput with simple Layout of InputBase, InputLabel, ErrorMessage 2024-12-17 19:37:07 +01:00
Johannes Kirschbauer
f2a2c1d0d7 UI: init {InputBase,InputLabel} 2024-12-17 16:58:06 +01:00
Johannes Kirschbauer
4709d07a88 UI/chore: init typography xxs body 2024-12-17 16:56:17 +01:00
Johannes Kirschbauer
e64adf7431 UI/chore: consistent color utils 2024-12-17 13:44:46 +01:00