d1ffcb00f3
feat: add axiom web vitals ( #1071 )
...
## Description
Added support for Axiom web vitals
https://axiom.co/docs/apps/vercel#web-vitals
2024-04-03 14:32:34 +07:00
a54eb54ef7
feat: add document auth ( #1029 )
2024-03-28 13:13:29 +08:00
038370012f
fix: render fields on document load ( #1054 )
...
## Description
Currently if you try to load the document edit page when fields need to
be rendered, you will not be able to see the fields until you proceed to
the next step.
This is because the fields require the document PDF to be loaded prior
to rendering them.
This PR resolves that issue by only rendering the fields after the PDF
is loaded.
## Changes Made
- Add a state to track whether the PDF is loaded
- Render the fields only after the PDF is loaded
## Testing Performed
Tested document flow manually and the fields are rendered correctly on
load.
## Checklist
- [X] I have tested these changes locally and they work as expected.
- [X] I have updated the documentation to reflect these changes, if
applicable.
2024-03-27 14:10:29 +08:00
48ee977617
Merge branch 'main' of https://github.com/JuanSebastianM/documenso into feat/894-pricing-section-ux-improvement
2024-03-24 18:35:08 -05:00
f5a1d9a625
fix: monthly count instead of cummulative
2024-03-22 08:08:37 +00:00
94198e7584
chore: text
2024-03-21 13:16:17 +01:00
facafe0997
feat: place card titles in the box
2024-03-21 01:44:32 +00:00
8c1686f113
feat: add total signed documents
2024-03-21 01:25:23 +00:00
a8752098f6
fix: invalid datetime on graph
2024-03-21 00:48:49 +00:00
3e15b5d745
feat: add sticky behavior to pricing options container
2024-03-20 15:05:17 -05:00
574cd176c2
chore: update copy to have more swag
2024-03-20 12:34:03 +01:00
48858cfdd0
chore: restructure open page
2024-03-20 10:31:19 +00:00
2facc0e331
feat: add completed documents per month graph
2024-03-20 10:17:31 +00:00
524a7918d5
fix: toss the signature
2024-03-14 10:41:59 +00:00
0db2e6643d
fix: final final v2
2024-03-14 10:39:48 +00:00
f5967e28c3
fix: without protection?
2024-03-14 10:02:09 +00:00
4926b6de50
fix: boring sign/verify approach
2024-03-14 09:40:26 +00:00
d6c8a3d32c
fix: what happens if we use a dynamic import?
2024-03-14 09:20:01 +00:00
a9bb559568
fix: avoid opengraph image limit
2024-03-14 10:56:46 +02:00
f6c2b6c1c5
fix: minor updates
2024-03-12 01:52:16 +00:00
e8b209eb82
fix: fixed cta component
2024-03-08 15:46:44 +02:00
41843691e8
feat: add website cta
2024-03-08 13:44:25 +02:00
b8fa45380b
Merge branch 'main' into feat/typefully
2024-03-06 13:28:52 +05:30
579a2f96e5
chore: rename community => early adopter
2024-03-05 13:04:46 +00:00
e83a4becee
chore: update twitter logo
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:41:34 +05:30
a03ce728f3
chore: remove ssr
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 15:34:42 +05:30
7e9b96f059
Merge branch 'main' of https://github.com/documenso/documenso into feat/typefully
2024-03-05 14:58:27 +05:30
691255da3f
chore: updated styling of tooltips and margins
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-05 14:57:29 +05:30
437410c73a
chore: updated text color
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:11:47 +05:30
36a95f6153
chore: updated text color
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 19:10:15 +05:30
0c8a89a2ea
feat: add typefully card
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-03-01 12:53:51 +05:30
ebe23335f8
fix: return the recipient as an array to match other formats from zapier ( #971 )
...
Return the recipient as an array to match the other formats for Zapier.
Otherwise, Zaps with the "DOCUMENT_OPENED" hooks won't work.
All the other webhooks return the "Recipient" field as an array.
2024-02-29 08:37:01 +02:00
ecc9dc63ea
feat: the rest of the owl
2024-02-29 13:22:21 +11:00
b498f8edb7
feat: update ui
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:40:42 +11:00
b1261510d2
feat: update signin signup pages
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:39:20 +11:00
deea6b1535
feat: update marketing site
...
Signed-off-by: Adithya Krishna <adithya@documenso.com >
2024-02-27 20:36:40 +11:00
a5e51e63a1
Merge branch 'main' into custom-text-field
2024-02-24 22:23:17 +11:00
0900836040
fix: missing marketing env variables
2024-02-24 14:56:11 +11:00
b6c9213b66
fix: disable static generation of marketing site pages
...
Disables the generation of the blog and content pages using
generateStaticPaths to deal with a regression with routing
introduced with next-runtime-env.
2024-02-21 00:58:57 +00:00
11299d3f92
feat: add custom text to singleplayer
2024-02-17 11:24:47 +00:00
681a89cfe1
chore: minor lint fixes ( #934 )
2024-02-16 21:48:45 +11:00
49cddfab38
chore: lint with oxc
2024-02-15 06:11:50 +00:00
8ebef831ac
Merge branch 'main' into feat/add-runtime-env
2024-02-12 12:30:35 +11:00
20e2976731
fix: build issues
2024-02-12 01:29:22 +00:00
3a32bc62c5
feat: initial document audit logs implementation ( #922 )
...
Added initial implementation of document audit logs.
2024-02-12 12:04:53 +11:00
d13cf743bf
Merge branch 'main' into feat/add-runtime-env
2024-02-08 22:06:59 +11:00
fe4345eeb9
fix: add responsive for blog preview mobile view ( #906 )
...
This Issue https://github.com/documenso/documenso/issues/904
2024-02-06 16:45:46 +11:00
7ece6ef239
feat: add recipient roles ( #716 )
...
Fixes #705
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
Co-authored-by: David Nguyen <davidngu28@gmail.com >
2024-02-02 10:45:02 +11:00
08f82b23dc
fix: update env entries to evaluate at runtime
2024-01-31 22:32:42 +11:00
9d6ee94708
chore: add title and description to individual pages ( #847 )
...
Add Title and Description to Individual Pages.
eg:- Security | Documenso, Profile | Documenso etc.
2024-01-29 17:53:44 +11:00