ded4f03e05
fix: cancel button handler
2023-11-06 13:01:15 +11:00
4306fbc0f3
fix: remove unused import
2023-11-06 13:01:15 +11:00
8fc53d5dac
fix: remove unused import
2023-11-06 13:01:15 +11:00
e97de71811
fix: use named export
2023-11-06 13:01:15 +11:00
8c23bea985
fix: tidy messaging
2023-11-06 13:01:15 +11:00
a92624b255
fix: use ts-pattern
2023-11-06 13:01:15 +11:00
8b5d0f445e
chore: fix eslint errors
2023-11-06 13:01:15 +11:00
f09638a4de
chore: remove code from different branch
2023-11-06 13:01:15 +11:00
73a9213088
chore: correct types on component
2023-11-06 13:01:15 +11:00
4879d2360b
feat: add empty state for different status
2023-11-06 13:01:15 +11:00
5aff50b13b
feat: add initial empty state for no results
2023-11-06 13:01:15 +11:00
b747334383
feat: redirect signed document to completed page
2023-11-06 13:01:15 +11:00
4072e2a200
fix: update styling
2023-11-06 13:01:15 +11:00
4ec2bd7536
chore: updated wording
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2023-11-06 13:01:15 +11:00
5dad463877
feat: added 404 page for web app
...
Signed-off-by: Adithya Krishna <aadithya794@gmail.com >
2023-11-06 13:01:15 +11:00
53db1a5d19
fix: resolve issues with open graph asset loading
2023-11-06 13:01:14 +11:00
15fd819132
fix: tidy code and update endpoints
2023-11-06 13:01:14 +11:00
8df5304b8e
feat: update share page to match latest changes
2023-11-06 13:01:14 +11:00
794e575ae9
feat: move opengraph-image to next.js 13 implementation
2023-11-06 13:01:14 +11:00
57ff77b920
refactor: redirect using useRouter
2023-11-06 13:01:14 +11:00
d0cedc489f
fix: update og card
2023-11-06 13:01:14 +11:00
b12f5b62f1
feat: redirect share page to marketing page after 3 seconds
2023-11-06 13:01:14 +11:00
f2da49d0e8
feat: generate metatags for share page with og image
2023-11-06 13:01:14 +11:00
ebcd7c78e4
feat: create sharing id for each recipient
2023-11-06 13:01:14 +11:00
1bce169228
feat: add initial og image for share link
2023-11-06 13:01:14 +11:00
0321f8505d
chore: self-review
2023-11-06 13:01:14 +11:00
90225574de
chore: move fetching in data-table-users
2023-11-06 13:01:14 +11:00
92b5111d7e
chore: tidy up
2023-11-06 13:01:14 +11:00
d54710ca07
chore: add transition and check for empty users array
2023-11-06 13:01:14 +11:00
9682f8ea36
feat: filter users by name or email
2023-11-06 13:01:14 +11:00
02b6f6a7b7
feat: subscriptions and documents page
2023-11-06 13:01:14 +11:00
214dd7a7c8
feat: manage documents admin ui
2023-11-06 13:01:14 +11:00
ff58735153
feat: profile page done
2023-11-06 13:01:14 +11:00
82c1ca13be
feat: update user functionality
2023-11-06 13:01:13 +11:00
eef720bf8c
chore: improve the ui
2023-11-06 13:01:13 +11:00
550b7e1655
feat: build individual user page
2023-11-06 13:01:13 +11:00
32b41386e5
feat: admin ui for managing instance
2023-11-06 13:01:13 +11:00
fbb8e887a8
fix: update colors
2023-11-06 13:01:13 +11:00
6e791b6e91
fix: add layout and minor updates
2023-11-06 13:01:13 +11:00
34c652ab54
feat: add invalid reset token page
2023-11-06 13:01:13 +11:00
9b025f0c9f
fix: width reducing with screen size
2023-11-06 13:01:13 +11:00
dabeead57f
feat: send email to user on successful password reset
2023-11-06 13:01:13 +11:00
84bc6eb4f3
feat: add reset functionality
2023-11-06 13:01:13 +11:00
b3a312df98
feat: add reset password page
2023-11-06 13:01:13 +11:00
8ba9a761d4
feat: add forgot passoword page
2023-11-06 13:01:13 +11:00
771042c9ce
feat: add vercel build script
2023-11-06 13:01:13 +11:00
269f97fa6b
fix: final reference to created column
2023-11-06 13:01:13 +11:00
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
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