Commit graph

181 commits

Author SHA1 Message Date
83cc273e52
chore: update deps 2025-11-29 08:54:12 +01:00
4ab8d98e2c
refactor: remove unused SentryErrorButton component and adjust related files
- Deleted the SentryErrorButton component as it was not needed.
- Updated the cookbook page to remove the SentryErrorButton reference.
- Adjusted the search component to fix a self-closing tag issue.
- Ensured the toggleLike function call is correctly formatted in the view component.
- Added sendDefaultPii option to Sentry configuration for improved error tracking.
2025-05-26 15:53:09 +02:00
bfd83a367b
feat: add Sentry error tracking integration
- Introduced SentryErrorButton component to demonstrate error tracking.
- Updated nuxt.config.ts to include Sentry module and configuration.
- Added Sentry client and server configuration files for error reporting.
- Updated package.json to include @sentry/nuxt and updated dependencies.
- Integrated SentryErrorButton component into the cookbook page.
2025-05-26 15:38:15 +02:00
3e34609fcf
add cookbook 2025-04-13 01:08:22 +02:00
35af888724
add cookbook page 2025-04-13 00:06:19 +02:00
fc022e024d
fix meal validation 2025-04-09 09:14:54 +02:00
29db641392
update dependencies 2025-01-02 19:01:34 +01:00
b7aca38912
13 sharing recipes (#49)
* fix: update description image

* feat: share using navigator api
2024-12-19 19:18:22 +01:00
3a66b00c74
refactor: consolidate the routers 2024-12-19 13:43:09 +01:00
32be4bb0df
fix landing page 2024-12-17 21:31:05 +01:00
0d93ff37e4
improve footer responsiveness 2024-12-17 21:28:52 +01:00
7decbe7cbe
autofocus search field on search page 2024-12-17 21:26:39 +01:00
5bd9f2c382
add search bar to search page and improve searhc on input hcange 2024-12-17 21:12:46 +01:00
b19cb02763
use icon instead of svg 2024-12-16 22:10:42 +01:00
a1bc45941d
ref: make the navbar responsive on small screens 2024-12-16 21:42:38 +01:00
534a98b36f
feat: Add mobile search icon and responsive search bar in navbar 2024-12-16 21:38:08 +01:00
55d857e658
ref: use slots to prevent repeating menu 2024-12-16 21:33:55 +01:00
7c4f6419cd
add explicit image dimensions 2024-12-16 21:26:36 +01:00
34a1f62813
improve accessibility 2024-12-16 21:26:36 +01:00
4329d61c43
image optimization 2024-12-15 15:38:14 +01:00
c756a129a2
fix: recipe links 2024-12-15 14:44:29 +01:00
8e7316dd81
untrack aider 2024-12-15 01:19:27 +01:00
77ea021b59
remove old imlpementation 2024-12-15 01:18:09 +01:00
27c7ffacf6
add seo 2024-12-15 01:18:09 +01:00
ba78374f81
fix: refactor and fixes 2024-12-15 01:18:09 +01:00
fb84b4bfc6
feat: Add category details page with image header, description, and related recipes 2024-12-15 01:18:09 +01:00
2010270bcf
feat: Add Zod validation for categories API response 2024-12-15 01:18:09 +01:00
296b2048e9
refactor: Remove header, set responsive card heights, and add description ellipsis 2024-12-15 01:18:09 +01:00
ed3d1bc853
add link to categories in the navbar 2024-12-15 01:18:09 +01:00
d75d292b2a
feat: Enhance categories page with improved error handling and card UI 2024-12-15 01:18:09 +01:00
85481b5f31
style: Format categories page template with consistent line breaks 2024-12-15 01:18:09 +01:00
eb296fe761
style: Improve categories page layout with loading, error, and empty states 2024-12-15 01:18:09 +01:00
e042e06b19
feat: Add categories page with category card and data fetching 2024-12-15 01:18:09 +01:00
2872907a98
feat: Add categories endpoint to recipes router 2024-12-15 01:18:09 +01:00
6dffeb5766
improve search results displays 2024-12-15 01:18:09 +01:00
6f5f66d02e
use debounce search on search page 2024-12-15 01:18:09 +01:00
72824daf63
feat: add a search result page 2024-12-15 01:18:09 +01:00
2d9fdd07c2
feat: search feature with debounce 2024-12-15 01:18:09 +01:00
a5d328a133
improve the landing page 2024-12-15 01:18:09 +01:00
2dee5123a4
add robots.txt 2024-12-15 01:18:09 +01:00
e85f98a532
feat: activate transitions 2024-12-15 01:18:09 +01:00
4d1f1f7486
ref: kebab-case 2024-12-15 01:18:09 +01:00
76624f206b
move app components to own directory 2024-12-15 01:18:09 +01:00
9b2fed6716
feat: improve footer and add links to github and portfolio 2024-12-15 01:18:09 +01:00
045d118b3f
feat: Add skeleton loading state for recipe details page
feat: Add detailed skeleton loading state matching recipe layout
2024-12-15 01:18:09 +01:00
e5ede6f01a
feat: improve SEO on index page 2024-12-15 01:18:09 +01:00
fbf840d448
chore: lint 2024-12-15 01:18:09 +01:00
a75ee69b94
feat: Add random recipe button with route navigation and composable trigger 2024-12-15 01:18:09 +01:00
821a48dfe4
handle random recipe page 2024-12-15 01:18:09 +01:00
3c4d4db1be
add seo 2024-12-15 01:18:09 +01:00