Commit cf429c9
authored
feat(cli): support Polar payments with Convex (#994)
* feat(cli): support polar payments with convex
* fix(cli): align convex polar templates with docs
* feat(cli): support polar payments in native templates
* test(cli): cover native polar server backends
* fix(cli): type convex polar auth lookup
* fix(cli): sync convex polar products from dashboard
* Revert "fix(cli): sync convex polar products from dashboard"
This reverts commit 60084d8.
* fix(cli): use recurring polar products for subscriptions
* fix(cli): keep ui tsconfig browser scoped
* fix(cli): align native screens with expo 56
* fix(cli): keep convex polar portal reachable
* fix(cli): align bare native home layout
* fix(cli): bridge native polar redirects
* test(web): cover mixed polar stack builder
* fix(cli): address polar review feedback
* fix(cli): infer convex polar user type
* fix(cli): follow polar user info docs1 parent e1c6379 commit cf429c9
41 files changed
Lines changed: 2382 additions & 188 deletions
File tree
- apps
- cli
- src
- helpers/core
- prompts
- utils
- test
- matrix
- web
- src/app/(home)/new/_components
- test
- packages/template-generator
- src
- processors
- template-handlers
- utils
- templates
- auth/better-auth
- convex
- backend/convex
- web/react
- next/src/app/dashboard
- react-router/src/routes
- tanstack-router/src/routes
- tanstack-start/src/routes
- native
- bare/app/(drawer)
- base/lib
- unistyles/app/(drawer)
- uniwind/app/(drawer)
- web
- astro/src/lib
- nuxt/app/plugins
- react/base/src/lib
- solid/src/lib
- svelte/src/lib
- backend
- convex/packages/backend/convex
- server
- elysia/src
- express/src
- fastify/src
- hono/src
- frontend/native
- bare
- app/(drawer)
- components
- unistyles
- app/(drawer)
- uniwind
- app/(drawer)
- packages/ui
- payments/polar/convex/backend/convex
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 110 | | |
115 | 111 | | |
116 | 112 | | |
| |||
135 | 131 | | |
136 | 132 | | |
137 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
572 | 572 | | |
573 | 573 | | |
574 | 574 | | |
575 | | - | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
576 | 590 | | |
577 | 591 | | |
578 | 592 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 18 | + | |
23 | 19 | | |
24 | 20 | | |
25 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | 413 | | |
421 | 414 | | |
422 | 415 | | |
| |||
0 commit comments