Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-03 | view: Move all JavaScript code to ceres.js | xengineering | |
This allows to cache the involved JavaScript code. | |||
2024-03-03 | view: Add template 'nav' | xengineering | |
The <nav> section is the same on every page. This new template reduces code duplication. | |||
2024-02-15 | view: Add doctype to HTML | xengineering | |
2024-02-15 | view: Reference /recipes with home button | xengineering | |
The index page / provides a redirect to /recipes but this is inefficient since two HTTP requests are required. | |||
2024-02-13 | view: Implement GET handler for model.Recipes | xengineering | |