9979d32a56
Merge branch 'main' into feat/accept-text-signature
2024-01-16 15:26:39 +00:00
daa541d570
fix: disable input when there is a signature available
2024-01-16 02:52:58 +00:00
1d91a9e813
fix: canvas for drawing signature and clear signature position
2024-01-16 02:40:43 +00:00
560352492d
fix: keyboard shortcut ctrl+k fixed ( #830 )
2024-01-16 13:07:42 +11:00
27e5ef0a51
Revert "INCOMPLETE: refactor signature pad and input into a single component"
...
This reverts commit e17e4566cd .
2024-01-16 01:17:11 +00:00
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
7e71e06e04
fix: keyboard shortcut ctrl+k default behaviour fixed
2024-01-13 14:19:37 +05:30
0b8e84b6b7
refactor: singature pad & provider stuff
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-01-12 17:13:00 +05:30
e17e4566cd
INCOMPLETE: refactor signature pad and input into a single component
2024-01-12 11:04:22 +00:00
b09071ebc7
feat: jump to next field ( #805 )
...
When the fields are not filled, the button will say "Next field". Clicking on the button takes you to
the unfilled field.
2024-01-10 15:27:18 +11:00
f9d26e6b3f
fix: stepsRemaining value of the early adopters plan's input section ( #803 )
2024-01-08 19:09:34 +11:00
3054d84ba7
chore: implemented feedback
2024-01-08 09:58:34 +02:00
4fd6a0d5b6
chore: update onOpenChange
2024-01-05 13:06:16 +02:00
fface15a22
feat: jump to next field
2024-01-05 12:56:07 +02:00
e646c4cf08
Merge branch 'main' into feat/1click-deploys
2024-01-03 12:49:59 +05:30
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
341481d6db
fix: trimmed long file names for better UX ( #760 )
...
Fixes #755
### Notes for Reviewers
- The max length of the title is set to be `16`
- If the length of the title is <16 it returns the original one.
- Or else the title will be the first 8 characters (start) and last 8
characters (end)
- The truncated file name will look like `start...end`
### Screenshot for reference

---------
Co-authored-by: Catalin Pit <25515812+catalinpit@users.noreply.github.com >
2023-12-29 12:18:19 +02:00
8f5634268d
feat: add templates to command menu ( #786 )
2023-12-29 15:16:26 +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
fb0d9b8ef9
fixed padding in footer
2023-12-28 23:14:46 +05:30
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
d8eff192fe
fix: update date format and add missing default
2023-12-27 14:05:50 +11:00
32633f96d2
feat: dateformat and timezone customization ( #506 )
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
8f4fea2f14
chore: user metrics naming, adopters description ( #769 )
...
Rename Metrics
2023-12-26 13:25:45 +11:00
5a32b5cafd
fix: added constants for theme variables ( #777 )
...
fixes : #776
2023-12-26 10:49:27 +11:00
8d1b960aa8
feat: add templates to command menu
2023-12-25 23:16:56 +00:00
e9312ada51
feat: show document title for delete dialog - [DOC-387] ( #772 )
2023-12-22 15:09:03 +11:00
1c52c7ebcd
chore: update copy
2023-12-22 03:43:12 +00:00
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
5a5d00fb2e
fix(webapp): reset delete document dialog ( #762 )
...
This PR makes a small but useful tweak to the `DeleteDocumentDialog`.
Now, the input field gets cleared whenever the dialog is opened. Here’s
what’s changed:
1. **Clear Field After Deleting**: After you delete something and open
the dialog again, it won’t show the old, deleted text anymore. It’s
clean and ready for the next delete.
2. **Type Again to Confirm**: If you type something but close the dialog
without deleting, you’ll have to type it again next time. This way, it
makes sure the user really mean to delete something and didn't do it by
mistake.
Demo Link:
See the old vs. new in action here:
https://www.loom.com/share/80eca0d3b1994f7cbcab6f222db2dbfe?sid=ebc6135c-345e-4640-b395-daff190a96e7
It’s a small change, but it makes the delete process safer and smoother.
2023-12-22 14:14:33 +11:00
1aa0fc3101
fix: remove loadingText prop
2023-12-22 01:46:41 +00:00
48cdf43dcb
feat: templates ( #537 )
...
Adds the basically ability to create and use templates for repetitive document types
2023-12-21 22:05:09 +11:00
9ad94f9862
fix: updates from review
2023-12-21 21:37:33 +11:00
519c645d06
fix: hotkeys was overlapping with the browser hotkeys
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2023-12-21 15:36:24 +05:30
7babd82470
fix: updates from review
2023-12-21 20:42:45 +11: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
84a0c39810
chore: made requested changes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-20 10:36:06 +05:30
1af909835d
chore: updated title to double quotes
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:25:23 +05:30
01caa949d9
feat: show document title for delete dialog
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 22:20:50 +05:30
775a1b774d
chore: fix vulnerability with sharp
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2023-12-19 17:16:26 +05:30
075fdd1f88
fix: lint errors
2023-12-16 15:09:02 +11:00
006a559026
Merge branch 'main' into refactor-forms
2023-12-16 13:26:33 +11:00
83dfe92d7a
refactor: used constant for steps instead of strings ( #751 )
...
fixes #750
2023-12-15 15:07:45 +02:00
82da337a56
fix: remove templateToken
2023-12-15 22:07:27 +11:00
6e10947d00
Merge branch 'main' into feat/732-toggle-signup-form
2023-12-15 21:05:21 +11:00