Commit Graph

9667 Commits

Author SHA1 Message Date
Ammar Ahmed
229488eb29 mobile: fix tsc errors 2025-03-28 16:10:26 +05:00
Ammar Ahmed
b208a468c4 mobile: ui redesign 2025-03-28 16:10:25 +05:00
Abdullah Atta
8895f13c51 web: fix tests 2025-03-28 16:09:15 +05:00
Abdullah Atta
fb6f0a0c1e web: bump version to 3.1.0-beta.4 2025-03-28 16:09:15 +05:00
Abdullah Atta
8ee3249ecb web: close expanded nav pane on navigation 2025-03-28 16:09:15 +05:00
Abdullah Atta
7fdf5ca10f web: force list pane to be visible when reveal item in list is called 2025-03-28 16:09:15 +05:00
Abdullah Atta
286050b323 web: improve item flash animation when revealing item in list
this also fixes a potential memory leak due to event listener not unsubscribing
2025-03-28 16:09:15 +05:00
Abdullah Atta
fd5af6a8eb Revert "web: fix list pane not expanding (#7758)"
This reverts commit fd9db3605d.
2025-03-28 16:09:15 +05:00
Abdullah Atta
f431ccb45c web: fix active tab background 2025-03-28 16:09:15 +05:00
Abdullah Atta
fcd3728a83 web: fix Service worker did not respond. error 2025-03-28 16:09:15 +05:00
Abdullah Atta
da9eeea741 web: fix app not starting up on firefox 2025-03-28 16:09:15 +05:00
01zulfi
54edbc3f2e web: don't remove properties pane when editor is refocused (#7780)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:09:15 +05:00
Abdullah Atta
8972296445 web: replace shared worker with service worker for sqlite 2025-03-28 16:09:15 +05:00
01zulfi
3dddf995d0 web: collapse hovered navbar when item is clicked (#7771)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:09:15 +05:00
Abdullah Atta
d0197bf095 web: release v3.1.0-beta.3 2025-03-28 16:09:15 +05:00
Ammar Ahmed
6a34319455 web: cleanup 2025-03-28 16:09:15 +05:00
01zulfi
b65fcedf29 web: fix list pane not expanding (#7758)
* web: fix list pane not expanding
* when a nav item was clicked, list pane was removed entirely which made it difficult to re-open it, now when nav item is clicked we manually collapse, expand, or reset the list pane
* open list pane if 'reveal in list' is called
* open list pane if navigated to a different nav item

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>

* web: clicking on nav item should not collapse list pane
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>

* web: collapse hovered nav pane when notebook/tag item clicked
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>

---------

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:09:15 +05:00
01zulfi
9addf95c76 web: restore notebook crumbs (#7765)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:09:15 +05:00
Ammar Ahmed
55adcc906f web: bump version to 3.1.0-beta.2 for desktop and web 2025-03-28 16:09:15 +05:00
Abdullah Atta
f1f39f17da web: make editor note properties work like toc 2025-03-28 16:09:15 +05:00
Abdullah Atta
1dcb0a363c web: slightly improve add note button ui 2025-03-28 16:09:15 +05:00
Abdullah Atta
c6c6f62319 web: bump version to 3.1.0-beta.1 2025-03-28 16:09:15 +05:00
Abdullah Atta
5faf8378a2 desktop: set publish channel to beta for beta builds 2025-03-28 16:09:15 +05:00
Abdullah Atta
bcc7a6fb05 web: minor ui fixes 2025-03-28 16:09:15 +05:00
Abdullah Atta
a44650ee1a theme: fix button hover colors 2025-03-28 16:09:15 +05:00
Abdullah Atta
e734e87c14 web: make notesnook branding a bit smaller 2025-03-28 16:09:15 +05:00
Abdullah Atta
232dfad3ac web: minor ui changes and fixes 2025-03-28 16:09:15 +05:00
Abdullah Atta
f61c868eed web: fix theme not persisting 2025-03-28 16:09:15 +05:00
Abdullah Atta
8e211d65ce web: collapse sidebar on navigate if sidebar is temporarily expanded 2025-03-28 16:09:15 +05:00
Abdullah Atta
9a0d6fbbb4 desktop: explicitly deny geolocation permission to electron process 2025-03-28 16:09:15 +05:00
Abdullah Atta
9256aec1c9 web: fix scrollbar styling in sidebar 2025-03-28 16:09:15 +05:00
Abdullah Atta
2734965bce web: reset search on navigate 2025-03-28 16:09:15 +05:00
Abdullah Atta
453ccf0a89 web: fix expand sidebar button not working 2025-03-28 16:09:15 +05:00
Abdullah Atta
564e7190e8 web: always show "X" button if there is query in search input 2025-03-28 16:08:56 +05:00
Abdullah Atta
9c32fe9c2e web: bump version to 3.1.0-beta.0 2025-03-28 16:08:56 +05:00
Abdullah Atta
5a23223a85 web: use virtualized tree for rendering toc 2025-03-28 16:08:11 +05:00
Abdullah Atta
fa37d6cc25 web: add support for pre-expanding tree nodes on creation 2025-03-28 16:08:11 +05:00
Abdullah Atta
c52eb4608d web: do not collapse child nodes when collapsing parent 2025-03-28 16:08:11 +05:00
Abdullah Atta
c156defd57 web: fix all tests 2025-03-28 16:08:11 +05:00
Abdullah Atta
a0b4553344 global: update ui 2025-03-28 16:08:11 +05:00
01zulfi
c3080e9446 web: fix faulty useEffect
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:08:11 +05:00
01zulfi
c020b0ae7c web: refactor props for Tags component
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:08:11 +05:00
01zulfi
7802e4a530 web: separate component for tab items in sidebar
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:08:11 +05:00
01zulfi
9978532f57 web: new sidebar ui
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-03-28 16:08:11 +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
904c452cfe web: bump version to v3.0.32 2025-03-28 12:45:32 +05:00
Ammar Ahmed
fc9ee5bee1 mobile: release v3.0.34 2025-03-28 12:32:42 +05:00
01zulfi
d27595cfd9 web: pinned tab fixes (#7692)
* web: pinned tab fixes
* fix pinned tab not working after page reload
* fix note opening in new tab even if its tab is present when active note is pinned

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>

* web: fix focusing pinned tab after reloading app

---------

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
2025-03-27 16:00:50 +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