Commit Graph

9 Commits

Author SHA1 Message Date
cdabe6935b 🔥 Huge style refactoring by using SvelteKit built-in style tag
It's been tricky but got there finally! Hello `:global`
- Avoid using one global CSS file containing everything
- Import the component SCSS file in a script tag from the component file to allow style scoping and including it only when used
2022-06-22 23:26:00 +02:00
89234e6e52 Fix sizeKey on Image without sizes 2021-11-28 23:08:13 +01:00
cf6afd832e Add photo's city to Postcard on Photos grid 2021-11-14 19:51:58 +01:00
e1b5ebd0b1 Fix PostCard responsive and add small size variant 2021-10-23 22:51:38 +02:00
f29b4c3bb0 🔥 Use Directus Storage Assets Presets only for images
Block the generation of other image sizes from the URL

TODO: Block the access to root asset url as it still displays the original file
2021-10-17 22:17:52 +02:00
36f4c5a330 Fix Postcard style and hover + rename class 2021-10-16 15:54:11 +02:00
2ea5cbecda Make PostCard content dynamic 2021-10-14 23:19:09 +02:00
9c36b2dbf6 🔥 Create Photos grid for mobile and desktop 2021-10-05 21:05:42 +02:00
7dbc7cdf73 Create Post Card component 2021-10-04 18:18:07 +02:00