Commit graph

21 commits

Author SHA1 Message Date
c296689c6b Refactor recipe editing logic to use User's method for permission check and update template accordingly 2025-04-28 12:52:45 +02:00
9dccd553bc Current recipe id was not set 2025-04-21 19:37:09 +02:00
9daa852add Refactor recipe fetching logic to use a new constructor for Recipes, improving code clarity and reducing duplication. 2025-04-12 18:45:51 +02:00
4f739593b8 Rename 'published' to 'public' (for recipe) 2025-04-02 01:53:02 +02:00
bb9a6ba9ec Documentation 2025-04-01 18:14:35 +02:00
559ed139aa Add a toggle between dark and light theme 2025-03-31 15:31:06 +02:00
dc40a057ac Replace Rinja by askama 2025-03-26 13:19:16 +01:00
3089ede6eb Add the lang prefix to all links 2025-03-26 12:03:31 +01:00
418d31a127 * Support for lang in URL as /fr/recipe/view/42
* Create a pages module in the frontend crate
2025-03-26 01:49:02 +01:00
ae6da1a5ae Add default servings to profile + choose servings when scheduling 2025-02-03 23:42:07 +01:00
4c9742af65 Add an admin flag to user 2025-01-20 01:25:19 +01:00
e355800f98 Update to Axum 0.8 2025-01-14 15:57:02 +01:00
7a09e2360e [Database] Add 'creation_datetime' to User + some little things 2025-01-07 23:55:16 +01:00
03ebbb74fa Set user language to new recipe + cleaning 2025-01-06 22:52:22 +01:00
8b4b788562 Translation of the recipe edit page 2025-01-06 19:51:19 +01:00
f059d3c61f Translation support + french. 2025-01-06 16:04:48 +01:00
e9873c1943 Translation (WIP) 2025-01-05 22:38:46 +01:00
754d5ec9e3 Languages list is now sorted. 2025-01-03 19:32:41 +01:00
31bc31035a Add a way to delete recipe 2024-12-31 11:26:51 +01:00
dd05a673d9 Recipe edit (WIP): add API to set some recipe values 2024-12-23 01:37:01 +01:00
c6dfff065c Recipe edit (WIP) 2024-12-21 23:13:06 +01:00