Commit Graph

7 Commits

Author SHA1 Message Date
Zhenya Goroh
708336b383 Added eslint-unused-imports plugin 2024-10-08 22:06:23 +03:00
mauro 🤙
f71d765d16 Refactor Prettier configuration to adhere to code style guidelines 2024-09-15 14:46:10 +00:00
mauro-balades
d787a95657 feat: Add language switcher component to footer 2024-09-02 21:04:05 +02:00
mauro-balades
7071eed755 feat: Update footer layout, add social media links, and improve styling 2024-09-02 18:15:03 +02:00
mauro-balades
26384860f8 feat: Update ThemesMarketplace to use lazy loading for images 2024-09-01 11:12:35 +02:00
mauro-balades
7575e7b22a feat: Add lazy loading for images in marketplace
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 `MarketplacePage` component to pass the `themes` prop to the `MarketplacePage` component.
2024-09-01 11:08:01 +02:00
Mauro Balades
f16a46a290 feat: Add themes marketplace page and components 2024-08-14 23:12:22 +02:00