summaryrefslogtreecommitdiff
path: root/view
AgeCommit message (Expand)Author
2024-05-12view: Use HTML template to add recipe stepsxengineering
2024-05-12view: Create new html/recipe-step.htmlxengineering
2024-05-12view: Move all JS code to static/ceres.jsxengineering
2024-05-12view: Remove global JS code in recipe-edit.htmlxengineering
2024-05-11view: Add unit test for index handlerxengineering
2024-05-09view: Fix cancel button on recipe createxengineering
2024-05-09view: Replace HTML form labels by placeholdersxengineering
2024-05-09Remove default recipe namexengineering
2024-05-09view: Enforce recipe titlesxengineering
2024-05-08Introduce model.Transaction()xengineering
2024-05-07view: Use init() function to parse templatesxengineering
2024-05-01view: Add /version endpointxengineering
2024-04-07model: Add helper function for safe CRUDxengineering
2024-04-06model: Always pass *sql.Tx to CRUD methodsxengineering
2024-04-04view: Add recipe step addingxengineering
2024-03-24view: Add step removalxengineering
2024-03-24view: Add editing of existing recipe stepsxengineering
2024-03-24view: Add steps to recipe pagexengineering
2024-03-24view: Fix position of header tagxengineering
2024-03-23view: Do not change button colorxengineering
2024-03-10view: Remove nested anchor and button elementsxengineering
2024-03-06view: Rework /recipe page layoutxengineering
2024-03-06view: Display multiline notes correctlyxengineering
2024-03-06view: Use textarea for recipe notesxengineering
2024-03-06view: Display message in case of no recipesxengineering
2024-03-06view: Make recipe portions, URL and notes optionalxengineering
2024-03-03view: Move recipe adding to /recipesxengineering
2024-03-03view: Add recipe createxengineering
2024-03-03view: Move all JavaScript code to ceres.jsxengineering
2024-03-03view: Add template 'nav'xengineering
2024-03-03Add ID to URL in recipe updatesxengineering
2024-03-03view: Provide recipe deletionxengineering
2024-03-03view: Add 'Read' suffix to function namesxengineering
2024-03-03view: Replace edit by view parameterxengineering
2024-03-03view: Provide JS function to delete a recipexengineering
2024-03-03view: Send forms as JSON with JavaScriptxengineering
2024-03-03model: Use only string types for modelsxengineering
2024-02-15view: Add HTTP 204 handler for /favicon.icoxengineering
2024-02-15view: Add doctype to HTMLxengineering
2024-02-15view: Reference /recipes with home buttonxengineering
2024-02-15view: Add index handlerxengineering
2024-02-15view: Add edit view for model.Recipe typexengineering
2024-02-13view: Implement GET handler for model.Recipexengineering
2024-02-13view: Implement GET handler for model.Recipesxengineering
2023-12-27Add simple.css submodulexengineering