mauro-balades
9599c606cf
feat: Add lazy loading for images and update image components
...
The code changes include:
- Importing the `Image` component from `next/legacy/image` instead of `next/image` in multiple files.
- Adding a new `CachedImage` component that uses the `Image` component with a custom loader.
- Updating the `Logo` component to use the `CachedImage` component instead of the `img` tag.
Recent user commits and repository commits do not provide additional context for the commit message.
2024-09-01 00:51:37 +02:00
mauro-balades
7fd259f233
Added more to the site
2024-08-30 01:54:17 +02:00
mauro-balades
30ddd65c91
feat: Optimize image loading in components
2024-08-27 17:49:49 +02:00
Mauro Balades
10b764aa7f
Fix typo in ThemeCard component
2024-08-26 14:21:20 +02:00
mauro 🤙
6e7a63f619
Merge branch 'main' into themecard_size_limit
2024-08-26 14:08:58 +02:00
Waled Khatiz
7b5a4adcfb
fix: CardWrapper typo
2024-08-26 00:09:13 +10:00
Waled Khatiz
1c7d8ef1a9
feat:Giving length limits to ThemeCards
2024-08-25 22:26:44 +10:00
Pushpank Dhruw
ba5028f72d
feat(image): Improved image loading and optimization
2024-08-22 21:01:27 +05:30
Mauro Balades
befda22428
chore: Update responsive margins and styles in Features component
2024-08-21 13:47:11 +02:00
Mauro Balades
3fe12d8227
chore: Update MobileNav component to use "Theme Store" instead of "Themes"
2024-08-16 11:16:36 +02:00
Mauro Balades
58857925d0
chore: Update dependencies and add sync-fetch for theme API
2024-08-16 10:29:22 +02:00
Mauro Balades
b16302ba24
chore: Update ThemeCard component to open theme page on click
2024-08-15 22:18:27 +02:00
Mauro Balades
10d6a502e2
chore: Update MobileNav component and Navigation styles
2024-08-15 17:01:36 +02:00
Mauro Balades
98679f2eff
chore: Update DialogContent component in ThemeCard
2024-08-15 12:45:40 +02:00
Mauro Balades
4c9b85e357
chore: Add homepage link to theme card
2024-08-15 11:22:19 +02:00
Mauro Balades
f16a46a290
feat: Add themes marketplace page and components
2024-08-14 23:12:22 +02:00