5033799724
fix: squish
2024-03-17 14:17:49 +08:00
7ece6ef239
feat: add recipient roles ( #716 )
...
Fixes #705
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
Co-authored-by: David Nguyen <davidngu28@gmail.com >
2024-02-02 10:45:02 +11:00
09aa10dad6
chore: rewording to avoid confusion between signed and original document ( #880 )
2024-01-29 11:04:57 +11:00
4909eee401
feat: add viewing on completed page for pending documents
2024-01-22 21:36:46 +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
2068d980ff
feat: allow for the deletion of any document ( #711 )
...
Allow for the deletion of any document with notifications of document cancellation for pending documents.
2023-12-06 11:11:51 +11:00
252dd0008c
feat: add link to homepage on the complete sign page for logged in users ( #691 )
...
* feat: add link to homepage on the complete sign page for logged in users
* feat: added ChevronLeft icon to the link
* feat: remove icon from the link
2023-11-30 09:42:15 +02:00
608a4eaaa6
feat: refactor og image generation ( #639 )
2023-11-14 13:08:14 +11:00
687ce66e41
fix: update singleplayer add signature to card
2023-11-06 13:02:20 +11:00
38960c459b
feat: add document share button to marketing ( #422 )
2023-11-06 13:02:19 +11:00
5cba913c55
fix: resolve issues with signing document stickiness
2023-11-06 13:01:46 +11:00
704306fd21
chore: styling updates
2023-11-06 13:01:45 +11:00
c0edac317e
fix: better share links
2023-11-06 13:01:45 +11:00
34232c79e5
feat: add single player mode
2023-11-06 13:01:43 +11:00
15fd819132
fix: tidy code and update endpoints
2023-11-06 13:01:14 +11:00
ebcd7c78e4
feat: create sharing id for each recipient
2023-11-06 13:01:14 +11:00
3afc35c40c
feat: universal upload
...
Implementation of a universal upload allowing for multiple storage backends
starting with `database` and `s3`.
Allows clients to put and retrieve files from either client or server using
a blend of client and server actions.
2023-11-06 13:01:13 +11:00
72bec7bc34
feat: separate document data from document
2023-11-06 13:01:13 +11:00
7a705e3b81
feat: document authoring
2023-11-06 13:01:09 +11:00