Skip to content

Commit ec6e4bd

Browse files
authored
Improve readability of setup step (solidcouch#118)
- Add styling to distinguish setup steps better - Improve description of data storage options - Add form and native validation of inputs It's still not beautiful and user friendly, but at least it's more readable, and the options for data storage are explained. Also there's a form now, and it prevents submitting invalid data.
1 parent ac70b39 commit ec6e4bd

File tree

4 files changed

+282
-232
lines changed

4 files changed

+282
-232
lines changed

src/pages/HospexSetup.tsx

Lines changed: 0 additions & 232 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.taskList {
2+
li {
3+
margin: 1rem;
4+
list-style-type: disc;
5+
border-left: 4px solid black;
6+
padding-left: 0.5rem;
7+
}
8+
9+
.storageOptions {
10+
margin-left: 1rem;
11+
.option {
12+
margin: 0.5rem;
13+
margin-left: 1rem;
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)