Commit Graph

83 Commits

Author SHA1 Message Date
Josh Creek cd1d4b7d71 chore(#29): Enable images with query params 2024-09-03 20:33:49 +01:00
Josh Creek 35105d31f1 chore(#29): Remove another redundant postcss file 2024-09-03 20:30:56 +01:00
Josh Creek f376a942b3 chore(#29): Remove redundant postcss file 2024-09-03 20:29:09 +01:00
Josh Creek 94de247d56 refactor(#29): Add strong typing to locals supabase 2024-09-03 20:27:59 +01:00
Josh Creek d95c8ec6cc docs(#29): Update database setup docs 2024-09-03 20:08:50 +01:00
Josh Creek 0423bfa701 feat(#29): Add magic link template 2024-09-03 20:07:15 +01:00
Josh Creek 5c0cce9e47 refactor(#29): Update supabase config.toml 2024-09-03 20:05:32 +01:00
Josh Creek ff71f7a0db chore(*): Add pnpm lock 2024-09-03 19:55:05 +01:00
Josh Creek a29df65cbb refactor(#29): Improve initial migration 2024-09-03 19:54:41 +01:00
Josh Creek ceba7622a9 Merge pull request #27 from jcreek/content-height
style(*): set min-height on main content
2024-07-23 19:14:18 +01:00
Josh Creek 3d296c8f2c Merge pull request #26 from jcreek/purge-css
Purge css
2024-07-23 19:13:46 +01:00
OllyNicholass 0990edab2e style(*): set min-height on main content 2024-07-16 21:29:03 +01:00
OllyNicholass bd560c41e1 build(*): purge css during build 2024-07-16 21:27:52 +01:00
OllyNicholass c76c6f4484 deps(*): add vite-plugin-tailwind-purgecss 2024-07-16 21:27:24 +01:00
Olly a964f19fc4 Merge pull request #25 from jcreek/feat/improve-build-time
chore(*): use postcss to build styles
2024-07-16 19:22:26 +01:00
OllyNicholass 06fc2c2cd2 chore(*): use postcss to build styles 2024-07-16 19:19:25 +01:00
Josh Creek b521314cc6 Merge pull request #24 from jcreek/14-add-ability-to-record-that-a-user-has-gained-access-to-a-software-product-after-purchase-1
14 add ability to record that a user has gained access to a software product after purchase
2024-07-05 16:19:32 +01:00
OllyNicholass 3fa3ace4ee fix(#14): remove empty pages 2024-07-05 16:07:06 +01:00
Josh Creek 67fcf8ea38 fix(#14): Replace throw with error log 2024-07-05 15:37:08 +01:00
OllyNicholass 37a8062c75 Merge branch '14-add-ability-to-record-that-a-user-has-gained-access-to-a-software-product-after-purchase-1' of https://github.com/jcreek/SvelteKitSaasBoilerplate into 14-add-ability-to-record-that-a-user-has-gained-access-to-a-software-product-after-purchase-1 2024-07-05 15:12:37 +01:00
OllyNicholass c32d62d420 docs(#14): add linked db command 2024-07-05 15:12:26 +01:00
OllyNicholass 1f0ff5bc5c chore(#14): update schema type def 2024-07-05 15:11:43 +01:00
Josh Creek 103ee16cec fix(#14): Fix invalid response 2024-07-05 15:07:33 +01:00
Josh Creek 337bc648ca fix(#14): Fix accessing private env var 2024-07-05 15:07:22 +01:00
Josh Creek 14992c3798 docs(*): Add to do item 2024-07-04 20:20:00 +01:00
Josh Creek 48aaee744f docs(#14): Add local db and migrations 2024-07-04 20:13:46 +01:00
Josh Creek 2fe426b3f4 chore(#14): Add initial db migration 2024-07-04 20:13:19 +01:00
Josh Creek a10d22d1f8 chore(#14): Strongly type supabase client 2024-07-04 20:05:22 +01:00
Josh Creek 8634e56bd1 docs(#14): Add links to database and stripe docs from readme 2024-07-04 19:54:23 +01:00
Josh Creek d30d6181cf docs(#14): Add stripe docs 2024-07-04 19:54:09 +01:00
Josh Creek 540352657c feat(#14): Add stripe webhooks 2024-07-04 19:35:23 +01:00
Josh Creek f10e0537bd feat(#14): Replace profile page with account page 2024-07-04 19:33:51 +01:00
Josh Creek 113268614b feat(#14): Update code to match documentation 2024-07-04 19:27:52 +01:00
Josh Creek e15565bb56 chore(#14): Add local supabase config 2024-07-04 19:26:00 +01:00
Josh Creek fd4befcd12 feat(#14): Add type definitions 2024-07-04 19:24:30 +01:00
Josh Creek ed4b5f3725 chore(#14): Update package versions 2024-07-04 19:24:18 +01:00
Josh Creek 83c8e44f33 feat(#14): Add db methods 2024-07-04 19:23:40 +01:00
Josh Creek 66698445f2 feat(#14): Update signup component to create a stripe customer on signup 2024-07-04 19:22:39 +01:00
Josh Creek 1303c97f72 docs(#14): Add type generation docs 2024-07-04 19:22:03 +01:00
Josh Creek 822b8c7235 docs(#14): Add db setup instructions 2024-07-04 19:18:26 +01:00
Josh Creek c1ed99a1a3 docs(*): Add deploy status badge to readme 2024-06-18 20:04:14 +01:00
Josh Creek 616f587510 Merge pull request #20 from jcreek/19-typeerror-nodecomponent-is-not-a-function
fix(#19): Fix really stupid sveltekit bug
2024-06-18 20:01:50 +01:00
Josh Creek 8b54177586 fix(#19): Fix really stupid sveltekit bug 2024-06-18 19:59:31 +01:00
Josh Creek addaeeee84 Merge pull request #16 from jcreek/2-replace-navbar-with-a-better-one
feat(#2): Begin replacing navbar
2024-06-18 19:53:03 +01:00
Josh Creek 1e6158b5eb Merge pull request #17 from jcreek/3-add-forgot-password-functionality
feat(#3): Add forgot password functionality
2024-06-18 19:37:33 +01:00
Josh Creek ec1f9a993d feat(#3): Add forgot password functionality 2024-06-06 19:21:16 +01:00
Josh Creek ca40b8403a feat(#2): Add chevron to dropdown parent 2024-06-04 20:22:19 +01:00
Josh Creek e4438d552b feat(#2): Begin replacing navbar 2024-06-04 20:10:32 +01:00
Olly 79715504e7 Merge pull request #13 from jcreek/12-subtotals-on-checkout-confirmation-items-only-provide-the-unit-price-following-feat-1-changes
fix(#12): Ensure unit prices are displayed correctly
2024-05-15 17:26:35 +01:00
Josh Creek 9f06073f64 fix(#12): Ensure unit prices are displayed correctly 2024-05-15 16:13:27 +01:00