Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-21 | Nonsense on home page | Matthew Lemon | 1 | -4/+56 | |
2023-12-21 | Cleans up based on advice from neovim | Matthew Lemon | 1 | -2/+2 | |
I installed LunaVim and it suggested that I do this stuff. | |||||
2023-12-20 | Created new Operation model and fixed Event associations with it | Matthew Lemon | 14 | -2/+156 | |
2023-12-18 | Adds a comment to the view | Matthew Lemon | 1 | -0/+4 | |
I am thinking about how to render the table properly. There are two concerns: the table, and populating it. | |||||
2023-12-18 | Starts adding tests for organisation | Matthew Lemon | 1 | -0/+2 | |
2023-12-18 | Fixed the problem with the select method... | Matthew Lemon | 2 | -2/+2 | |
2023-12-18 | wip: stuck on notnull error... | Matthew Lemon | 15 | -1/+159 | |
2023-12-18 | Minor tidy | Matthew Lemon | 1 | -1/+1 | |
2023-12-18 | Adds some specs for testing events | Matthew Lemon | 1 | -0/+8 | |
Adds a method to Event to check its membership of a month in a particular year. | |||||
2023-12-18 | Added a new _custom.scss file | Matthew Lemon | 4 | -48/+165 | |
Turns out if you configure it thus, you can customise the sass variables in bootstrap. https://bootstrap.themes.guide/how-to-customize-bootstrap.html | |||||
2023-12-18 | Got basic tabbed layout working | Matthew Lemon | 1 | -32/+92 | |
2023-12-17 | Tinkering | Matthew Lemon | 5 | -33/+70 | |
2023-12-17 | Removed bootstrap styling.... | Matthew Lemon | 1 | -5/+5 | |
2023-12-17 | Gone for light green table and no bootstrap | Matthew Lemon | 2 | -8/+30 | |
2023-12-17 | Ghetto weekend table colouring | Matthew Lemon | 2 | -3/+34 | |
2023-12-17 | Tidied up the basic event index and form | Matthew Lemon | 3 | -7/+9 | |