Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-03 | view: Move recipe adding to /recipes | xengineering | |
In the long term the <nav> section at the top should reference the list views of all managed objects (recipes, users, products and so on). With this structure it makes more sense to have the button to add a recipe on the list view on recipes located at /recipes. | |||
2024-03-03 | view: Add recipe create | xengineering | |
2024-03-03 | view: Add template 'nav' | xengineering | |
The <nav> section is the same on every page. This new template reduces code duplication. |