Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |