193325717d
fix: rework fields ( #1697 )
...
Rework:
- Field styling to improve visibility
- Field insertions, better alignment, centering and overflows
## Changes
General changes:
- Set default text alignment to left if no meta found
- Reduce borders and rings around fields to allow smaller fields
- Removed lots of redundant duplicated code surrounding field rendering
- Make fields more consistent across viewing, editing and signing
- Add more transparency to fields to allow users to see under fields
- No more optional/required/etc colors when signing, required fields
will be highlighted as orange when form is "validating"
Highlighted internal changes:
- Utilize native PDF fields to insert text, instead of drawing text
- Change font auto scaling to only apply to when the height overflows
AND no custom font is set
⚠️ Multiline changes:
Multi line is enabled for a field under these conditions
1. Field content exceeds field width
2. Field includes a new line
3. Field type is TEXT
## [BEFORE] Field UI Signing

## [AFTER] Field UI Signing

## [BEFORE] Signing a checkbox


## [AFTER] Signing a checkbox


## [BEFORE] What a 2nd recipient sees once someone else signed a
document

## [AFTER] What a 2nd recipient sees once someone else signed a document

## **[BEFORE]** Inserting fields

## **[AFTER]** Inserting fields

## Overflows, multilines and field alignments testing
Debugging borders:
- Red border = The original field placement without any modifications
- Blue border = The available space to overflow
### Single line overflows and field alignments
This is left aligned fields, overflow will always go to the end of the
page and will not wrap

This is center aligned fields, the max width is the closest edge to the
page * 2

This is right aligned text, the width will extend all the way to the
left hand side of the page

### Multiline line overflows and field alignments
These are text fields that can be overflowed

Another example of left aligned text overflows with more text

2025-04-23 21:40:42 +10:00
063fd32f18
feat: add signature configurations ( #1710 )
...
Add ability to enable or disable allowed signature types:
- Drawn
- Typed
- Uploaded
**Tabbed style signature dialog**

**Document settings**

**Team preferences**

- Add multiselect to select allowed signatures in document and templates
settings tab
- Add multiselect to select allowed signatures in teams preferences
- Removed "Enable typed signatures" from document/template edit page
- Refactored signature pad to use tabs instead of an all in one
signature pad
Added E2E tests to check settings are applied correctly for documents
and templates
2025-03-24 17:13:11 +11:00
383b5f78f0
feat: migrate nextjs to rr7
2025-02-13 14:10:38 +11:00
d7de3b08c1
fix: darkmode on radio button and checkbox labels ( #1518 )
...
Fixed Radio Button and Checkbox Appearance in Dark Mode
2024-12-13 15:55:40 +11:00
dcb7c2436f
fix: update prettier and tailwind
2024-11-26 11:47:28 +11:00
b15e1d6c47
feat: support whitelabelling in the embedding ( #1491 )
...
## Description
Adds support for customising the theme and CSS for the embedding
components which is restricted to platform customers and above.
Additionally adds proper support for the platform plan which will let us
update our stripe products.
<img width="1040" alt="image"
src="https://github.com/user-attachments/assets/f694cd1e-ac93-4dc0-9f78-92fa813f6404 ">
<img width="1015" alt="image"
src="https://github.com/user-attachments/assets/4209972a-b2bd-40c9-9049-0367382a4de5 ">
<img width="1065" alt="image"
src="https://github.com/user-attachments/assets/fdbaaaa5-a028-4b1d-a58a-ea6224e21abe ">
## Related Issue
N/A
## Changes Made
- Added support for using CSS Vars and CSS within the embedding route
- Added a guard for platform and enterprise plans to activate the custom
css
- Added support for the platform plan
## Testing Performed
Yes
2024-11-25 15:47:00 +11:00
83e7a3c222
fix: improve field sizing ( #1486 )
...
## Description
Allows for smaller field sizing in addition to improving our styling
when displaying labels on smaller fields.
This is the minimum currently supported field size until we perform a
more extensive refactor of our current drag and drop system.
## Related Issue
Reported via support channels
## Changes Made
- Updated our minimum size constraints
- Attempted to add a general autosizing component for text and failed
- Updated styling in a bunch of places to use the css `clamp()` method
for dynamic sizing.
2024-11-20 22:49:30 +11:00
3d644db286
feat: signing order ( #1290 )
...
Adds the ability to specify an optional signing order for documents.
When specified a document will be considered sequential with recipients
only being allowed to sign in the order that they were specified in.
2024-09-16 22:36:45 +10:00
a8febae87e
chore: team stuff ( #1228 )
...
- Added functionality to decline team invitations
- Added email notifications for when team is deleted
- Added email notifications for team members joining and leaving
2024-07-25 14:27:19 +10:00
0985206088
Merge branch 'main' into 2fa-input
2024-05-24 12:53:41 +10:00
aadb22cdbf
fix: use shadcn pin input and revert changes
2024-05-24 02:51:25 +00:00
110f9bae12
feat: add certificate and audit log pdfs
2024-04-10 15:13:18 +07:00
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
5805d8a903
Merge branch 'main' into feat/webhook-implementation
2024-02-26 12:47:21 +11:00
5bef2fba91
fix: follow figma design
2024-02-25 13:02:09 +00:00
b3514bd0c7
add new webhook dialog
2024-02-07 16:04:12 +02:00
5660b99df7
chore: fix package vulnerabilities
...
Signed-off-by: Adithya Krishna <adi@documenso.com >
2024-01-03 13:23:13 +05:30
39c01f4e8d
fix: remove server actions ( #684 )
2023-12-02 09:38:24 +11:00
49ce09f49b
fix: support optimise imports
2023-11-06 13:01:14 +11:00
2ba7df4881
fix: update eslint rules
2023-11-06 13:01:11 +11:00
7811035384
feat: promise safety with eslint
2023-11-06 13:01:11 +11:00
a99efdc916
feat: add inbox
2023-11-06 13:01:11 +11:00
7a705e3b81
feat: document authoring
2023-11-06 13:01:09 +11:00
154ef26465
feat: add content layer
...
Add blog pages
Add privacy page
2023-11-06 13:01:08 +11:00
00a15124be
feat: stack recipients avatars on dashboard
2023-11-06 13:01:07 +11:00
12d8cebd4c
feat: use server-actions for authoring flow
...
This change actually makes the authoring flow work for
the most part by tying in emailing and more.
We have also done a number of quality of life updates to
simplify the codebase overall making it easier to continue
work on the refresh.
2023-11-06 13:01:07 +11:00
40115d33b4
adding dark mode to feat/refresh
2023-11-06 13:01:07 +11:00
159bcade7b
wip: refresh design
2023-11-06 13:01:06 +11:00