summaryrefslogtreecommitdiffstats
path: root/ui/html/base.tmpl.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-12More styling - reverted from gray backgroundMatthew Lemon1-6/+8
Have moved to white background and given the whole content a padding on the left and right. Have commented out the table width styling for now as it's now required but want to leave it in there for the forseeable as I'm sure I will come back to it.
2024-02-12An Operations list page now renders data in tableMatthew Lemon1-1/+1
The data is fetched from the database and uses html/template to render the rows in a list. A critical bug was not including the dot in {{ template "main" . }} in the base template. THIS MEANT THAT NO DATA PASSED TO ExecuteTemplate function rendered and took a long time to figure out.
2024-02-08Added nav partialMatthew Lemon1-1/+1
Added a partial html for the navigation bar. So far it just has a link to "Home" on it.
2024-02-08Created a /organisations/list routeMatthew Lemon1-0/+3
There is also some basic CSS here. Also introduced a proper structured logger.
2024-02-08First proper use of templatesMatthew Lemon1-2/+7
2024-02-08First appearance of HTML on the home pageMatthew Lemon1-0/+13