favorite feature layout

This commit is contained in:
Alexander Bocken 2024-01-21 18:57:00 +01:00
parent b047034731
commit 6fc2755d87
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -21,11 +21,18 @@ My own homepage, bocken.org, built with svelte-kit.
- [x] notes for next time
- [ ] refactor, like, a lot
- [ ] expose json-ld for recipes https://json-ld.org/ https://github.com/flauschtrud/broccoli
- [ ] add favoriting ability when logged in
- [ ] favorite button on recipe
- [ ] store favorites in DB -> add to user object
- [ ] favorite API endpoint (requires auth of user)
- [ ] set
- [ ] retrieve
- [ ] favorite page/MediaScroller
- [ ] graceful degradation for JS-less browsers
- use js-only class with display:none and remove it with JS
- disable search -> use form action instead on submit?
- do not blur images without js
- correct Recipe Card rendering
- [ ] use js-only class with display:none and remove it with JS
- [ ] disable search -> use form action instead on submit?
- [ ] do not blur images without js
- [ ] correct Recipe Card rendering
### Glaube