app: front end improvements

Added colour to required asterisks
    Added padding to the footer
    Added bootstrap class to select elements
    Added various icons to buttons
    Fixed various button layouts
    Reworded some messages
    Moved around some form elements

 Fixes #12
This commit is contained in:
Lewis Larsen
2022-11-03 14:40:02 +00:00
committed by GitHub
parent e0c0efcb2f
commit ba0dc33583
17 changed files with 168 additions and 98 deletions

View File

@@ -100,7 +100,7 @@ impl UserTable {
let make_table = |users: &Vec<User>| {
html! {
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-hover">
<thead>
<tr>
<th>{"User ID"}</th>