Commit graph

32 commits

Author SHA1 Message Date
d98b4ad8fa Useless CSS rule 2025-04-29 13:13:46 +02:00
be6905cc3b Logo for dark theme 2025-04-28 02:34:42 +02:00
cf9c6b2a3f Refactor toast notifications and modal dialog implementation
- Updated SCSS for toast notifications to support multiple toast types (success, info, warning, error) and improved layout.
- Added new SVG icons for error, info, success, and warning notifications.
- Created separate HTML templates for toast notifications and modal dialogs.
- Enhanced the dev panel with buttons to test different toast notifications and modal dialogs.
2025-04-27 12:49:39 +02:00
b0f0633338 Move logs view from dev_panel page to a logs page 2025-04-26 16:26:35 +02:00
1bb0f05fc0 Enhance logging display in dev panel with structured output and improved styling 2025-04-26 15:56:56 +02:00
2d1aa4bdfd Toast and modal dialog CSS (WIP). 2025-04-26 01:50:37 +02:00
812ba9dc3b Add logging functionality to the dev panel 2025-04-21 16:52:14 +02:00
eda1ef2582 Add a mixin for markdown 2025-04-15 12:00:24 +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
719cfafefc Cleaning 2025-04-12 16:01:20 +02:00
2a288abb07 CSS: use a $margin constant. Some CSS improvements (WIP). 2025-04-09 15:08:43 +02:00
221d813c2b Fix the theme toggle 2025-04-01 23:47:39 +02:00
559ed139aa Add a toggle between dark and light theme 2025-03-31 15:31:06 +02:00
a590d7e1e9 A bit of clean up 2025-03-02 00:39:58 +01:00
084be9fb00 Shopping list (WIP) 2025-02-11 19:39:13 +01:00
15173c4842 Do not display remove buttons for scheduled recipes when picking a date 2025-02-10 00:06:09 +01:00
37721ac3ea Calendar is now displayed on home page and recipes can be scheduled without being logged 2025-02-08 22:31:38 +01:00
fbef990022 Recipe can now be scheduled 2025-02-04 22:29:56 +01:00
d8641d4db6 Calendar (WIP): user can select a day 2025-02-02 12:50:12 +01:00
79a0aeb1b8 Calendar (WIP) 2025-01-29 14:37:25 +01:00
9d3f9e9c60 Add a calendar to schedule a recipe to a chosen date (WIP) 2025-01-23 03:01:15 +01:00
ca2227037f Ingredients can now be manually ordered 2025-01-16 00:17:08 +01:00
e355800f98 Update to Axum 0.8 2025-01-14 15:57:02 +01:00
975d1ceee2 Groups can now be ordered (via drag and drop) 2025-01-10 22:38:34 +01:00
7226029109 Update CSS (WIP) 2025-01-08 16:13:43 +01:00
91ab379718 Avoid to use an hash map in translations 2025-01-07 16:47:24 +01:00
5ce3391466 Recipe edit, we can now delete groups, steps and ingredients 2024-12-28 22:52:07 +01:00
6876a254e1 Recipe edit (WIP): all form fields are now saved 2024-12-27 00:39:23 +01:00
07b7ff425e Recipe edit (WIP): forms to edit groups, steps and ingredients 2024-12-26 01:39:07 +01:00
dd05a673d9 Recipe edit (WIP): add API to set some recipe values 2024-12-23 01:37:01 +01:00
1c79cc890d * Create a minimalistic toast
* Profile editing (WIP)
2024-12-04 17:39:56 +01:00