671fd916b5
fix: resolve conflicting z-index values btwn avatar in document list and header ( #872 )
...
## Description
This pull request solves the problem where the avatar component within
the document list has the same z-index value as the header component,
causing the avatar to be above the header. When two elements have the
same z-index value, the last one takes priority!
## Related Issue
Fixes #870
## Changes Made
1. Increases the value of the header's `z-index` by `10` (the current
value is `50`
2024-01-27 13:16:59 +11:00
751fb5275c
Merge branch 'main' into feat/add-runtime-env
2024-01-26 14:04:54 +02:00
b2cca9afb6
chore: refactor
2024-01-26 13:27:36 +02:00
8619e02d04
chore: quote fix
2024-01-26 12:02:30 +01:00
91c89e8bfb
chore: quote fix
2024-01-26 12:01:53 +01:00
fdeab19a7f
chore: fix paragh quote break
2024-01-26 12:00:00 +01:00
311c8da8fc
chore: encrypt and decrypt email addr
2024-01-25 17:24:37 +02:00
56f65f3bb3
chore: typos
2024-01-25 15:39:34 +01:00
75ad8a4885
chore: typos
2024-01-25 15:35:57 +01:00
db36f69273
Merge branch 'main' into feat/commodifying-signing
2024-01-25 15:26:25 +01:00
49ecfc1a2c
chore: refactor
2024-01-25 15:42:40 +02:00
ffee2b2c9a
chore: merged main
2024-01-25 13:43:11 +02:00
2f18518961
chore: merged main
2024-01-25 10:53:05 +02:00
d451a7acce
feat: add next-runtime-env
2024-01-25 10:48:20 +02:00
11dd93451a
feat: sign up with Google ( #862 )
...
This PR links to this issue: #791
Now users can see a new option to sign up with Google on the signup
page.
2024-01-25 11:22:19 +11:00
2be022b9fc
feat: commodofying signing blogpost
2024-01-24 18:01:26 +01:00
0fac7d7b70
chore: add tags to manifest
2024-01-24 16:52:38 +01:00
b115d85fb7
fix: disabled signing pad when submitting form ( #842 )
...
fixes : #810
2024-01-24 17:12:33 +11:00
51d140cf9a
feat: command group distinction ( #854 )
...
fixes #836
- Explicit `div` is used instead of `<CommandSeparator/>` , since it
failed to render borders for dynamic search results, but only works for
initial menu.
(initial menu)

(search results)

2024-01-24 17:03:57 +11:00
61967b22c1
fix: visibility of security fields using identityprovider ( #709 )
...
fixes #690
2024-01-24 11:34:30 +11:00
1efadb19f5
chore: add addi to open page
2024-01-23 15:54:57 +01:00
e5c2263e92
fix: imporoved document-dropzone ui for small vertical screens
2024-01-23 18:37:02 +05:30
6aed075c56
fix: add conditional rendering of OAuth providers ( #736 )
...
Now google OAuth provider is not rendered if client id is not provided
2024-01-23 17:08:48 +11:00
08011f9545
chore: added target blank for github link: ( #851 )
2024-01-23 11:27:10 +11:00
4909eee401
feat: add viewing on completed page for pending documents
2024-01-22 21:36:46 +11:00
5a28eaa4ff
feat: add recipient creation
2024-01-22 17:38:02 +11:00
9e433af112
feat: require 2fa code before account is deleted
2024-01-21 15:38:32 +00:00
7762b1db65
feat: add loading to button
2024-01-21 09:47:50 +00:00
a3e560899a
feat: delete user from db and unsubscribe from stripe
2024-01-20 23:30:56 +00:00
f652ca9b73
feat: account deletion confirmation dialog
2024-01-20 19:07:47 +00:00
1191e1d9c3
feat: linear-gh blogpost ( #827 )
2024-01-20 12:18:23 +11:00
9c1e1f50a8
fix: mask recipient tokens for non-owners
2024-01-20 01:14:34 +00:00
b28a7f9702
chore: add openapi
2024-01-19 16:55:16 +02:00
efb9e9f3ec
Merge branch 'main' into feature/linear-gh
2024-01-18 17:17:01 +01:00
a7672545d7
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:49 +01:00
1a10cd2ae1
Update apps/marketing/content/blog/linear-gh.mdx
...
Co-authored-by: Adithya Krishna <aadithya794@gmail.com >
2024-01-18 17:16:28 +01:00
204388888d
fix: fix bug for completed document shortcut ( #839 )
...
When you're in the `/documents` page in the dashboard, if you hover over
a draft and a completed document, you'll see different URLs.
At the moment, the shortcut tries to go to the following URL for a
completed document `/documents/{doc-id}`.
However, that's the wrong URL, since the URL for a completed doc is
`/sign/{token}` when the user is the recipient, not the one that sent
the document for signing.
If it's the document owner & the document is completed, the URL is fine
as `/documents/{doc-id}`.
---------
Co-authored-by: Lucas Smith <me@lucasjamessmith.me >
2024-01-18 09:38:42 +02:00
0d977e783e
refactor: download function to be reusable ( #740 )
2024-01-18 15:24:36 +11:00
3b82ba57f3
chore: implemented feedback plus some restructuring
2024-01-17 12:44:25 +02:00
9ff44f10a6
chore: add incident blog post
2024-01-17 21:41:00 +11:00
16d97783f2
feat: improve the UX for password protected documents ( #780 )
2024-01-17 19:32:42 +11:00
91dd10ec9b
fix: add symmetric encryption to document passwords
2024-01-17 17:28:28 +11:00
a94b829ee0
fix: tidy code
2024-01-17 17:17:08 +11:00
1bc885478d
fix: display the number of documents in mobile view ( #837 )
...
This PR fixes #782 .
It now displays the document count on mobile view.
2024-01-17 11:10:28 +11:00
4aefb80989
feat: restrict app access for unverified users
2024-01-16 14:25:05 +02:00
560352492d
fix: keyboard shortcut ctrl+k fixed ( #830 )
2024-01-16 13:07:42 +11:00
58b3a127ea
chore: fix color for light mode icon ( #806 )
2024-01-15 10:48:55 +11:00
7e71e06e04
fix: keyboard shortcut ctrl+k default behaviour fixed
2024-01-13 14:19:37 +05:30
68953d1253
feat add documentPassword to documenet meta and improve the ux
...
Signed-off-by: harkiratsm <multaniharry714@gmail.com >
2024-01-12 20:54:59 +05:30
1a73f3e007
chore: feedback and phrasing
2024-01-11 14:27:44 +01:00