mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
* wip * restructure backend for new ui structure * new patchdb bootstrap, single websocket api, local storage migration, more * update db websocket * init apis * update patch-db * setup progress * feat: implement state service, alert and routing Signed-off-by: waterplea <alexander@inkin.ru> * update setup wizard for new types * feat: add init page Signed-off-by: waterplea <alexander@inkin.ru> * chore: refactor message, patch-db source stream and connection service Signed-off-by: waterplea <alexander@inkin.ru> * fix method not found on state * fix backend bugs * fix compat assets * address comments * remove unneeded styling * cleaner progress * bugfixes * fix init logs * fix progress reporting * fix navigation by getting state after init * remove patch dependency from live api * fix caching * re-add patchDB to live api * fix metrics values * send close frame * add bootId and fix polling --------- Signed-off-by: waterplea <alexander@inkin.ru> Co-authored-by: Aiden McClelland <me@drbonez.dev> Co-authored-by: waterplea <alexander@inkin.ru>
24 lines
421 B
SCSS
24 lines
421 B
SCSS
section {
|
|
border-radius: 0.25rem;
|
|
padding: 1rem;
|
|
margin: 1.5rem;
|
|
text-align: center;
|
|
/* TODO: Theme */
|
|
background: #e0e0e0;
|
|
color: #333;
|
|
--tui-clear-inverse: rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
logs-window {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 18rem;
|
|
padding: 1rem;
|
|
margin: 0 1.5rem auto;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
border-radius: 2rem;
|
|
/* TODO: Theme */
|
|
background: #181818;
|
|
}
|