Commit Graph

51 Commits

Author SHA1 Message Date
06db598b90 Use PageTransition component on every route
- Scrolls back to top when mounting new page with a timeout of the delay
- Rename photo Viewer class
- Change Shop posters section text from p to label
2021-12-07 21:58:17 +01:00
ed62030b29 Create a component for scrolling huge titles 2021-11-16 22:35:42 +01:00
5923afed3b Make Shop location switcher a component using a global store
Using two switchers (one in the shop nav and the other in the cart) makes possible to have the switcher over the Cart overlay (over intro)
2021-11-07 22:40:52 +01:00
ffc26877c8 Merge branch 'v2' into v2-shop
# Conflicts:
#	src/components/molecules/PosterCart.svelte
#	src/routes/shop/__layout.svelte
#	src/style/atoms/_button-circle.scss
#	src/style/organisms/_cart.scss
#	src/style/pages/_shop.scss
#	src/style/style.scss
2021-11-07 12:07:18 +01:00
d087a58f36 Change Cart button naming 2021-11-07 11:53:48 +01:00
f82505a54e Use an atom for the Cart button 2021-11-07 11:53:18 +01:00
bd74f5612c [wip] 🔥 Integrate Swell into the shop
Create a custom and internal API for fetching and updating content to Swell Admin API (using swell-node)
2021-11-07 11:51:01 +01:00
460fe9420c Create notification for cart 2021-11-05 22:40:15 +01:00
35ba7f7c63 Change Cart button naming 2021-11-05 17:52:28 +01:00
5a5dd3ccaa Use an atom for the Cart button 2021-11-05 17:43:34 +01:00
50835fa6f6 Create Aside for Cart
With Poster Cart component
2021-11-04 16:05:39 +01:00
99fe09c4fd Add data to Shop page 2021-10-31 19:38:08 +01:00
2c0adcc4e2 Add interactive Carousel component 2021-10-31 19:37:00 +01:00
68f9743f17 Create shop page
Make components: poster, poster product
2021-10-27 22:48:31 +02:00
ab9b0e1a59 Add style to Photo Viewer page 2021-10-19 12:22:20 +02:00
277005c591 Create reusable class for Photo 2021-10-17 22:18:26 +02:00
36f4c5a330 Fix Postcard style and hover + rename class 2021-10-16 15:54:11 +02:00
8b07352431 Make newsletter form a reusable component 2021-10-16 13:25:26 +02:00
3ccfb63188 Create Subscribe page
Create issue css component for past newsletter
2021-10-12 22:41:09 +02:00
4c14a85ab0 Create Heading component
Intro title with p
2021-10-12 22:39:55 +02:00
eb6762b240 Edit and WIP on Location page
Create house component
2021-10-07 22:10:16 +02:00
c66b8b0d90 Create Location page 2021-10-07 14:47:37 +02:00
7f5c74086f Create Credits page 2021-10-04 22:04:38 +02:00
4691c190bc Create Locations page 2021-10-04 19:44:07 +02:00
7dbc7cdf73 Create Post Card component 2021-10-04 18:18:07 +02:00
3b61ebd144 Merge branch 'v2' of https://git.server.flayks.com/cetrucflotte/housesof into v2 2021-10-03 23:17:43 +02:00
252b58993a Add Switcher on all pages 2021-10-03 23:16:59 +02:00
de6da7394b Create Photos page with filter bar 2021-10-03 22:50:33 +02:00
7d1dab9775 Make discover into reusable class 2021-10-03 22:50:15 +02:00
f6da3c4b55 Implement Interactive Globe on Homepage 2021-10-03 13:56:11 +02:00
0cde65c0b1 Create BoxCTA atom 2021-09-30 18:48:15 +02:00
3ec6dbda16 Create Shop component and add to homepage 2021-09-29 23:38:34 +02:00
e0d048fe8c Add style to Footer 2021-09-29 19:19:25 +02:00
1409dc0894 Create Newsletter component 2021-09-28 22:51:06 +02:00
15461588ec Edit browse locations section
Create badge atom,
2021-09-28 12:57:13 +02:00
1883d5781f Create Location and Locations sections 2021-09-27 23:55:16 +02:00
bd89e28e15 Create homepage
Photo-card layout, button, typography
2021-09-27 23:23:16 +02:00
bdbf511a75 ☠️ RESET for v2 2021-09-14 13:00:48 +02:00
720ca69902 Add a newsletter subscription form below locations
All checks were successful
continuous-integration/drone/push Build is passing
- One component used below Locations list and in the Pagination when all photos has been loaded
- Keep the subscribe page with the column display
2020-05-06 23:06:26 +02:00
cd609cd710 Add a badge on locations for new photos
- The last updated date is taken from the latest photo of each location (without any other API call, just some data manipulation)
- Manipulation of data in the preload request instead of the code
2020-05-06 17:12:07 +02:00
6fe4df4189 Add Newsletter Component and Page
All checks were successful
continuous-integration/drone/push Build is passing
- Newsletter form on Subscribe page and at the end of the photos
2020-04-29 12:04:37 +02:00
730eb75457 WIP attempt to fix page transitions, Several edits
All checks were successful
continuous-integration/drone/push Build is passing
2020-04-02 16:07:31 +02:00
0635b65abf Add Fullscreen in viewer, Track links with Google Analytics, Use .env file
All checks were successful
continuous-integration/drone/push Build is passing
- Fullscreen is a component that watches a store value set by the Carousel component on a picture click
- Use a .env file for API and website related settings and informations
- Google Analytics is now in place, tracking each routes link and viewer photo change
2020-03-28 15:21:51 +01:00
cc0d6c1dcd Carousel: Use the counter as a component
- Add animation when changing photos
- Reusable and scalable to more than XX photos
2020-03-10 21:22:53 +01:00
455f3d65de Use classes for SVG globe icons 2020-03-03 10:54:24 +01:00
76c8c31c89 Readapt the misuse of BEM, Code organization
- -- is only for a modifier, not a child "child". Use master__child without the parent__ in it to make it more readable.
https://www.smashingmagazine.com/2016/06/battling-bem-extended-edition-common-problems-and-how-to-avoid-them/
- Redefine atom design components
2020-02-29 18:32:32 +01:00
042440188e Add a credit page and make style reusable 2020-02-26 15:52:13 +01:00
ef23d90eb6 WIP 2020-02-13 22:24:28 +01:00
9b0c154f61 WIP React > Svelte
Put most of the developed design into Svelte
2020-02-11 15:09:32 +01:00
1521ab7b9c SCSS update 2020-02-05 16:13:09 +01:00