Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-03 | view: Send forms as JSON with JavaScript | xengineering | |
While forms can be send without JavaScript this new approach has the benefit that the whole data is send as one JSON. This JSON format can also be used for an API or testing. | |||
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-15 | view: Add edit view for model.Recipe type | xengineering | |