Commit Graph

13242 Commits

Author SHA1 Message Date
Ammar Ahmed
04ae0eec97 mobile: fix various bugs 2025-04-09 12:03:14 +05:00
Ammar Ahmed
35f7d06b27 mobile: refactor and fix bugs 2025-04-09 12:03:14 +05:00
Ammar Ahmed
6beb4410c9 mobile: improve app launch perf 2025-04-09 12:03:14 +05:00
Ammar Ahmed
e955707daf mobile: refactor some sheets into screens 2025-04-09 12:03:14 +05:00
Ammar Ahmed
cd81aa6708 mobile: add test-id 2025-04-09 12:03:14 +05:00
Ammar Ahmed
2d3bc310ce mobile: refactor 2025-04-09 12:03:14 +05:00
Ammar Ahmed
5a974361d6 mobile: use custom cache key for persist store 2025-04-09 12:03:14 +05:00
Ammar Ahmed
42e1259587 mobile: minor refactor 2025-04-09 12:03:14 +05:00
Ammar Ahmed
7d61f9edc4 mobile: refactor 2025-04-09 12:03:14 +05:00
Ammar Ahmed
87b8b4cd27 mobile: refactor 2025-04-09 12:03:14 +05:00
Ammar Ahmed
04703919a1 mobile: fix moving and updating notebooks 2025-04-09 12:03:14 +05:00
Ammar Ahmed
44417069f4 mobile: small ui improvements and perf fixes 2025-04-09 12:03:14 +05:00
Ammar Ahmed
acaa8dbd6b mobile: make skip login work properly 2025-04-09 12:03:14 +05:00
Ammar Ahmed
156540dd29 mobile: more fixes 2025-04-09 12:03:14 +05:00
Ammar Ahmed
99d3902f70 mobile: fix selected item ui 2025-04-09 12:03:14 +05:00
Ammar Ahmed
271fa53890 mobile: fix bugs 2025-04-09 12:03:13 +05:00
Ammar Ahmed
0a496a96fa mobile: fix missing delete button in trash 2025-04-09 12:03:13 +05:00
Ammar Ahmed
19d8eaae47 mobile: fix pro button 2025-04-09 12:03:13 +05:00
Ammar Ahmed
b4275bf116 mobile: enable testing in debug build 2025-04-09 12:03:13 +05:00
Ammar Ahmed
a9fbf7ddd8 mobile: enable debug tests 2025-04-09 12:03:13 +05:00
Ammar Ahmed
ddd1772dc3 mobile: cleanup 2025-04-09 12:03:13 +05:00
Ammar Ahmed
ce780fb897 mobile: fix error set state in render 2025-04-09 12:03:13 +05:00
Ammar Ahmed
c7c173e262 mobile: add pro button in side-menu 2025-04-09 12:03:13 +05:00
Ammar Ahmed
97913ccc48 mobile: fix sidemenu padding top 2025-04-09 12:03:13 +05:00
Ammar Ahmed
5dfbcf6daf mobile: fix minor bugs 2025-04-09 12:03:13 +05:00
Ammar Ahmed
3af074db65 mobile: fix typo 2025-04-09 12:03:13 +05:00
Ammar Ahmed
3566a3072f mobile: make all e2e tests pass 2025-04-09 12:03:13 +05:00
Ammar Ahmed
f0a605107d mobile: minor cleanup 2025-04-09 12:03:13 +05:00
Ammar Ahmed
9fe3af8563 mobile: finalize sidebar and list revamp 2025-04-09 12:03:13 +05:00
Ammar Ahmed
dd80594594 mobile: refactor goToPage 2025-04-09 12:03:13 +05:00
Ammar Ahmed
2df852f1b8 mobile: fix tsc errors 2025-04-09 12:03:13 +05:00
Ammar Ahmed
04e452e3fb mobile: ui redesign 2025-04-09 12:03:13 +05:00
Abdullah Atta
492413673b web: fix tests 2025-04-09 12:03:12 +05:00
Abdullah Atta
0e82a8755b web: bump version to 3.1.0-beta.4 2025-04-09 12:03:12 +05:00
Abdullah Atta
c598a6c779 web: close expanded nav pane on navigation 2025-04-09 12:03:12 +05:00
Abdullah Atta
846e28553d web: force list pane to be visible when reveal item in list is called 2025-04-09 12:03:12 +05:00
Abdullah Atta
694b564172 web: improve item flash animation when revealing item in list
this also fixes a potential memory leak due to event listener not unsubscribing
2025-04-09 12:03:12 +05:00
Abdullah Atta
42ea9f7280 Revert "web: fix list pane not expanding (#7758)"
This reverts commit fd9db3605d.
2025-04-09 12:03:12 +05:00
Abdullah Atta
7555df5b50 web: fix active tab background 2025-04-09 12:03:12 +05:00
Abdullah Atta
f8b73bace6 web: fix Service worker did not respond. error 2025-04-09 12:03:12 +05:00
Abdullah Atta
31d164aa97 web: fix app not starting up on firefox 2025-04-09 12:03:12 +05:00
01zulfi
86d229aa5f web: don't remove properties pane when editor is refocused (#7780)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-04-09 12:03:12 +05:00
Abdullah Atta
d87c94595f intl: update strings 2025-04-09 12:03:12 +05:00
Abdullah Atta
cffc12fde5 web: replace shared worker with service worker for sqlite 2025-04-09 12:03:12 +05:00
01zulfi
1639178ca9 web: collapse hovered navbar when item is clicked (#7771)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-04-09 12:03:12 +05:00
Abdullah Atta
d81950352b web: release v3.1.0-beta.3 2025-04-09 12:03:12 +05:00
Ammar Ahmed
748d0e2fe3 web: cleanup 2025-04-09 12:03:12 +05:00
01zulfi
5a50b7f576 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-04-09 12:03:12 +05:00
01zulfi
b9dba85a57 web: restore notebook crumbs (#7765)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2025-04-09 12:03:12 +05:00
Ammar Ahmed
49054256c7 web: bump version to 3.1.0-beta.2 for desktop and web 2025-04-09 12:03:12 +05:00