a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
84b0c2756b
fix: fixed the deleting signature block issue on touchscreens ( #809 )
...
Fixed the deleting signature block issue on touchscreens, for some
reason the `onClick` event isn't working on the touchscreens that's why
I've added `onTouchEnd` event to delete the signature block when the
user clicks on it.
2024-01-15 19:33:40 +11:00
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
a71078cbd5
fix: fixed the deleting signature block issue on touchscreens
2024-01-08 13:17:30 +08:00
d8cbe1d5ba
Merge branch 'main' into harkirat/Protect
2024-01-03 11:34:42 +05:30
d731532fbf
chore: hide empty accordion for documents without date field
2024-01-02 04:58:35 +00:00
6a26ab4b2b
fix: toast import errors
2024-01-02 04:52:15 +00:00
b76d2cea3b
fix: changes from code review
2024-01-02 04:38:35 +00:00
53c570151f
fix lint, description of dialog
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-29 22:11:44 +05:30
72a7dc6c05
fix the console error
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-29 17:26:33 +05:30
918c6f19f2
fix: fixed the title box overlapping issue ( #785 )
...
The issue is fixed. Now the box is no more overlapping
<img width="305" alt="Screenshot 2023-12-26 at 10 20 32 AM"
src="https://github.com/documenso/documenso/assets/77022877/bd17ed92-7bb0-4f3a-b0f6-173e5f6b5029 ">
2023-12-28 11:36:46 +02:00
3f89f8725b
fix: resolve conflicting z-index values ( #788 )
...
## Description
Currently there are various z-index values that are causing:
- Toasts to be placed behind dialog blur background
- Menu being cropped off by header
## Changes Made
- Revert `z-[1000]` back to `z-50` for the header (not exactly sure why
it was bumped)
- Refactor z-indexes over 9000 to start from 1000
- Ensure z-index of toast is higher than dialog
2023-12-28 20:08:19 +11:00
c4800f74b9
feat: update disabled dropzone text ( #787 )
...
Update the dropzone so it will display the relevant disabled text based
on the reason it is disabled.
2023-12-28 20:07:29 +11:00
32633f96d2
feat: dateformat and timezone customization ( #506 )
2023-12-27 14:05:49 +11:00
27b7e29be7
feat: added undo button while drawing signature ( #480 )
2023-12-27 14:05:49 +11:00
5a11de1db9
feat: disable upload document animation for unverified users ( #749 )
2023-12-27 13:54:46 +11:00
f7cf33c61b
fix: Layout issue in the singleplayer mode ( #759 )
...
Fixes #744
2023-12-26 14:08:05 +11:00
5a32b5cafd
fix: added constants for theme variables ( #777 )
...
fixes : #776
2023-12-26 10:49:27 +11:00
2ae9e29903
feat: improve the ux for password protected documents
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-22 17:24:05 +05:30
495cd35f7c
refactor: forms ( #697 )
...
Updates our older forms to use the appropriate components bringing them in-line with the rest of our codebase.
2023-12-22 14:36:00 +11:00
1aa0fc3101
fix: remove loadingText prop
2023-12-22 01:46:41 +00:00
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
006a559026
Merge branch 'main' into refactor-forms
2023-12-16 13:26:33 +11:00
cbcd893cfd
fixed z-index
2023-12-16 00:30:52 +05:30
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
1eeb5fb103
fix: tidy code and base on main
2023-12-14 15:28:27 +11:00
31a9127c9e
feat: templates
2023-12-14 12:24:56 +11:00
bc38009392
Merge branch 'main' into refactor-forms
2023-12-08 16:31:13 +11:00
38ad3a1922
refactor: download function to be reusable
2023-12-07 14:52:12 +00:00
1a34f9fa7a
fix: import updates and api route body sizes
2023-12-07 15:08:00 +11:00
3ff7b188d7
fix(ui): tidy stepper code
2023-12-07 15:06:49 +11:00
859b789018
feat: isCompleting
2023-12-03 12:50:56 -05:00
340c929806
refactor: edit doc
2023-12-03 11:36:18 -05:00
43b1a14415
chore: let code breath
2023-12-03 11:21:51 -05:00
40a4ec4436
refactor: useContext & remove enum
2023-12-03 01:15:59 -05:00
eccf63dcfd
chore: refactor
2023-12-02 23:56:07 -05:00
a98b429052
feat: stepper refactor example
2023-12-02 22:42:59 -05:00
c46a69f865
feat: stepper component
2023-12-02 22:30:10 -05:00
4733f1e84b
refactor: password input component
2023-12-02 17:46:16 +05:30
ab0d38eaf4
Merge branch 'main' into refactor-forms
2023-12-02 17:24:06 +05:30
39c01f4e8d
fix: remove server actions ( #684 )
2023-12-02 09:38:24 +11:00
792158c2cb
feat: add two factor auth ( #643 )
...
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 20:06:32 +11:00
231a307b89
feat: add loading text prop
2023-11-30 15:20:06 +05:30
0b2dce2238
fix: type
2023-11-29 22:37:33 +05:30
4ff8592e8f
feat: add password input component
2023-11-29 22:11:55 +05:30
dad56b4929
fix: minor in file extension ( #694 )
2023-11-29 09:11:29 +11:00
adc97802ea
feat: add/update title of the document ( #663 )
2023-11-28 14:56:50 +11:00
17eeaa2d25
fix: improve the validation message for documenso app ( #640 )
...
* fix: improve the validation message
* fix: improve the validation message
---------
Co-authored-by: Catalin Pit <catalinpit@gmail.com >
2023-11-20 12:23:27 +02:00