Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-14 | view: Complete ingredient editing | xengineering | |
2024-05-12 | view: Use HTML template to add recipe steps | xengineering | |
This makes the JS function way simpler and removes a duplication of the step HTML code. | |||
2024-05-12 | view: Move all JS code to static/ceres.js | xengineering | |
2024-03-24 | view: Add editing of existing recipe steps | xengineering | |
2024-03-03 | view: Add recipe create | xengineering | |
2024-03-03 | view: Move all JavaScript code to ceres.js | xengineering | |
This allows to cache the involved JavaScript code. | |||
2024-03-03 | view: Provide JS function to delete a recipe | xengineering | |
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. | |||
2023-12-27 | Add simple.css submodule | xengineering | |
This CSS framework uses nearly only the standard HTML tags and is thus easy to adopt / replace. |