Age | Commit message (Expand) | Author |
2024-05-12 | view: Create new html/recipe-step.html | xengineering |
2024-05-12 | view: Move all JS code to static/ceres.js | xengineering |
2024-05-12 | view: Remove global JS code in recipe-edit.html | xengineering |
2024-05-09 | view: Fix cancel button on recipe create | xengineering |
2024-05-09 | view: Replace HTML form labels by placeholders | xengineering |
2024-05-09 | Remove default recipe name | xengineering |
2024-05-09 | view: Enforce recipe titles | xengineering |
2024-04-04 | view: Add recipe step adding | xengineering |
2024-03-24 | view: Add step removal | xengineering |
2024-03-24 | view: Add editing of existing recipe steps | xengineering |
2024-03-24 | view: Add steps to recipe page | xengineering |
2024-03-24 | view: Fix position of header tag | xengineering |
2024-03-23 | view: Do not change button color | xengineering |
2024-03-10 | view: Remove nested anchor and button elements | xengineering |
2024-03-06 | view: Rework /recipe page layout | xengineering |
2024-03-06 | view: Display multiline notes correctly | xengineering |
2024-03-06 | view: Use textarea for recipe notes | xengineering |
2024-03-06 | view: Display message in case of no recipes | xengineering |
2024-03-06 | view: Make recipe portions, URL and notes optional | xengineering |
2024-03-03 | view: Move recipe adding to /recipes | xengineering |
2024-03-03 | view: Add recipe create | xengineering |
2024-03-03 | view: Move all JavaScript code to ceres.js | xengineering |
2024-03-03 | view: Add template 'nav' | xengineering |
2024-03-03 | Add ID to URL in recipe updates | xengineering |
2024-03-03 | view: Provide recipe deletion | xengineering |
2024-03-03 | view: Replace edit by view parameter | xengineering |
2024-03-03 | view: Send forms as JSON with JavaScript | xengineering |
2024-02-15 | view: Add doctype to HTML | xengineering |
2024-02-15 | view: Reference /recipes with home button | xengineering |
2024-02-15 | view: Add edit view for model.Recipe type | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipe | xengineering |
2024-02-13 | view: Implement GET handler for model.Recipes | xengineering |