Commit Graph

58 Commits

Author SHA1 Message Date
1b276a0469 fix: support optimise imports 2023-09-21 21:34:24 +10:00
cdc50ec876 fix: resolve issues with open graph asset loading 2023-09-21 05:37:04 +00: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
24a2e9e6d4 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-09-12 14:29:27 +10:00
f8a193c0f8 refactor: replace whole implementation with a state 2023-09-09 10:56:45 +00:00
9186cb4d7b fix: hide popover when user selects a recipients 2023-09-09 10:42:03 +00:00
3df0f61947 Merge branch 'feat/refresh' into fix/whitespace 2023-08-30 12:02:01 +10:00
8e42dcb7ee Merge pull request #323 from documenso/feat/promise-safety
feat: promise safety
2023-08-30 11:32:32 +10:00
1f8d5e45e1 feat: onepage inbox 2023-08-29 14:33:05 +10:00
ca40e983e3 feat: promise safety with eslint 2023-08-29 13:01:19 +10:00
c817c67a1c fix: removed more unnecessary whitespace
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
2023-08-28 12:34:29 +05:30
c7001e62f3 fix: removed unnecessary whitespace
Signed-off-by: Adithya Krishna <adikrish@redhat.com>
2023-08-28 12:34:29 +05:30
af81d99b2a refactor: remove whitespace 2023-08-25 11:43:41 +10:00
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
2ab796910e refactor: extract common components into UI package 2023-08-23 11:22:13 +10:00
48ceb1e5c7 feat: document authoring 2023-08-17 19:56:18 +10:00
9431e7f0ad chore: upgrade deps and linting 2023-08-01 17:34:17 +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
eea09dcfac feat: persist fields and recipients for document editing 2023-06-21 23:49:23 +10:00
877a579533 adding dark mode to feat/refresh 2023-06-11 01:50:19 -04:00
803ebccee3 wip: refresh design 2023-06-09 18:22:21 +10:00
b5e03359c1 fix: mark truncateTitle as optional 2023-05-30 20:11:23 +10:00
8ecd5cf215 fix: respect truncate title prop 2023-05-29 18:47:54 +10:00
748f842115 fix: update prop typo, extract truncate method 2023-05-25 18:43:37 +10:00
1a5948c50e Merge branch 'bugfix/long_filename' of https://github.com/The-Robin-Hood/documenso into bugfix/long_filename 2023-05-15 15:43:32 +05:30
8bf6594cf4 prop name changed 📛 2023-05-15 15:43:29 +05:30
b6ff01ef86 Merge branch 'main' into bugfix/long_filename 2023-05-15 15:40:04 +05:30
9b993c08f1 Truncate prop added 2023-05-15 15:39:37 +05:30
826704c21f Adds animation to tooltip 2023-05-11 21:00:05 +05:30
825231fe2a Adds tooltip to recipient action buttons 2023-05-11 12:15:41 +05:30
051e681701 Long filename fix 🗄 2023-05-10 20:13:07 +05:30
8457823d8e fix: improve sign in and sign up pages 2023-05-01 20:01:36 +10:00
d135df827a fix: improve general styling
Improve the general styling of the app by removing floats and replacing it `flex`. Additionally, improve the constrast of certain parts of the app and add some transitions to hover changes.
2023-05-01 20:01:35 +10:00
964e749039 Update prettier styling 2023-04-04 22:10:30 +00:00
84b57d715c Apply prettier config to all files 2023-04-04 22:02:32 +00:00
b3e89b16bc Add types to Dialog component 2023-03-28 12:55:20 +00:00
a9befd342c Use dynamic values for title and icon for dialog 2023-03-28 12:47:40 +00:00
16f6da01c0 Move dialog into a seperate component 2023-03-28 12:42:00 +00:00
f8f941a9cd add inital component to @documenso/ui 2023-03-28 12:15:45 +00:00
067a00bd9f 💄 icon button with text 2023-02-24 11:10:30 +01:00
4f0161b0fa 💄 SelectBox Component 2023-02-23 17:49:04 +01:00
a788835b43 🚑 submit button type 2023-02-15 17:57:51 +01:00
1c0bb76c92 Merge pull request #9 from ElTimuro/DOC-87_Custom-404
Custom 404 page created
2023-02-15 17:42:02 +01:00
7a77d9cf76 💄 show disabled style on link buttons 2023-02-15 14:49:07 +01:00
0bdd5c25ae Merge branch 'main' into 404 2023-02-13 21:47:08 +00:00
124d633d7b Custom 404 page created 2023-02-13 22:33:39 +01:00
df047bc749 ui, ui button component fix 2023-02-09 19:58:24 +01:00
f831b1ade1 loading state send bug 2023-02-07 12:54:31 +01:00
2d0c392e08 icon button an recipients ui 2023-02-03 16:33:00 +01:00
3765f6a7d9 button remove default margin 2023-02-03 13:20:34 +01:00