Abdullah Atta
fe17a6e9da
web: minor ui changes and fixes
2025-04-10 10:28:57 +05:00
Abdullah Atta
e186615163
global: update ui
2025-04-10 10:28:57 +05:00
01zulfi
2c5e1f611b
web: new sidebar ui
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-04-10 10:28:56 +05:00
01zulfi
d5a719c9f6
editor: font ligatures for common symbols ( #7800 )
...
* editor: font ligatures for common symbols
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* Update packages/editor/src/extensions/font-ligature/font-ligature.ts
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
---------
Signed-off-by: Abdullah Atta <thecodrr@protonmail.com >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2025-03-28 14:13:02 +05:00
Abdullah Atta
b618386e6b
web: clear caches on switching release track
2025-03-26 15:30:12 +05:00
01zulfi
4e4990bd98
web: add toggle focus mode command ( #7736 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-25 12:09:19 +05:00
01zulfi
b7e8365117
web: increase reminder dialog width ( #7767 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-14 12:24:21 +05:00
01zulfi
76f27adbea
web: command palette fixes ( #7669 )
...
* web: command palette fixes
* core: add getIdentifier in fuzzy; this allows the caller to provide a custom indentifier instead of relying on id field in the items list
* fix crashing when hitting enter when no results found
* fix commands list not refreshing when removing recent command
* fix recent command not showing up in the commands list
* fix searched commands showing up under wrong group label
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
* web: improve getCommandById && improve remove from recents logic
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
---------
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-04 13:11:26 +05:00
Abdullah Atta
433be12b2b
desktop: hide release track selector for flatpak/snap builds
2025-03-01 14:49:38 +05:00
Abdullah Atta
9b6f7ff225
web: fix release track switching
2025-03-01 13:13:25 +05:00
Abdullah Atta
99f97ac565
web: fix release-track cookie not getting set
2025-03-01 11:41:37 +05:00
Abdullah Atta
b464fafc18
web: bump version to 3.0.29
2025-03-01 11:05:26 +05:00
01zulfi
71fc2a3cac
web: add keyboard shortcut for opening settings ( #7701 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-03-01 09:31:23 +05:00
Abdullah Atta
15f4f2accb
desktop: add support for switching release tracks
...
this also includes relevant tests for the auto updater
2025-02-28 18:03:05 +05:00
Abdullah Atta
725f3c3522
web: add support for switching release tracks
...
we make use of Cloudflare Pages Functions to redirect to the beta site
if a certain cookie is present. This ensures seamless switching between
release tracks.
2025-02-28 18:03:05 +05:00
01zulfi
d11afda1a8
web: fix attachment table height for few items ( #7662 )
...
* assign min-height to container
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-02-25 11:39:44 +05:00
Abdullah Atta
422c2492c4
web: fix react error on feature dialog
2025-02-25 10:10:06 +05:00
Abdullah Atta
7b2a8c3e20
web: fix executing recent command does nothing
...
fixes #7650
2025-02-24 11:16:38 +05:00
Abdullah Atta
40f058b14b
web: bump version to v3.0.27
2025-02-21 13:13:53 +05:00
Abdullah Atta
8e1faf9f60
web: command palette improvements
...
This includes:
- Full refactoring of the command palette
- Remove command transformation logic for dynamic
commands
- Replace note, notebook & tag specific commands
with a simple menu item -> command conversion logic
- Cached filtering (with notes, notebooks etc.
refetching on sync)
- Add support for fuzzy searching on command group
- Modernize UI to look more like a command palette and less like a dialog
2025-02-21 12:29:25 +05:00
01zulfi
a47967dd53
web: add command palette ( #7314 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-02-19 15:48:44 +05:00
Abdullah Atta
2ab321869e
web: bump version to v3.0.26
2025-02-14 10:08:43 +05:00
luzpaz
5ffae2a08b
global: fix various typos ( #7463 )
...
Found via `codespell -q 3 -D ../dictionary.txt -S "*.patch,*.po" -L actualy,childs,modifer,ontext,ontop,ony,recieved,reciever,se,seperator,te`
Signed-off-by: Luz Paz <luzpaz@pm.me >
2025-02-05 09:28:06 +05:00
Abdullah Atta
6a9ddb770e
web: bump version to 3.0.25
2025-02-03 14:39:44 +05:00
01zulfi
a177d36571
web: treat setting item descriptions as md and convert them to html ( #7343 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-01-18 11:37:54 +05:00
01zulfi
5ace95c9d1
web: fix canceling the edit profile dialog would set name to undefined ( #7338 )
...
* escaping or canceling the dialog would set profile's name to undefined
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-01-17 11:21:18 +05:00
01zulfi
0be59c71de
web: save image compression upload setting ( #7089 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2025-01-02 15:10:58 +05:00
Abdullah Atta
ea0623c6bc
web: create backup on submit when changing password
2024-12-24 10:10:56 +05:00
Abdullah Atta
e041976ae0
web: fix gift cards link
2024-12-23 18:06:09 +05:00
Abdullah Atta
9d7e6b40a0
web: bump version to 3.0.23
2024-12-23 18:05:43 +05:00
Abdullah Atta
6b4f7900ec
web: show subscription provider info in subscription settings
2024-12-23 14:30:25 +05:00
Abdullah Atta
e9f3037129
web: add gift redeem support
2024-12-23 14:30:25 +05:00
Ammar Ahmed
83083134e9
Merge branch 'master' into fix-localization-error
...
Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com >
2024-12-21 14:09:22 +05:00
01zulfi
61b8960aa5
web: fix mfa fallback string ( #7123 )
...
* also add selected style to mfa type selector button
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-12-20 15:55:42 +05:00
luis-411
60989359e2
theme: make link color align with theme ( #7077 )
...
Signed-off-by: Luis Kriner <luis@kriner.info >
2024-12-10 11:01:04 +05:00
01zulfi
fea9c4e42b
web: fix links in report issue dialog ( #7071 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-12-10 10:28:17 +05:00
Abdullah Atta
c19635b16a
web: fix direct index access of strings
2024-11-27 13:14:44 +05:00
01zulfi
8756299d80
web: always show desktop backup directory path ( #6867 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
2024-11-25 10:26:30 +05:00
Abdullah Atta
b8c3e2098f
web: fix one-time discount wrongly shown as recurring
2024-11-23 14:39:45 +05:00
01zulfi
abfdad0fec
web: fix setting item width ( #6909 ) ( #6935 )
...
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com >
Co-authored-by: Abdullah Atta <thecodrr@protonmail.com >
2024-11-23 12:16:26 +05:00
Abdullah Atta
057b563608
web: fix password app lock stuck on "wrong password"
2024-11-20 11:07:05 +05:00
Abdullah Atta
2af805017c
web: bump version to v3.0.20
2024-11-18 20:01:20 +05:00
alihamuh
5ef392ca31
web: add copy button for support email in settings
2024-11-18 12:42:22 +05:00
Abdullah Atta
a011857286
web: more fixes to new notebooks tree
2024-11-13 15:48:33 +05:00
Abdullah Atta
1f3e7574f5
web: improve app startup
2024-11-13 15:48:33 +05:00
Abdullah Atta
4c77c8e22c
web: get rid of react-complex-tree
...
build a custom implementation using react-virtuouso
2024-11-13 15:48:33 +05:00
Abdullah Atta
9afb4a52c2
web: get rid of tinycolor2
2024-11-13 15:48:33 +05:00
Abdullah Atta
b3d6fd7f5b
web: import svg assets as url to exclude them from main bundle
2024-11-13 15:48:33 +05:00
Abdullah Atta
2d226db271
web: replace react-day-picker with custom built day picker
...
it uses `@rehookify/datepicker`
2024-11-13 15:48:33 +05:00
Abdullah Atta
ceebda5314
web: localize missing strings
2024-11-13 09:17:11 +05:00