01zulfi
befcd0f112
web: refresh user on change email & run timer on first email sent ( #9620 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-31 09:53:15 +05:00
Abdullah Atta
ed24282703
web: bump version to 3.3.12 ( #9602 )
2026-03-28 11:09:19 +05:00
01zulfi
36c44ad201
web: add toasts in email verification dialog ( #9584 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-26 23:22:59 +05:00
01zulfi
ec45160b27
web: add content in feature dialog for v3.3.11
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-25 11:29:34 +05:00
01zulfi
9621b43bf2
web: fix command palette highlighting being escaped ( #9565 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-24 14:22:49 +05:00
01zulfi
070354920b
web: fix feature title margin in feature dialog ( #9551 )
...
* also fix typo
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-20 12:06:18 +05:00
01zulfi
9145ea4234
web: escape command title in command palette ( #9539 )
...
* Because we use dangerouslySetInnerHTML
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-03-17 11:24:16 +05:00
Abdullah Atta
ef90f40be4
web: add version highlights
2026-03-09 12:39:42 +05:00
01zulfi
a8d4e6c754
web: fix vault not marked as created when vault is created from locking note ( #9394 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-02-25 11:36:32 +05:00
Abdullah Atta
16b6b37b94
web: enable password changing
2026-02-09 11:08:00 +05:00
Arjun Vijay Prakash
e381e54bb7
web: fix toolbar item indentation when moving between groups ( #8624 )
...
* web: adjust item depth calculation during move operation
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
* web: add tests for customize-toolbar.tsx
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
* refactor(toolbar): export types and functions in customize-toolbar.tsx
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
* refactor(tests): simplify and import types for customize-toolbar tests
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
* refactor(toolbar): remove export from internal functions in customize-toolbar.tsx
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
---------
Signed-off-by: Arjun Vijay Prakash <arjunv.prakash12345@gmail.com >
2026-02-03 10:21:46 +05:00
little Kitchen
7001f98353
fix: unable to change zoom level back to 1.0 ( #9283 )
...
Fixed two issues with number input settings:
1. Added onBlur handler to immediately commit values when user
clicks away, bypassing the 500ms debounce delay. This ensures
values are saved even if the user navigates away quickly.
2. Added key prop based on current value to force re-render
when the stored value changes, ensuring the input always
reflects the actual persisted value.
Fixes #4035
2026-02-02 13:05:24 +05:00
Abdullah Atta
a836642d74
Merge pull request #7901 from 01zulfi/web/delete-data-for-not-logged-in-user
...
web: add delete data option for not logged in user
2026-02-02 12:31:01 +05:00
Abdullah Atta
a3d3add48f
Merge pull request #7303 from 01zulfi/web/reminder-dialog-improvements
...
web: reminder dialogs improvements
2026-02-02 12:30:40 +05:00
Abdullah Atta
406c63721d
web: bump version to 3.3.8
2026-01-27 17:24:36 +05:00
Chloe Oletto
c53c3167d8
web: Fix reminder dialog subtext formatting. ( #9241 )
...
Signed-off by: Chloe Oletto <NeedsChloesure@riseup.net >
2026-01-22 09:25:20 +05:00
01zulfi
6430611e3e
web: reminder dialogs improvements
...
* add note references (if any) in reminder edit dialog
* wrap snooze option buttons in reminder preview dialog
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-20 09:29:52 +05:00
01zulfi
afe57e41ce
web: add confirmation dialog for delete data option
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-19 16:18:29 +05:00
01zulfi
d3ea51cc01
web: add delete data option for not logged in user
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-19 12:58:48 +05:00
01zulfi
d951b97bed
web: fix getting active note commands in command palette ( #9234 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-16 19:20:38 +05:00
01zulfi
e3331e6dee
web: temporarily disable change&forgot password
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-16 14:21:01 +05:00
01zulfi
c4bbceef67
web: add option to preview attachments in attachment manager ( #9186 )
...
* web: add option to preview attachments in attachment manager
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: open pdf preview dialog in full width&height
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: minor ui adjustment for pdf preview dialog
* web: fix pdf text selection not visible
---------
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-01-16 13:00:14 +05:00
Ammar Ahmed
210549445e
global: add support for expiring notes ( #9167 )
...
* core: expiring notes
* core: add tests
* mobile: support setting not expiry date
* web: support note expiry dates
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* core: add tests for expiring notes
* core: fix tests
* mobile: delete expiring notes at startup
* core: create index on expiry date
* core: minor refactor
* core: remove `.only` sync test
* web: refactors
* mobile: set limit on expiring notes
* web: improve expiry date menu option && note item ui
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: add premium check for setting expiry for notes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: move note expiry date dialog into its own file && minor changes
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: delete expired notes on startup
* web: minor refactors
---------
Co-authored-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co >
2026-01-16 10:55:40 +05:00
01zulfi
98557be52d
web: replace note creation date edit popover with dialog
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-14 14:14:14 +05:00
01zulfi
2b1c973177
web: allow editing note's created date from properties panel
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-14 14:13:42 +05:00
Abdullah Atta
72ff45c722
Merge pull request #9182 from streetwriters/web/week-format
...
web: add setting to change week format
2026-01-14 11:40:26 +05:00
01zulfi
a6032ffd72
web: fix empty command palette/quick open when locked note active ( #9200 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-14 10:53:00 +05:00
01zulfi
2129533aa9
web: add setting to change week format
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2026-01-08 15:49:13 +05:00
01zulfi
5c21c0a498
global: support day format options & $day$ title format & /day command
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-12-31 14:54:44 +05:00
01zulfi
2688becb05
web: add editor line height setting
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-12-30 14:07:44 +05:00
Abdullah Atta
64c70f51c9
web: bump version to 3.3.6
2025-12-17 23:09:20 +05:00
Abdullah Atta
a45b54dd85
Merge pull request #9041 from streetwriters/fix-subscription-type
2025-12-17 14:22:31 +05:00
01zulfi
144febb3cc
web: handle null productId
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-12-10 13:01:55 +05:00
Abdullah Atta
e68e5bc6fb
web: bump version to 3.3.6-beta.0
2025-11-27 11:43:27 +05:00
Abdullah Atta
7d2e1dab4c
web: add support for direct navigation (via url) to setting sections
2025-10-21 14:42:37 +05:00
Abdullah Atta
c1bd4cfb01
web: bump version to 3.3.2
2025-10-20 13:01:57 +05:00
Abdullah Atta
1f748a4026
global: introducing Notesnook Circle ( #8779 )
...
* core: add api for getting Notesnook Circle partners
* web: introduce notesnook circle
* core: export CirclePartner type
* mobile: add notesnook-circle
* web: use strings from intl for notesnook circle
* common: add notesnook circle to features
* web: fix local ips set for hosts
* mobile: fix db hosts
---------
Co-authored-by: Ammar Ahmed <ammarahmed6506@gmail.com >
2025-10-17 08:49:32 +05:00
Abdullah Atta
d7cb3317a2
web: fix discounted price in checkout
2025-10-10 15:09:41 +05:00
Abdullah Atta
9e265dbecf
web: add new version highlights
2025-10-03 18:38:08 +05:00
Abdullah Atta
6ae1674de5
web: fix tests
2025-10-03 11:59:53 +05:00
Abdullah Atta
5ae024f20a
Merge branch 'master' into beta
2025-10-02 10:40:56 +05:00
01zulfi
8dc12f01b9
web: enforce sms2FA feature limit ( #8627 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-10-01 14:58:42 +05:00
01zulfi
61748f40b6
web: fix text in upgrade dialog ( #8623 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-10-01 11:45:30 +05:00
Abdullah Atta
4883f02b62
web: fix subscription settings not updating on downgrade
2025-09-30 14:03:55 +05:00
Abdullah Atta
b43a8cbafe
web: improve plan change dialog to show full plan comparison
2025-09-30 11:53:45 +05:00
Abdullah Atta
0b5128b13b
web: fix after trial period pricing ui
2025-09-30 10:21:37 +05:00
Abdullah Atta
d1dbb85459
web: prevent changing plans if user subscription from iOS/Android
2025-09-30 10:17:57 +05:00
Abdullah Atta
ae1005d5f9
web: show provider info in subscription settings
2025-09-30 10:08:59 +05:00
Abdullah Atta
11e6074e21
web: simplify change plan dialog
2025-09-30 09:45:18 +05:00
Abdullah Atta
827930e28f
web: fix plan changing if subscription is trialing
2025-09-29 10:02:11 +05:00