aboutsummaryrefslogtreecommitdiffstats
path: root/app (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-12-21Nonsense on home pageMatthew Lemon1-4/+56
2023-12-21Cleans up based on advice from neovimMatthew Lemon1-2/+2
I installed LunaVim and it suggested that I do this stuff.
2023-12-20Created new Operation model and fixed Event associations with itMatthew Lemon14-2/+156
2023-12-18Adds a comment to the viewMatthew Lemon1-0/+4
I am thinking about how to render the table properly. There are two concerns: the table, and populating it.
2023-12-18Starts adding tests for organisationMatthew Lemon1-0/+2
2023-12-18Fixed the problem with the select method...Matthew Lemon2-2/+2
2023-12-18wip: stuck on notnull error...Matthew Lemon15-1/+159
2023-12-18Minor tidyMatthew Lemon1-1/+1
2023-12-18Adds some specs for testing eventsMatthew Lemon1-0/+8
Adds a method to Event to check its membership of a month in a particular year.
2023-12-18Added a new _custom.scss fileMatthew Lemon4-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-18Got basic tabbed layout workingMatthew Lemon1-32/+92
2023-12-17TinkeringMatthew Lemon5-33/+70
2023-12-17Removed bootstrap styling....Matthew Lemon1-5/+5
2023-12-17Gone for light green table and no bootstrapMatthew Lemon2-8/+30
2023-12-17Ghetto weekend table colouringMatthew Lemon2-3/+34
2023-12-17Tidied up the basic event index and formMatthew Lemon3-7/+9