b1261510d2
feat: update signin signup pages
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:20 +11:00
65d762dd4b
feat: update signin signup ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:19 +11:00
deea6b1535
feat: update marketing site
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:36:40 +11:00
a54d09ab19
Merge branch 'main' into chore/pricing-update
2024-02-26 09:44:16 +01:00
a06b40af3c
fix: revert hardcoded env
2024-02-24 15:11:12 +11:00
9ea56bddd1
chore: pricing update
2024-02-23 17:02:20 +01:00
41cbf3ba3c
fix: hardcode signup until env issue is fixed
2024-02-23 16:49:17 +01:00
681a89cfe1
chore: minor lint fixes ( #934 )
2024-02-16 21:48:45 +11:00
49cddfab38
chore: lint with oxc
2024-02-15 06:11:50 +00:00
d13cf743bf
Merge branch 'main' into feat/add-runtime-env
2024-02-08 22:06:59 +11:00
56683aa998
fix: Added signing pad disable state while submitting form ( #892 )
...
Fixes : #891
2024-02-01 19:14:37 +11:00
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
f9d26e6b3f
fix: stepsRemaining value of the early adopters plan's input section ( #803 )
2024-01-08 19:09:34 +11:00
5d56b152d6
fix: fixed padding in footer ( #794 )
...
fixes : #793
2024-01-03 13:29:13 +11:00
5c16b10dc2
fix: update footer to be responsive
2024-01-03 13:16:27 +11:00
5d6f69dc19
fixed padding issue in footer
2023-12-28 23:30:20 +05:30
5307fa6453
fixed padding issue in footer
2023-12-28 23:29:44 +05:30
268a5c6508
fix: swap server-actions for trpc mutations
2023-12-21 17:01:12 +11:00
c40c9b20ec
Merge branch 'main' into feat/document-templates
2023-12-21 14:25:22 +11:00
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
88534fa1c6
feat: add multi subscription support ( #734 )
...
## Description
Previously we assumed that there can only be 1 subscription per user.
However, that will soon no longer the case with the introduction of the
Teams subscription.
This PR will apply the required migrations to support multiple
subscriptions.
## Changes Made
- Updated the Prisma schema to allow for multiple `Subscriptions` per
`User`
- Added a Stripe `customerId` field to the `User` model
- Updated relevant billing sections to support multiple subscriptions
## Testing Performed
- Tested running the Prisma migration on a demo database created on the
main branch
Will require a lot of additional testing.
## Checklist
- [ ] I have tested these changes locally and they work as expected.
- [ ] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
## Additional Notes
Added the following custom SQL statement to the migration:
> DELETE FROM "Subscription" WHERE "planId" IS NULL OR "priceId" IS
NULL;
Prior to deployment this will require changes to Stripe products:
- Adding `type` meta attribute
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2023-12-14 15:22:54 +11:00
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
b39a42ecd2
feat(marketing): add careers page ( #733 )
2023-12-06 18:59:02 +11:00
d8688692f7
fix: move singleplayer create to trpc
2023-11-24 16:58:18 +11:00
7ce4cf8381
feat: add dark mode toggle ( #529 )
2023-11-17 17:01:39 +11:00
8722e4de74
chore: marketing site updates ( #654 )
...
Change "Open" links to "Open Startup" to reduce confusion about how to open the web app.
Additionally add the OSS Friends link to the footer since it was dropped during some changes.
2023-11-16 13:39:22 +11:00
608a4eaaa6
feat: refactor og image generation ( #639 )
2023-11-14 13:08:14 +11:00
b0e3abffd6
chore: restore dangling changes from rebase
2023-11-06 14:47:46 +11:00
f9a0ec99dc
fix: correctly sign SPM documents ( #627 )
...
- Sign and email correct SPM document
- Optimise signing SPM documents
2023-11-06 13:02:21 +11:00
3ebb30090c
fix: dont use custom documentData for single player mode
2023-11-06 13:02:21 +11:00
d6e3b2b5dc
fix: seal document for single player mode ( #617 )
2023-11-06 13:02:20 +11:00
c2b078335e
fix: improve the early adopters plan input section ( #609 )
2023-11-06 13:02:20 +11:00
4aa43bcfa2
fix: add back slack support
2023-11-06 13:02:20 +11:00
c95171bbc9
chore: updated slack to discord links
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2023-11-06 13:02:20 +11:00
4f99b58795
fix: missing content updates
2023-11-06 13:02:20 +11:00
67fcb154f5
fix: change sign in links
2023-11-06 13:02:20 +11:00
717ca8cdb2
fix: improve claim plan flow
2023-11-06 13:02:20 +11:00
687ce66e41
fix: update singleplayer add signature to card
2023-11-06 13:02:20 +11:00
56914bf604
fix: support mailto link fix ( #571 )
2023-11-06 13:02:19 +11:00
4b2fec305f
fix: fix for Accepting signatures or text fields with white space only #551 ( #557 )
2023-11-06 13:02:19 +11:00
38960c459b
feat: add document share button to marketing ( #422 )
2023-11-06 13:02:19 +11:00
6d0e8f6dd8
feat: single-player-mode-polish ( #435 )
2023-11-06 13:02:19 +11:00
bdf31625a2
fix: non responsiveness of Add your sign modal
2023-11-06 13:02:18 +11:00
fa06038950
fix: add defaultValue to SignaturePad to persist signatures ( #522 )
...
* fix: add defaultValue to SignaturePad to persist signatures
2023-11-06 13:02:18 +11:00
02bb7e4d68
fix: update icons ( #468 )
...
* fix: update icons
2023-11-06 13:01:46 +11:00
911cdcf170
fix: Error in Pricing Page Validation for Signup Now Modal ( #497 )
...
* fix: signup modal validation on close
* fix: restore auto focus input
2023-11-06 13:01:46 +11:00
0c607e6b39
feat: update email templates
...
Add SPM email attachment
2023-11-06 13:01:46 +11:00
a219588287
chore: sync next
2023-11-06 13:01:46 +11:00
704306fd21
chore: styling updates
2023-11-06 13:01:45 +11:00
f0f67be624
fix: remove usage of buffer
2023-11-06 13:01:44 +11:00