* Support for lang in URL as /fr/recipe/view/42

* Create a pages module in the frontend crate
This commit is contained in:
Greg Burri 2025-03-26 01:49:02 +01:00
parent b812525f4b
commit 418d31a127
12 changed files with 117 additions and 80 deletions

View file

@ -8,13 +8,15 @@
* Default number is the user setting user.default_servings
* A symbol show the native recipe servings number
* Check position of message error in profile/sign in/sign up with flex grid layout
* Replace Rinja by Askama when Askma 0.13 is out (Rinja has been merged with Askama)
* Define the UI (mockups).
* Two CSS: one for desktop and one for mobile
* Use CSS flex/grid to define a good design/layout
* CSS for dark mode + autodetect
* CSS for toast and modal dialog
* Calendar: Choose the first day of the week
* i18n: prefix uri with the language: /fr/recipe/view/2
* i18n: prefix uri with the language: /fr/recipe/view/2 (do it for all intern href)
* Redirect with the correct prefix when the current language is changed
* Make a search page
Use FTS5:
https://sqlite.org/fts5.html