Commit graph

15 commits

Author SHA1 Message Date
3bc17cea79 Translate an error message 2025-04-30 19:29:35 +02:00
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
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
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
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
b2572ebfe5 Add favicon 2025-03-03 00:18:56 +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
Renamed from backend/src/services.rs (Browse further)