Commit Graph

28 Commits

Author SHA1 Message Date
mikezzb
a98b429052 feat: stepper refactor example 2023-12-02 22:42:59 -05:00
Lucas Smith
39c01f4e8d fix: remove server actions (#684) 2023-12-02 09:38:24 +11:00
Lucas Smith
335684d0b7 fix: edit document sizing (#706) 2023-12-01 23:09:24 +11:00
Szymon Sus
7e4c44e820 perf(web, lib): do not await inside promise statements (#692) 2023-11-29 09:10:15 +11:00
Tanay
adc97802ea feat: add/update title of the document (#663) 2023-11-28 14:56:50 +11:00
Nafees Nazik
f7d8ebb9de feat: enable resend email menu (#496) 2023-11-16 13:08:31 +11:00
Mythie
457e73342b fix: unbreak pdf viewer 2023-11-06 13:02:20 +11:00
Mythie
284a2870c2 fix: move getFile to client side 2023-11-06 13:02:20 +11:00
Mythie
5cba913c55 fix: resolve issues with signing document stickiness 2023-11-06 13:01:46 +11:00
David Nguyen
48f4289c09 fix: resolve document title inconsistency (#452) 2023-11-06 13:01:45 +11:00
David Nguyen
34232c79e5 feat: add single player mode 2023-11-06 13:01:43 +11:00
Mythie
60ae674984 feat: darker dark theme 2023-11-06 13:01:15 +11:00
Mythie
0835da45ef fix: implement feedback 2023-11-06 13:01:13 +11:00
Mythie
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
Mythie
72bec7bc34 feat: separate document data from document 2023-11-06 13:01:13 +11:00
David Nguyen
41d46c82d1 feat: update document table layout (#371)
* feat: update document table layout

- Removed dashboard page
- Removed redundant ID column
- Moved date to first column
- Added estimated locales for SSR dates
2023-11-06 13:01:12 +11:00
Ephraim Atta-Duncan
2aabe7ec60 feat: redirect to dashboard when document is sent 2023-11-06 13:01:12 +11:00
David Nguyen
215eaebc1a feat: update document flow
- Fixed z-index when dragging pre-existing fields
- Refactored document flow
- Added button spinner
- Added animation for document flow slider
- Updated drag and drop fields
- Updated document flow so it adjusts to the height of the PDF
- Updated claim plan dialog
2023-11-06 13:01:10 +11:00
Mythie
77ab168c03 feat: change document view upon completion 2023-11-06 13:01:10 +11:00
David Nguyen
a0abf56833 refactor: extract common components into UI package 2023-11-06 13:01:10 +11:00
Mythie
7a705e3b81 feat: document authoring 2023-11-06 13:01:09 +11:00
Mythie
dc58f77c61 chore: upgrade deps and linting 2023-11-06 13:01:08 +11:00
Mythie
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
Mythie
3c73f030ac feat: persist fields and recipients for document editing 2023-11-06 13:01:07 +11:00
Doug Andrade
814a6174e3 improved loading state for /document/id 2023-11-06 13:01:07 +11:00
Doug Andrade
40115d33b4 adding dark mode to feat/refresh 2023-11-06 13:01:07 +11:00
Mythie
cc182649c2 wip: create document workflow 2023-11-06 13:01:07 +11:00
Mythie
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00