Commit graph

152 commits

Author SHA1 Message Date
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
df158d3ff4
improve the layout 2024-12-15 01:18:09 +01:00
a9f4df0071
use trpc for recipe router 2024-12-15 01:18:09 +01:00
767471f2bb
add headers and middleware 2024-12-15 01:18:09 +01:00
ae63d45fe6
install trpc 2024-12-15 01:18:09 +01:00
f19874e4c7
add error handling 2024-12-15 01:18:09 +01:00
7c3bfb0ea8
find meals per id 2024-12-15 01:18:08 +01:00
884095b0e0
refactor 2024-12-15 01:18:08 +01:00
1539a03084
make api call on the server add tests 2024-12-15 01:18:08 +01:00
277ede1ad3
fix images 2024-12-15 01:18:08 +01:00
b2680e7d22
Merge pull request #38 from rjNemo/reborn
Migrate to nuxt
2024-12-15 01:18:08 +01:00
11d0e4682b
share types and fix linter errors 2024-12-15 01:18:08 +01:00
a567a4c41a
use shared component for the recipe 2024-12-15 01:18:08 +01:00
98888fd814
fetch by id 2024-12-15 01:18:08 +01:00
6d7c856ef9
full recipe 2024-12-15 01:18:08 +01:00
e80b11ef17
ingredients list 2024-12-15 01:18:08 +01:00
a89c2fcd24
fix: client side navigation 2024-12-15 01:18:08 +01:00
a146bea1ba
design card component 2024-12-15 01:18:08 +01:00
b17abd0cd4
faetch from api 2024-12-15 01:18:08 +01:00
df4c28235c
nuxt image 2024-12-15 01:18:08 +01:00
22a19315ec
lint 2024-12-15 01:18:08 +01:00
a7554b9801
prettier and esling 2024-12-15 01:18:08 +01:00
e63805539b
random recipe page 2024-12-15 01:18:08 +01:00
d35253be03
basic layout 2024-12-15 01:18:08 +01:00
7708d7dfe0
use typography plugin 2024-12-15 01:18:08 +01:00
0e944d614f
installed tailwind 2024-12-15 01:18:08 +01:00
d9af585209
use bun
use bun
2024-12-15 01:18:08 +01:00
dependabot[bot]
7c7c3f0114 Bump ws from 7.5.6 to 7.5.10
Bumps [ws](https://github.com/websockets/ws) from 7.5.6 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.6...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-18 14:04:17 +02:00
5fbd50075c
Merge pull request #40 from rjNemo/dependabot/npm_and_yarn/braces-3.0.3
Bump braces from 3.0.2 to 3.0.3
2024-06-13 23:03:26 +02:00
dependabot[bot]
df60890a42
Bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-13 21:01:34 +00:00