Age | Commit message (Expand) | Author |
2024-05-17 | view: Use number input for ingredient amount | xengineering |
2024-05-15 | view: Remove empty ingredient summaries | xengineering |
2024-05-15 | view: Require text for steps | xengineering |
2024-05-15 | view: Require ingredient type | xengineering |
2024-05-15 | view: Update to simple.css v2.3.0 | xengineering |
2024-05-15 | view: Rename to 'Ingredient summary:' | xengineering |
2024-05-15 | When adding a recipe step or an ingredient the browser should focus on | xengineering |
2024-05-14 | view: Complete ingredient editing | xengineering |
2024-05-13 | view: Add HTML for editing recipe ingredients | xengineering |
2024-05-12 | view: Add ingredient overview to recipe read page | xengineering |
2024-05-12 | view: Show ingredients on read page | xengineering |
2024-05-12 | view: Use HTML template to add recipe steps | xengineering |
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-11 | view: Add unit test for index handler | 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-05-08 | Introduce model.Transaction() | xengineering |
2024-05-07 | view: Use init() function to parse templates | xengineering |
2024-05-01 | view: Add /version endpoint | xengineering |
2024-04-07 | model: Add helper function for safe CRUD | xengineering |
2024-04-06 | model: Always pass *sql.Tx to CRUD methods | 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: Add 'Read' suffix to function names | xengineering |
2024-03-03 | view: Replace edit by view parameter | xengineering |
2024-03-03 | view: Provide JS function to delete a recipe | xengineering |
2024-03-03 | view: Send forms as JSON with JavaScript | xengineering |
2024-03-03 | model: Use only string types for models | xengineering |
2024-02-15 | view: Add HTTP 204 handler for /favicon.ico | xengineering |
2024-02-15 | view: Add doctype to HTML | xengineering |