Lucas Smith
b71cb66dd3
fix: show close icon on notification in mobile ( #996 )
...
As per the requirement on the mobile, the close icon will always be
visible
On the desktop, close icon will be visible on hover.
fixes #965
2024-03-10 22:12:29 +11:00
Lucas Smith
4476cf8fd1
Merge branch 'main' into fix/layout-shift-on-table
2024-03-09 00:41:20 +11:00
Lucas Smith
bc60278bac
fix: remove useless ternaries
2024-03-08 03:30:57 +00:00
Lucas Smith
e9664d6369
chore: tidy code
2024-03-08 03:23:27 +00:00
Adithya Krishna
0c426983bb
chore: updated initial animation state
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 19:28:35 +05:30
Adithya Krishna
9ae51a0072
feat: improved ui of document dropzone for max quota state
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-07 19:04:58 +05:30
Rohit Saluja
d694f4a17b
fix: show close icon on notification inmobile
2024-03-07 18:48:23 +05:30
Prajwal Kulkarni
870de02efa
Merge branch 'main' into reattach-pdf
2024-03-01 21:23:17 +05:30
Lucas Smith
5576cdc2b0
Merge branch 'main' into feat/public-profile-1
2024-02-29 14:08:19 +11:00
Mythie
ecc9dc63ea
feat: the rest of the owl
2024-02-29 13:22:21 +11:00
Mythie
e3e2cfbcfd
fix: refactor and implement design
2024-02-28 14:43:09 +11:00
Adithya Krishna
b498f8edb7
feat: update ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:40:42 +11:00
Adithya Krishna
65d762dd4b
feat: update signin signup ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:19 +11:00
Adithya Krishna
deea6b1535
feat: update marketing site
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:36:40 +11:00
Mythie
a31057d0d1
fix: add updated badge
2024-02-26 22:35:10 +11:00
Lucas Smith
187a988f9c
Merge branch 'main' into transparent-fields
2024-02-26 00:02:56 +11:00
Lucas Smith
5bef2fba91
fix: follow figma design
2024-02-25 13:02:09 +00:00
Lucas Smith
7226d5ac53
Merge branch 'main' into feat/account-deletion
2024-02-24 23:18:14 +11:00
Lucas Smith
d34c862688
fix: switch custom text to input rather than textarea
2024-02-24 11:25:12 +00:00
Lucas Smith
a5e51e63a1
Merge branch 'main' into custom-text-field
2024-02-24 22:23:17 +11:00
Lucas Smith
b1b3b84d82
Merge branch 'main' into feat/template-recipient-roles
2024-02-24 21:01:45 +11:00
Prajwal Kulkarni
a58a117056
Merge branch 'main' into reattach-pdf
2024-02-23 23:58:58 +05:30
Lucas Smith
8165a090d1
feat: migrate to site-settings
2024-02-23 10:47:01 +00:00
Lucas Smith
1232f54a23
Merge branch 'main' into feat/separate-document-page
2024-02-22 22:54:15 +11:00
Ephraim Duncan
a48bda0d27
feat: add page numbers to documents ( #946 )
2024-02-22 16:36:34 +11:00
David Nguyen
48321f2f62
Merge branch 'main' into feat/separate-document-page
2024-02-22 16:13:33 +11:00
Apoorv Taneja
3106c325d7
Merge branch 'main' into fix/layout-shift-on-table
2024-02-20 21:52:35 +05:30
Ephraim Atta-Duncan
11299d3f92
feat: add custom text to singleplayer
2024-02-17 11:24:47 +00:00
Ephraim Atta-Duncan
5687503dfc
feat: sign document with a custom text
2024-02-17 08:26:30 +00:00
Ephraim Atta-Duncan
94eee8b913
chore: change font family
2024-02-16 20:49:52 +00:00
Lucas Smith
960914aeb5
fix: undo operation on signature pad ( #868 )
...
fixes : #864
2024-02-16 22:57:14 +11:00
Lucas Smith
d83769b410
chore: use unsafe effect
2024-02-16 11:56:02 +00:00
Sumit Bisht
25291b64eb
fix: highlighting issue in recipient selection
2024-02-15 22:25:23 +05:30
Ephraim Atta-Duncan
345c4b8b14
feat: use pin-input on sign in
2024-02-15 16:00:13 +00:00
David Nguyen
bd3c64658a
feat: add document version history UI
2024-02-15 20:39:26 +11:00
Ephraim Atta-Duncan
769eaa0ed9
feat: add roles to templates recipients
2024-02-15 07:01:41 +00:00
Ephraim Duncan
6daaa3a6d4
Merge branch 'main' into feat/account-deletion
2024-02-14 14:54:26 +00:00
David Nguyen
071475769c
feat: add document page view
2024-02-12 17:30:23 +11:00
David Nguyen
b1bb345929
fix: redirect URL preventing document flow ( #925 )
...
## Description
Currently the document redirect URL feature is preventing documents from
being created unless a redirect URL is provided.
During the document edit flow, the redirect URL is hidden in an advanced
tab with the value of an empty string, which will always fail the
current Zod validation since `optional` requires undefined to pass.
There are multiple ways to fix this, but I think this is the easiest
method where we can assume an empty string is valid.
2024-02-12 15:23:15 +11:00
Prajwal Kulkarni
d5867ae8de
Merge branch 'main' into reattach-pdf
2024-02-09 20:51:15 +05:30
Adithya Krishna
e26debe836
Merge branch 'main' into feat/sign-redirect
2024-02-09 12:10:20 +05:30
David Nguyen
8641884515
fix: recipients with CC role not being editable ( #918 )
...
## Description
Fixed issue where setting a recipient role as CC will prevent any
further changes as it is considered as "sent" and "signed".
## Other changes
- Prevent editing document after completed
- Removed CC and Viewers from the field recipient list since they will
never be filled
- Minor UI issues
## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
2024-02-09 12:37:17 +11:00
Prajwal Kulkarni
5391dd91b0
Merge branch 'main' into reattach-pdf
2024-02-08 19:24:09 +05:30
apoorv taneja
58f4b72939
added fixed width for status col
2024-02-08 13:31:38 +05:30
Adithya Krishna
09b5621542
Merge branch 'main' into feat/sign-redirect
2024-02-08 12:56:42 +05:30
Lucas Smith
47b8cc598c
fix: add validation and error message display
2024-02-08 04:28:16 +00:00
Prajwal Kulkarni
4855882ae6
Update label render condition
2024-02-07 21:31:51 +05:30
David Nguyen
7d39e3d065
feat: add team feature flag ( #915 )
...
## Description
Add the ability to feature flag the teams feature via UI.
Also added minor UI changes
## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have added/updated tests that prove the effectiveness of these
changes.
- [X] I have followed the project's coding style guidelines.
2024-02-07 21:32:44 +11:00
Adithya Krishna
7ef771533a
Merge branch 'main' into transparent-fields
2024-02-07 13:34:46 +05:30
Sumit Bisht
bf26f2cb9d
fix: empty document titles ( #917 )
...
fixes : #909
2024-02-07 16:25:39 +11:00