8220b2f086
feat: add empty state for different status
2023-09-06 11:47:58 +00:00
a74374e39f
feat: add initial empty state for no results
2023-09-06 11:11:13 +00:00
551918ab9b
feat: redirect signed document to completed page
2023-09-05 13:53:18 +00:00
b3291c65bc
chore: remove console.log
2023-09-02 22:20:57 +00:00
4b849e286c
feat: add missing email field to document sign page
2023-09-02 22:08:19 +00:00
7218b950fe
feat: store profile signature
2023-09-01 18:43:53 +10:00
5c9017f3cd
Merge branch 'feat/refresh' into feat/improve-readability
2023-08-31 14:06:43 +10:00
34e962cc48
fix: minor updates
2023-08-31 14:06:19 +10:00
13084049da
Merge pull request #334 from documenso/feat/redirect-on-send
...
feat: redirect to dashboard when document is sent
2023-08-31 13:09:55 +10:00
8529ac3ffe
Merge branch 'feat/refresh' into feat/improve-readability
2023-08-30 20:34:08 +05:30
7ec8e762b0
chore: removed console logs
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-30 18:49:13 +05:30
d4d76dce03
feat: redirect to dashboard when document is sent
2023-08-30 12:31:33 +00:00
249211bd4f
fix: add items from stash
2023-08-30 16:36:22 +10:00
8e42dcb7ee
Merge pull request #323 from documenso/feat/promise-safety
...
feat: promise safety
2023-08-30 11:32:32 +10:00
9f93af6134
fix: remove unused code
2023-08-29 17:26:19 +10:00
3440c47c3c
Merge branch 'feat/refresh' into feat/improve-readability
2023-08-29 12:43:30 +05:30
68a5a9da1e
feat: add data table actions
2023-08-29 14:33:07 +10:00
1f8d5e45e1
feat: onepage inbox
2023-08-29 14:33:05 +10:00
8fd9730e2b
feat: add inbox
2023-08-29 14:31:13 +10:00
04f6df6839
Merge pull request #304 from G3root/fix-overscroll
...
fix: tab overflow on smaller viewport and tab scroll ux
2023-08-29 13:26:26 +10:00
ca40e983e3
feat: promise safety with eslint
2023-08-29 13:01:19 +10:00
c161a8109b
fix: removed passHref and updated card
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:58:30 +05:30
e340c4ed6f
fix: reverted line change
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:54:55 +05:30
b5f96ee2fc
chore: made requested changes - v2
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:53:51 +05:30
3c1790ba83
chore: made requested changes
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:45:23 +05:30
d195dc1a46
chore: updated signing fields
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:45:22 +05:30
3ac29d8da3
chore: updated dashboard page
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:45:22 +05:30
2418612507
chore: updated documents page
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-08-28 12:45:22 +05:30
18faaf49d9
fix: style
2023-08-27 06:26:49 +05:30
85677bb792
fix: make signing form card responsive
2023-08-26 08:47:19 +05:30
7ae99d2038
fix: overflow and scroll ux
2023-08-26 07:22:51 +05:30
2751adc463
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-08-25 11:43:41 +10:00
0e32baff0b
feat: change document view upon completion
2023-08-24 13:31:50 +10:00
2ab796910e
refactor: extract common components into UI package
2023-08-23 11:22:13 +10:00
07102588be
chore: resolve build errors
2023-08-23 10:57:31 +10:00
ea45e38fa0
Merge pull request #273 from documenso/feat/feature-flag
...
feat: feature flags
2023-08-22 10:13:51 +10:00
d0720f4c70
feat: update items
...
Refactored billing flag name
Refactored FeatureFlag type
Disabled session recording by default
2023-08-21 12:17:56 +10:00
f60cb22f11
feat: feature flags
2023-08-21 12:17:56 +10:00
034072f50e
Merge branch 'feat/refresh' into feat/onepage
2023-08-18 12:15:36 +10:00
48ceb1e5c7
feat: document authoring
2023-08-17 19:56:18 +10:00
3b9c57fe5c
chore: remove double emtpy state add CTA
2023-08-16 13:49:19 +02:00
90e28cd3a4
chore: status order to figma
2023-08-16 09:29:16 +02:00
e743e56787
remove dashboard and link bar
2023-08-16 09:03:28 +02:00
9431e7f0ad
chore: upgrade deps and linting
2023-08-01 17:34:17 +10:00
889ad1c49f
Merge pull request #217 from documenso/feat/stacked-avatars
...
feat: stack avatars
2023-07-26 19:58:34 +10:00
b3fa837967
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-07-26 18:52:53 +10:00
0ad0524157
Merge branch 'feat/refresh' into feat/stacked-avatars
2023-07-01 01:16:58 +00:00
b50f64d4ad
fix: update types from code review
2023-06-30 23:49:34 +00:00
aa884310eb
feat: add recipients avatars on all tables
2023-06-25 15:14:48 +00:00
dbcf7771b9
chore: refactor stacked avatars into component
2023-06-25 14:23:18 +00:00