Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-07 | Rework edit page dummy | xengineering | |
Since there are no good solutions to upload the file and markdown description text via HTML forms the edit page will upload the changes using embedded javascript. The page is now complete apart from the necessary javascript code and the backend handlers. | |||
2023-03-07 | Update navigation links | xengineering | |
2023-02-12 | Move footer to own template file | xengineering | |
2023-02-12 | Move <head/> section to own template file | xengineering | |
This reduces copies of the same HTML code. | |||
2023-02-08 | Add new recipe edit page | xengineering | |
Recipes should be completely editable and removable. Thus this edit page was added. |