This was the only step that is using 3.8, while the Docker image and all
other steps are using 3.9.9.
This caused the CI to fail when using type annotations like `list[int]`,
because using the literal types is only allowed in 3.9+.
* 7768 - PNI - add animations for categories and products
Fix tests
testing header animation with blur
Only animate when header is different
Some more polish
one more
remove title animation and add search one
Fixed min-height for product-thumbnail
Trigger animation after images loaded
* Fix test to work with animation delay
* Add CSP to CLI tests
* Addressing PR Feedback
* Fix Github actions!
Co-authored-by: Pomax <pomax@nihongoresources.com>
* Rebase
* ths is not great
* let's forget cypress
* pip compile lock
* .
* so many workflows
* helps to run the server when doing visual CI
* yay typoes
* tailwind kind of needs to work
* percy action is now obsolete
* force actions to kick in again
* fix yml
* update percy exec
* see https://github.com/percy/cli/discussions/634
* fix test
* Update urls.spec.js
Co-authored-by: Pomax <pomax@MacBook-Pro.hitronhub.home>
* [PNI] front end updates for Q3 2021
Co-authored-by: Daniel Miranda <manieldiranda@gmail.com>
Co-authored-by: Daniel Miranda <daniel@mozillafoundation.org>
Co-authored-by: Simon Fessehaye <fessehay@ualberta.ca>
Co-authored-by: Théo Chevalier <theo.chevalier11@gmail.com>
* added option to subscribe users using basket
Co-authored-by: Ben Hohner <benhohner@gmail.com>
Co-authored-by: Daniel Miranda <daniel@mozillafoundation.org>
Co-authored-by: Kalob Taulien <4743971+KalobTaulien@users.noreply.github.com>
Co-authored-by: Ben Hohner <benhohner@gmail.com>
* Part 1
* Part 2
* Re-added cloudinary dep. to make a proper migration
* Remove the cloudinary image field
* Woops
* Flake8
Co-authored-by: Pomax <pomax@nihongoresources.com>