5914 Commits

Author SHA1 Message Date
Andelf
adf0680c00 fix(ci): force macos-11 0.5.2 2021-12-08 23:56:45 +08:00
Tienson Qin
cf795aeaef fix: add apple asc provider 2021-12-08 22:40:39 +08:00
Tienson Qin
52c109f4e9 chore: bump version 2021-12-08 21:27:13 +08:00
Charlie
c63f1f0d15 Enhance/left sidebar responsive (#3376)
* improve(ui): [WIP] refactor left sidebar component

* improve(ui): [WIP] refactor left sidebar component

* improve(ui): polish left sidebar for mobile

* improve(ui): polish left sidebar for mobile native

* fix: unnecessary stateful component

* improve(ui): tweak padding inner left sidebar

* fix(tests): update tests

* fix(ui): close left sidebar when create page on sm breakpoint

* improve(ui): tweak `--ls-left-sidebar-sm-width` to 70%

* fix(ui): overlap between left sidebar and toolbar right area on mobile
2021-12-08 21:13:57 +08:00
Andelf
a4c0f5d1c6 enhance(ui): refine repo dropdown and repo list 2021-12-08 19:55:50 +08:00
ahonn
c15079b281 fix: fixed copy block refs in complex nesting cases mobile-0.1.1 2021-12-08 13:13:43 +08:00
charlie
21a6ccff74 fix(mobile): offline tabler icons resources 2021-12-08 13:13:14 +08:00
Tienson Qin
6b19010b1a fix: android left sidebar blank space 2021-12-08 13:11:14 +08:00
Tienson Qin
b9fcfddab2 fix: android 10 file access 2021-12-08 13:04:04 +08:00
Tienson Qin
f983452997 fix: add android:requestLegacyExternalStorage 2021-12-08 12:33:23 +08:00
Tienson Qin
da10a02e1f chore: anonymous fn style mobile-0.1 2021-12-08 10:57:05 +08:00
Devon Zuegel
da81d3b636 enhance: color code SRS buttons & extract shortcut to tippy 2021-12-08 10:55:25 +08:00
Tienson Qin
7822848af8 chore: remove :block/title, :block/body and :block/unordered
For two reasons:

1. Reducing memory usage, both block/title and block/body are AST parsed
by Mldoc. After removing, logseq is able to handle 10k notes.

2. Simplify the db schema
2021-12-08 10:46:45 +08:00
ahonn
1ca2b3fc21 feat: keep indent after copy block refs
Fixes #3349
2021-12-08 10:45:32 +08:00
Charlie
9029c632ef Enhance/plugin apis (#3355)
* improve(plugin): support autoFocus option for main ui frame

* improve(plugin): make single selected block as current block

* improve(api): get selected blocks

* improve(plugin): support call built-in command from api

* fix(plugin): sanitize key of shortcut id

* improve(plugin): add invoke built-in command api &

* fix(editor): overwritten class of collapsed block

* improve(plugin): add `getStateFromStore` api

* chore: build libs core

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2021-12-08 10:43:58 +08:00
Tienson Qin
d9452bd739 enhance(mobile): fixed position of head-bar & mobile-bar (#3360)
enhance(mobile): fixed position of head-bar & mobile-bar
Co-authored-by: charlie <xyhp915@qq.com>
2021-12-07 13:40:47 +08:00
Tienson Qin
74c2606300 fix: update commands/action check 2021-12-07 13:27:50 +08:00
Tienson Qin
4270dbc755 fix: toggle favorite 2021-12-07 11:40:32 +08:00
Tienson Qin
fcf0f2cdfc chore: enable global shortcuts with the e argument 2021-12-07 11:27:53 +08:00
Devon Zuegel
d43be37b16 feat: add "add to favorites" to command palette 2021-12-07 11:25:22 +08:00
Andelf
96a449dc7e fix(ui): missing span in repo-name dropdown 2021-12-07 11:21:26 +08:00
Devon Zuegel
2d81ddcbde fix: make Continue? modals more consistent 2021-12-07 10:44:28 +08:00
Devon Zuegel
e4dd021559 fix: handle windows path in shorten-repo-name 2021-12-07 10:44:28 +08:00
Devon Zuegel
3bb867304d enhance: tidy up repo dropdown in sidebar 2021-12-07 10:44:28 +08:00
Andelf
b70afa4071 fix: add .svg to image ext 2021-12-07 10:41:22 +08:00
charlie
e138b02e64 fix(ui): close left sidebar when create new page on mobile platform 2021-12-06 17:02:29 +08:00
charlie
edbde26fcb fix(ui): not close left sidebar when create new page to pass e2e test 2021-12-06 17:02:29 +08:00
leizhe
ae7b373e98 fix(org): get right link href for file links
The following links should work well as external links in orgmode.
[[file:/Users/ll/Downloads/test.pdf]]
[[file:/Users/ll/Downloads/test.pdf][a pdf]]
2021-12-06 16:55:32 +08:00
Tienson Qin
baa75f3361 Merge pull request #3341 from andelf/enhance/encryption-ui
enhance(ui): handle encryption errors
2021-12-06 12:29:16 +08:00
Tienson Qin
8e2c449c6c Merge branch 'master' into enhance/encryption-ui 2021-12-06 12:29:05 +08:00
Tienson Qin
1539e0e806 fix: block ref style 2021-12-05 22:25:57 +08:00
Tienson Qin
d7c4392ecb perf: reduce start time from minutes to seconds for large graphs 2021-12-05 22:18:19 +08:00
Tienson Qin
117cc9f83d chore: bump datascript 2021-12-05 16:28:05 +08:00
Tienson Qin
097ad107c3 fix: don't access renderer's state in Electron 2021-12-05 15:27:49 +08:00
Tienson Qin
881e65a9fa mobile: separate filecontainer from filepicker 2021-12-05 14:57:59 +08:00
Andelf
fd6f6d033c fix: local graph should popup encryption dialog when re-index 2021-12-05 12:06:14 +08:00
Andelf
1b09821a65 fix: invalid toggle handler fn 2021-12-05 12:05:35 +08:00
Andelf
f5c9750c12 fix: do not ignore patterns in parent dir
Fixes #3310
2021-12-05 12:05:11 +08:00
Moritz Ulrich
d7759aeb79 Always add target of redirect-to-page! to 'Recent' list.
This change will put way more visited pages in the 'Recent' list, which (to me) feels better than the current behaviour.
2021-12-05 12:04:27 +08:00
Moritz Ulrich
60d3f1f60e follow-link-under-cursor!: Add page to 'Recent' list
This fixes #3325
2021-12-05 12:04:27 +08:00
Tienson Qin
d9938421c0 fix: settings blank when there's no graph yet 2021-12-05 12:02:56 +08:00
Tienson Qin
8f6a05acdf Merge pull request #3198 from logseq/mobile
Mobile APP
2021-12-05 11:42:34 +08:00
Tienson Qin
0d13f9f081 Merge branch 'master' into mobile 2021-12-05 11:39:58 +08:00
Andelf
e577797ef4 enhance(ui): handle encryption errors 2021-12-03 18:21:03 +08:00
leizhe
fffb33fea9 add readme 2021-12-03 18:12:27 +08:00
leizhe
88127640cd enhance(logbook): tweak logbook summary width 2021-12-02 18:48:38 +08:00
leizhe
79970a3e24 enhance(logbook): sort logbook 2021-12-02 18:33:04 +08:00
leizhe
ab0e5fec0a enhance(logbook): more polishment 2021-12-02 18:18:05 +08:00
leizhe
00bc4961af enhance(logbook): show clocking data in table 2021-12-02 15:41:35 +08:00
leizhe
4bceb7a9da enhance(mobile): make logbook scrollable 2021-12-02 12:03:32 +08:00