Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Bump jinja2 from 3.1.4 to 3.1.6dependabot/pip/jinja2-3.1.6 | 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 permsHEADmain | 2024-09-23 | -4/+4 | |
| | ||||
* | Move import to a type checking block to avoid circular import | 2024-09-23 | -2/+4 | |
| | ||||
* | Bump cryptography from 43.0.0 to 43.0.1 (#14) | 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 tests | 2024-09-16 | -0/+1 | |
| | ||||
* | Reduce the time voucher rows are locked when creating orders | 2024-09-16 | -2/+3 | |
| | ||||
* | Add a gift emssage to the order | 2024-09-13 | -0/+4 | |
| | ||||
* | Estimate order costs before submitting the order | 2024-09-13 | -9/+15 | |
| | ||||
* | Set the external_id of the printful order to the voucher id | 2024-09-13 | -3/+7 | |
| | ||||
* | Also accept a quantity for order items | 2024-09-13 | -0/+1 | |
| | ||||
* | Make OrderCosts available via the dto module | 2024-09-13 | -1/+2 | |
| | ||||
* | Add an endpoint to submit an order to printful | 2024-09-13 | -0/+111 | |
| | ||||
* | Add the printful store ID to the authorized client as a header | 2024-09-13 | -1/+5 | |
| | ||||
* | Fix seed script user creation | 2024-09-13 | -4/+32 | |
| | ||||
* | Add card wrapper around cart status on store page | 2024-09-12 | -7/+19 | |
| | ||||
* | ESLint fixes | 2024-09-12 | -9/+9 | |
| | ||||
* | Use new CartConfirm component in CheckoutPage | 2024-09-12 | -2/+2 | |
| | ||||
* | Add new CartConfirm component for displaying cart contents on checkout | 2024-09-12 | -0/+114 | |
| | ||||
* | Fix margins for small devices | 2024-09-12 | -0/+2 | |
| | ||||
* | Fix some cart removal logic | 2024-09-12 | -2/+4 | |
| | ||||
* | Correct dependencies of useMemo and useEffect in useVisible | 2024-09-11 | -8/+8 | |
| | ||||
* | Allow for seeding useVisible with preferred default | 2024-09-11 | -9/+15 | |
| | ||||
* | Remove unused imports from App.tsx | 2024-09-11 | -1/+1 | |
| | ||||
* | Use new useMediaQuery hook to determine dark theme | 2024-09-11 | -7/+2 | |
| | ||||
* | Add useMediaQuery hook | 2024-09-11 | -1/+21 | |
| | ||||
* | Wrap voucher in a card | 2024-09-11 | -1/+3 | |
| | ||||
* | Add floating cart status | 2024-09-11 | -11/+27 | |
| | ||||
* | Make card styles more robust and usable | 2024-09-11 | -4/+7 | |
| | ||||
* | Use full 6-char hex colour in dark theme background | 2024-09-11 | -1/+1 | |
| | ||||
* | Use success toast notifications | 2024-09-11 | -1/+1 | |
| | ||||
* | Correct typing of button reference | 2024-09-11 | -1/+1 | |
| | ||||
* | Add missing semicolon | 2024-09-11 | -2/+2 | |
| | ||||
* | Add route for checkout page | 2024-09-11 | -0/+6 | |
| | ||||
* | Add checkout page | 2024-09-11 | -0/+21 | |
| | ||||
* | Wrap variables in CartStatus with accent colour | 2024-09-11 | -1/+7 | |
| | ||||
* | Spacing | 2024-09-11 | -0/+2 | |
| | ||||
* | Fix eslint | 2024-09-11 | -12/+12 | |
| | ||||
* | Type corrections | 2024-09-11 | -2/+4 | |
| | | | | I have a language server now. | |||
* | Set packageManager field in package.json | 2024-09-11 | -1/+2 | |
| | | | | I don't know, pnpm just did it. | |||
* | Remove strikethrough from button styles | 2024-09-11 | -1/+0 | |
| | ||||
* | Add floating checkout button when scrolled down on page | 2024-09-11 | -5/+32 | |
| | ||||
* | Add hook for visibility detection | 2024-09-11 | -0/+15 | |
| | ||||
* | Display cart status on the store page | 2024-09-11 | -0/+23 | |
| | ||||
* | Add new cart action to set the max price | 2024-09-11 | -1/+5 | |
| | ||||
* | Allow cart items to add themselves to the cart | 2024-09-11 | -1/+11 | |
| | ||||
* | Add component for store cart state | 2024-09-11 | -1/+19 | |
| | ||||
* | Fetch current voucher token from store when fetched | 2024-09-11 | -3/+10 | |
| | ||||
* | Add component to display voucher metadata at store page | 2024-09-11 | -0/+33 | |
| | ||||
* | Add some overrides for toast notifications | 2024-09-05 | -0/+6 | |
| | ||||
* | Handle 401 and 403 on store page | 2024-09-05 | -1/+7 | |
| |