Commit Graph

620 Commits

Author SHA1 Message Date
Doug Andrade b477799d70 update: add new brand color as palette in tailwind config 2023-05-28 23:17:52 -04:00
Doug Andrade b928993510 typo: /ressources >> /resources 2023-05-28 20:06:43 -04:00
Doug Andrade ad4d844b4d remove: next-transpile-modules dependency 2023-05-28 19:53:44 -04:00
Doug Andrade 3444d7fd93 task: simplify next.config.js 2023-05-28 19:44:00 -04:00
Timur Ercan f6bff1649b fix: disable empty state add doc without subscr. 2023-05-28 06:38:55 +02:00
Timur Ercan b2b499f397 chore: update signup link 2023-05-28 06:16:48 +02:00
Mythie eb18a7e11c feat: update password in dashboard 2023-05-28 13:11:09 +10:00
Mythie 89d9e02464 fix: update logo 2023-05-28 13:10:09 +10:00
Mythie a83b09f4db fix: update favicon 2023-05-28 13:07:47 +10:00
Timur Ercan e7386928fa Merge branch 'main' into feature/update-branding 2023-05-27 18:22:13 +02:00
Timur Ercan 7890b4adf1 feat: update logo 2023-05-27 18:18:34 +02:00
Timur Ercan 6aa40b2547 feat: update logo 2023-05-27 18:18:21 +02:00
Timur Ercan c142c1bd54 feat: favicon logo 2023-05-27 18:11:49 +02:00
Lucas Smith a300c3fb3a Merge branch 'main' into feat/support-custom-cert-paths 2023-05-27 23:38:33 +10:00
Mythie 32f904ad68 feat: support leading cert from custom path 2023-05-27 01:07:07 +10:00
Mythie 748f842115 fix: update prop typo, extract truncate method 2023-05-25 18:43:37 +10:00
Timur Ercan 106ac40fb1 texts, monthly billing default 2023-05-21 21:01:34 +02:00
Timur Ercan 62ac181193 Merge branch 'main' into feat/add-subscriptions 2023-05-21 20:44:07 +02:00
Timur Ercan 38a8279757 fix 2023-05-21 20:36:38 +02:00
Timur Ercan ed77000746 fix: pass recipient token to signed page 2023-05-21 20:28:06 +02:00
Timur Ercan 73b72c6cce fix NEXT_PUBLIC_ALLOW_SIGNUP reference 2023-05-21 20:10:06 +02:00
Mythie 1e505088ad fix: hide billing if the feature flag hasn't been passed 2023-05-21 23:00:54 +10:00
Timur Ercan b5ec3cc817 Merge branch 'main' into feat/add-subscriptions 2023-05-19 19:47:23 +02:00
Abiel Zulio M f34813e450 Update login.tsx 2023-05-14 20:13:45 +07:00
Piyush Maurya 826704c21f Adds animation to tooltip 2023-05-11 21:00:05 +05:30
Piyush Maurya 4f47bbb552 Adds consistent 'className' to action buttons 2023-05-11 14:04:40 +05:30
Piyush Maurya 825231fe2a Adds tooltip to recipient action buttons 2023-05-11 12:15:41 +05:30
Mythie 22bc854cac feat: add warnings for subscription lapses and cancellations 2023-05-06 16:40:37 +10:00
Mythie d2c5657093 fix: update signup env var 2023-05-06 16:11:56 +10:00
Mythie 6934e573d5 feat: add guards and subscription ui 2023-05-06 16:08:21 +10:00
Mythie 7eaa00b836 feat: add stripe api handlers 2023-05-06 14:34:43 +10:00
Mythie e7e881be01 fix: update env types 2023-05-06 14:34:20 +10:00
Mythie ed3e4d22ef feat: scaffhold subscription table and ui 2023-05-05 19:29:42 +10:00
Lucas Smith 1abfa93551 Merge branch 'main' into chore/optimise-deps 2023-05-01 20:36:37 +10:00
Mythie 8457823d8e fix: improve sign in and sign up pages 2023-05-01 20:01:36 +10:00
Mythie d135df827a fix: improve general styling
Improve the general styling of the app by removing floats and replacing it `flex`. Additionally, improve the constrast of certain parts of the app and add some transitions to hover changes.
2023-05-01 20:01:35 +10:00
Timur Ercan 108614bf46 Merge branch 'main' into feat/DOC-210-sign-dialog-broken-on-second-opening 2023-04-28 18:22:57 +02:00
Timur Ercan 82139f6b2d Merge branch 'main' into fix/DOC-214-date-field-appears-for-all-recipients 2023-04-25 11:51:23 +02:00
Lucas Smith 270c82759c Merge pull request #137 from zahid47/issue-131-redirect-to-dashboard-if-logged-in
Redirect to /dashboard if auth user tries to access /login or /signup
2023-04-25 11:15:11 +10:00
Subham Ray b2d09216c8 rename function 2023-04-24 23:13:38 +05:30
Subham Ray 6d30a486ab added type for statusFilter 2023-04-24 19:37:41 +05:30
Subham Ray dc6217b14e feat(Documents Filter): Keep the URL and UI state in sync when status filter changes 2023-04-24 19:16:56 +05:30
Lucas Smith a6171ec4f3 Merge branch 'main' into fix/DOC-214-date-field-appears-for-all-recipients 2023-04-23 10:36:17 +10:00
Timur Ercan d0f962598c Merge branch 'main' into feat/DOC-210-sign-dialog-broken-on-second-opening 2023-04-21 15:49:40 +02:00
Mythie 81fd9ff749 fix: date field appears for all recipients
Updates the signing endpoint to only apply changes to the Date field for the current signer. This is made possible through the addition of the `signedAt` column within the database.

Resolves the issue with one signer filling the date for all recipients and also ensures that the date of signing on a document won't always be todays date after each recipient has signed.
2023-04-21 23:43:54 +10:00
Mythie 4dcb0a684d fix: debounce display of signing canvas
Debounces the display of the signing canvas to avoid situtations where the canvas renders to 2px due to rendering while a transition is being performed.
2023-04-21 23:18:36 +10:00
Timur Ercan 4b9840d7e0 Merge branch 'main' into fix/can-add-signature-space-for-empty-recipients 2023-04-20 17:25:39 +02:00
Mythie 70ea3ceaf3 fix: improve types 2023-04-19 23:56:39 +10:00
Saurav Gurhale 80d26adf9c add toast error for invalid email 2023-04-19 23:56:39 +10:00
Mythie 95c3be9a77 chore: optimise depedency tree 2023-04-19 23:30:14 +10:00