Feat: Assessment page complete and new Home page layout for marketing phase 1 of the customer acquisition plan and offering a demo and for trainers to join the alpha trials. Reporting images created for radar diagram of Command mastery by Command Category; line graph of single command progress measured by obedience level, response latency, and compliance duration over time; Calendar Entries page filtered to unpaid bill calendary entries created using dummy data created in web server as database implementation not yet started.

This commit is contained in:
2025-07-30 19:57:47 +01:00
parent d38bf51345
commit e1fedaf773
93 changed files with 2605 additions and 875 deletions

View File

@@ -0,0 +1,40 @@
#formFilters .container.save.button-cancel {
display: none;
}
#tableMain tbody > div {
width: 49vh;
}
/*
#tableMain tbody tr td.date_from.date_to div {
height: 3vh;
}
*/
#tableMain thead tr th.name,
#tableMain tbody tr td.name {
min-width: 43vw;
max-width: 43vw;
}
#tableMain thead tr th.is-calendar-entry-type-bill,
#tableMain tbody tr td.is-calendar-entry-type-bill {
display: none;
}
@media screen and (max-width: 450px) {
#tableMain {
max-width: 90vw;
}
#tableMain thead tr th.date_from,
#tableMain tbody tr td.date_from {
min-width: 20vw;
max-width: 20vw;
}
#tableMain thead tr th.price,
#tableMain tbody tr td.price {
min-width: 12vw;
max-width: 12vw;
}
}