Skip to content

Commit

Permalink
Improve readability of setup step (solidcouch#118)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
mrkvon committed Sep 14, 2024
1 parent ac70b39 commit ee68b7f
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 232 deletions.
232 changes: 0 additions & 232 deletions src/pages/HospexSetup.tsx

This file was deleted.

16 changes: 16 additions & 0 deletions src/pages/HospexSetup/HospexSetup.module.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.taskList {
li {
margin: 1rem;
list-style-type: disc;
border-left: 4px solid black;
padding-left: 0.5rem;
}

.storageOptions {
margin-left: 1rem;
.option {
margin: 0.5rem;
margin-left: 1rem;
}
}
}
Loading

0 comments on commit ee68b7f

Please sign in to comment.