666d682536
fix: remove further references to created column
2023-11-06 13:01:13 +11:00
0835da45ef
fix: implement feedback
2023-11-06 13:01:13 +11:00
5a99a0b5eb
fix: update migration for timestamp columns
2023-11-06 13:01:13 +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
a72248e871
refactor: organise recipient utils
2023-11-06 13:01:12 +11:00
48e58d4675
feat: add avatar email fallback
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
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
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
61df56c21e
feat: creating the admin ui for metrics
2023-11-06 13:01:12 +11:00
1a48d194f7
refactor: replace whole implementation with a state
2023-11-06 13:01:12 +11:00
cb5df80a26
fix: hide popover when user selects a recipients
2023-11-06 13:01:12 +11:00
6ad10f6317
fix: tidy up code
2023-11-06 13:01:12 +11:00
05c7ac4c20
revert: fix: component style
2023-11-06 13:01:12 +11:00
4267456857
fix: component style
2023-11-06 13:01:12 +11:00
383f8d6e3c
chore: removed one more console.log
2023-11-06 13:01:12 +11:00
d1db20ff4a
chore: removed console.logs and warn
2023-11-06 13:01:12 +11:00
4146d71f9d
feat: store signature on signup
2023-11-06 13:01:12 +11:00
e05eaffb61
feat: store profile signature
2023-11-06 13:01:12 +11:00
8a271ff8bc
fix: fix eslint warnings
2023-11-06 13:01:12 +11:00
930a80ae18
chore: unused console logs
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
7f5ef8690b
fix: further stash conflicts
2023-11-06 13:01:11 +11:00
d7bd8fcd37
fix: add items from stash
2023-11-06 13:01:11 +11:00
c3f11afaf9
feat: make billing page functional
2023-11-06 13:01:11 +11:00
5cba252627
fix: minor tidying
2023-11-06 13:01:11 +11:00
cd1b4796fc
feat: avoid updating password with existing password
2023-11-06 13:01:11 +11:00
9524875e98
feat: prevent a user from updating password with the same password
2023-11-06 13:01:11 +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
98c980a5c4
fix: remove further unused code
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
b512343bbb
chore: removed eslint-plugin-import
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
5100a61ab7
fix: updated eslint config
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
e6790d3a19
feat: added eslint plugin dependencies
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
c098c58b2e
fix: removed more unnecessary whitespace
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
9c763e864b
fix: removed unnecessary whitespace
...
Signed-off-by: Adithya Krishna <adikrish@redhat.com >
2023-11-06 13:01:11 +11:00
7a74f3c77e
fix: authentication
2023-11-06 13:01:11 +11:00
166271ac4b
fix: add missing await on mail send
2023-11-06 13:01:10 +11:00
3ea0ff6b81
chore: support direct urls for prisma
2023-11-06 13:01:10 +11:00
97c7bd9792
refactor: remove whitespace
2023-11-06 13:01:10 +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