summaryrefslogtreecommitdiff
path: root/view/static
AgeCommit message (Collapse)Author
2024-11-03view: Implement favorite recipesxengineering
This marks favorite recipes with a `⭐` emoticon. The favorite flag value can be set on the recipe edit page. Favorite recipes are listed first on the recipe list view. Furthermore as a second priority the created time stamp is used in the recipe list so that more recent recipes are listed first.
2024-05-15view: Update to simple.css v2.3.0xengineering
This is the latest available release. Updated to keep up to date and adopt fixes.
2024-05-15When adding a recipe step or an ingredient the browser should focus onxengineering
the first text input of that new element. This supports using Ceres without a mouse and only with tab-based navigation with a keyboard.
2024-05-14view: Complete ingredient editingxengineering
2024-05-12view: Use HTML template to add recipe stepsxengineering
This makes the JS function way simpler and removes a duplication of the step HTML code.
2024-05-12view: Move all JS code to static/ceres.jsxengineering
2024-03-24view: Add editing of existing recipe stepsxengineering
2024-03-03view: Add recipe createxengineering
2024-03-03view: Move all JavaScript code to ceres.jsxengineering
This allows to cache the involved JavaScript code.
2024-03-03view: Provide JS function to delete a recipexengineering
2024-03-03view: Send forms as JSON with JavaScriptxengineering
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-27Add simple.css submodulexengineering
This CSS framework uses nearly only the standard HTML tags and is thus easy to adopt / replace.