Commit graph

24 commits

Author SHA1 Message Date
710a134966 Refactor MessageTemplate initialization to use Context directly instead of Tr and user parameters 2025-04-30 11:26:53 +02:00
7f94159852 Extract some functions to the app module: preparation for integration tests. 2025-04-29 17:51:46 +02:00
bf02420e18 Update to askama 0.14 2025-04-28 23:23:13 +02:00
b0f0633338 Move logs view from dev_panel page to a logs page 2025-04-26 16:26:35 +02:00
9dccd553bc Current recipe id was not set 2025-04-21 19:37:09 +02:00
812ba9dc3b Add logging functionality to the dev panel 2025-04-21 16:52:14 +02:00
f2e0aa3b43 Form CSS style + dev panel (WIP) 2025-04-15 11:34:18 +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
0c2e4b7624 Add markdown rendering for recipe descriptions using comrak 2025-04-02 18:19:06 +02:00
4f739593b8 Rename 'published' to 'public' (for recipe) 2025-04-02 01:53:02 +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
ae6da1a5ae Add default servings to profile + choose servings when scheduling 2025-02-03 23:42:07 +01:00
d9449de02b Add tables for shopping list and planner 2025-01-21 19:27:06 +01:00
7a09e2360e [Database] Add 'creation_datetime' to User + some little things 2025-01-07 23:55:16 +01:00
91ab379718 Avoid to use an hash map in translations 2025-01-07 16:47:24 +01:00
03ebbb74fa Set user language to new recipe + cleaning 2025-01-06 22:52:22 +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
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
fce4eade73 Split db::Connection implementation in submodules (db::user and db::recipe). 2024-12-18 23:10:19 +01:00
4248d11aa9 User profile edit page 2024-12-17 21:28:47 +01:00
1c79cc890d * Create a minimalistic toast
* Profile editing (WIP)
2024-12-04 17:39:56 +01:00