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
48ff16876b
fix: add dashboard header border on scroll
2023-11-06 13:01:12 +11:00
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
a849c6431f
fix: data table links for recipients
2023-11-06 13:01:12 +11:00
399826a6f5
fix: add removed layout guard
2023-11-06 13:01:12 +11:00
632b3bd1f4
fix: update layout and wording
2023-11-06 13:01:12 +11:00
4f40ce6003
chore: implemented feedback
2023-11-06 13:01:12 +11:00
31ae6591dd
chore: added app version
2023-11-06 13:01:12 +11:00
d8bbfae30d
chore: changed the cards titles
2023-11-06 13:01:12 +11:00
f42f2b1aa0
chore: feedback improvements
2023-11-06 13:01:12 +11:00
a2635851cf
chore: rename files
2023-11-06 13:01:12 +11:00
a94b80d07d
chore: implemented feedback
2023-11-06 13:01:12 +11:00
766fc6410b
feat: add the admin page
2023-11-06 13:01:12 +11:00
9e4f1dfe1e
feat: disable signing and editing for completed documents
2023-11-06 13:01:12 +11:00
2aabe7ec60
feat: redirect to dashboard when document is sent
2023-11-06 13:01:12 +11:00
63b21a8206
fix: minor updates
2023-11-06 13:01:11 +11:00
e243ba2564
fix: removed passHref and updated card
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
a7e43c5d77
chore: made requested changes - v2
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
5ca4a7e117
chore: made requested changes
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
ebdb6442c6
chore: updated dashboard page
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
c29d1463b0
chore: updated documents page
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
d7bd8fcd37
fix: add items from stash
2023-11-06 13:01:11 +11:00
7b2d3356f2
fix: remove unused code
2023-11-06 13:01:11 +11:00
dfe04018a0
feat: add data table actions
2023-11-06 13:01:11 +11:00
62c4a89521
feat: onepage inbox
2023-11-06 13:01:11 +11:00
a99efdc916
feat: add inbox
2023-11-06 13:01:11 +11:00
3ffee97e72
fix: style
2023-11-06 13:01:11 +11:00
2ab0cd1308
fix: overflow and scroll ux
2023-11-06 13:01:11 +11:00
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
77ab168c03
feat: change document view upon completion
2023-11-06 13:01:10 +11:00
a0abf56833
refactor: extract common components into UI package
2023-11-06 13:01:10 +11:00
077bb4ac3c
chore: resolve build errors
2023-11-06 13:01:10 +11:00
371f0947fb
feat: update items
...
Refactored billing flag name
Refactored FeatureFlag type
Disabled session recording by default
2023-11-06 13:01:10 +11:00
aa2969fd50
feat: feature flags
2023-11-06 13:01:10 +11:00
efc2102b90
chore: remove double emtpy state add CTA
2023-11-06 13:01:10 +11:00
46bd501835
chore: status order to figma
2023-11-06 13:01:10 +11:00
759b864b14
remove dashboard and link bar
2023-11-06 13:01:10 +11:00
7a705e3b81
feat: document authoring
2023-11-06 13:01:09 +11:00
dc58f77c61
chore: upgrade deps and linting
2023-11-06 13:01:08 +11:00
0de4fe5883
fix: update types from code review
2023-11-06 13:01:07 +11:00
e1d57e6d29
feat: add recipients avatars on all tables
2023-11-06 13:01:07 +11:00
71c689eae8
chore: refactor stacked avatars into component
2023-11-06 13:01:07 +11:00
208e028226
feat: add tooltip on hover on stacked avatars
2023-11-06 13:01:07 +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
56b6bc68c4
linking card metrics to filtered /documents
2023-11-06 13:01:07 +11:00
3c73f030ac
feat: persist fields and recipients for document editing
2023-11-06 13:01:07 +11:00
814a6174e3
improved loading state for /document/id
2023-11-06 13:01:07 +11:00
feefeea0c4
resolving eslint build errors
2023-11-06 13:01:07 +11:00