aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump jinja2 from 3.1.4 to 3.1.6dependabot/pip/jinja2-3.1.6Gravatar dependabot[bot]2025-03-06-24/+117
| | | | | | | | | | | | | | Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
* Fix the intflag for permsHEADmainGravatar Chris Lovering2024-09-23-4/+4
|
* Move import to a type checking block to avoid circular importGravatar Chris Lovering2024-09-23-2/+4
|
* Bump cryptography from 43.0.0 to 43.0.1 (#14)Gravatar dependabot[bot]2024-09-16-29/+29
| | | | | | | | | | | | | | Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add placeholder printful store id to CI for testsGravatar Chris Lovering2024-09-16-0/+1
|
* Reduce the time voucher rows are locked when creating ordersGravatar Chris Lovering2024-09-16-2/+3
|
* Add a gift emssage to the orderGravatar Chris Lovering2024-09-13-0/+4
|
* Estimate order costs before submitting the orderGravatar Chris Lovering2024-09-13-9/+15
|
* Set the external_id of the printful order to the voucher idGravatar Chris Lovering2024-09-13-3/+7
|
* Also accept a quantity for order itemsGravatar Chris Lovering2024-09-13-0/+1
|
* Make OrderCosts available via the dto moduleGravatar Chris Lovering2024-09-13-1/+2
|
* Add an endpoint to submit an order to printfulGravatar Chris Lovering2024-09-13-0/+111
|
* Add the printful store ID to the authorized client as a headerGravatar Chris Lovering2024-09-13-1/+5
|
* Fix seed script user creationGravatar Chris Lovering2024-09-13-4/+32
|
* Add card wrapper around cart status on store pageGravatar Joe Banks2024-09-12-7/+19
|
* ESLint fixesGravatar Joe Banks2024-09-12-9/+9
|
* Use new CartConfirm component in CheckoutPageGravatar Joe Banks2024-09-12-2/+2
|
* Add new CartConfirm component for displaying cart contents on checkoutGravatar Joe Banks2024-09-12-0/+114
|
* Fix margins for small devicesGravatar Joe Banks2024-09-12-0/+2
|
* Fix some cart removal logicGravatar Joe Banks2024-09-12-2/+4
|
* Correct dependencies of useMemo and useEffect in useVisibleGravatar Joe Banks2024-09-11-8/+8
|
* Allow for seeding useVisible with preferred defaultGravatar Joe Banks2024-09-11-9/+15
|
* Remove unused imports from App.tsxGravatar Joe Banks2024-09-11-1/+1
|
* Use new useMediaQuery hook to determine dark themeGravatar Joe Banks2024-09-11-7/+2
|
* Add useMediaQuery hookGravatar Joe Banks2024-09-11-1/+21
|
* Wrap voucher in a cardGravatar Joe Banks2024-09-11-1/+3
|
* Add floating cart statusGravatar Joe Banks2024-09-11-11/+27
|
* Make card styles more robust and usableGravatar Joe Banks2024-09-11-4/+7
|
* Use full 6-char hex colour in dark theme backgroundGravatar Joe Banks2024-09-11-1/+1
|
* Use success toast notificationsGravatar Joe Banks2024-09-11-1/+1
|
* Correct typing of button referenceGravatar Joe Banks2024-09-11-1/+1
|
* Add missing semicolonGravatar Joe Banks2024-09-11-2/+2
|
* Add route for checkout pageGravatar Joe Banks2024-09-11-0/+6
|
* Add checkout pageGravatar Joe Banks2024-09-11-0/+21
|
* Wrap variables in CartStatus with accent colourGravatar Joe Banks2024-09-11-1/+7
|
* SpacingGravatar Joe Banks2024-09-11-0/+2
|
* Fix eslintGravatar Joe Banks2024-09-11-12/+12
|
* Type correctionsGravatar Joe Banks2024-09-11-2/+4
| | | | I have a language server now.
* Set packageManager field in package.jsonGravatar Joe Banks2024-09-11-1/+2
| | | | I don't know, pnpm just did it.
* Remove strikethrough from button stylesGravatar Joe Banks2024-09-11-1/+0
|
* Add floating checkout button when scrolled down on pageGravatar Joe Banks2024-09-11-5/+32
|
* Add hook for visibility detectionGravatar Joe Banks2024-09-11-0/+15
|
* Display cart status on the store pageGravatar Joe Banks2024-09-11-0/+23
|
* Add new cart action to set the max priceGravatar Joe Banks2024-09-11-1/+5
|
* Allow cart items to add themselves to the cartGravatar Joe Banks2024-09-11-1/+11
|
* Add component for store cart stateGravatar Joe Banks2024-09-11-1/+19
|
* Fetch current voucher token from store when fetchedGravatar Joe Banks2024-09-11-3/+10
|
* Add component to display voucher metadata at store pageGravatar Joe Banks2024-09-11-0/+33
|
* Add some overrides for toast notificationsGravatar Joe Banks2024-09-05-0/+6
|
* Handle 401 and 403 on store pageGravatar Joe Banks2024-09-05-1/+7
|