Commit Graph

7 Commits

Author SHA1 Message Date
773566f193 feat: add free tier Stripe subscription 2023-09-18 22:33:07 +10:00
425db8fc1f fix: remove references to created column 2023-09-14 13:32:16 +10:00
9014f01276 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-09-14 12:47:47 +10:00
a2ef9468ae feat: separate document data from document 2023-09-07 19:27:21 +10:00
b5efa0d3ea fix: fix eslint warnings 2023-08-31 13:33:13 +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
803ebccee3 wip: refresh design 2023-06-09 18:22:21 +10:00