Commit Graph

7203 Commits

Author SHA1 Message Date
Ben
657d83e4ae Apple feedback to query_react 2023-01-07 02:49:07 -05:00
Darwis
6b750b832e resolve into :db/id instead of uuid 2023-01-07 02:49:07 -05:00
Gabriel Horner
fee656b4f9 add new query input :current-block-uuid, :parent-block-uuid, nd-before-ms, nd-after-ms 2023-01-07 02:49:07 -05:00
rcmerci
47d5b40e0f fix(sync): sync immediately when android app switching to background 2023-01-06 22:16:55 +08:00
rcmerci
f73e79857e fix <sync-local->remote-all-files! return value 2023-01-06 20:28:13 +08:00
rcmerci
cb25be08b4 sync background task for android 2023-01-06 20:28:13 +08:00
rcmerci
03df32665d fix: resp body maybe not json 2023-01-06 20:28:13 +08:00
rcmerci
c8b3afdc5a fix(sync): check get-local-files-checksum return nil 2023-01-06 20:28:13 +08:00
rcmerci
42bdcbfec3 rename origin-txid to *txid-for-get-deletion-log 2023-01-06 20:28:13 +08:00
rcmerci
b422edd3d2 fix(sync): rename multiple files 2023-01-06 20:28:13 +08:00
rcmerci
9f273c951e fix(sync): update local-txid 2023-01-06 20:28:13 +08:00
charlie
9aa626dcf3 improve(plugin): filter hooks of db block changes for performance 2023-01-05 20:59:42 +08:00
charlie
a80a64dfdf fix(mobile): wrong behavior when backspace with line-head text selection for ios 2023-01-05 19:43:57 +08:00
Charlie
675811ccde Enhance/plugins (#8202)
* improve(plugins): install hooks with user options

* improve(plugin): remove todos

* improve(plugin): hook for a specific plugin

* e2e tests

* improve(ui): global search bar for the results from the custom search service
2023-01-05 19:30:41 +08:00
Konstantinos Kaloutas
121e1ebe15 fix: adjust scale select on mobile 2023-01-05 19:27:59 +08:00
Tienson Qin
96edca8dc0 chore: set max notice blocks changes length to 1000 2023-01-05 19:25:04 +08:00
Tienson Qin
4b6004f9d5 fix: move group-by out and limit notify blocks' length 2023-01-05 19:25:04 +08:00
Junyi Du
9820db95e2 fix: capture open-url failure 2023-01-05 13:04:27 +08:00
charlie
c62c7d0ee8 improve(ui): remove warning of macro renderer slot for mobile 2023-01-05 12:50:53 +08:00
Gabriel Horner
d8592faaef Tweak docstring wording from previous commit /cc @situ2001 2023-01-04 17:00:49 -05:00
situ2001
07d959bb39 Chore: Document components related to hide page-preview itself when hovered hierarchy ref in the preview (#8198)
* fix(hierarchy): do not hide page-preview itself when hovered hierarchy ref in the preview

* docs: add docs for `page-cp`

* docs: add docs for `page-reference`

* docs: add quotation mark

Co-authored-by: Bad3r <bad3r@protonmail.com>
2023-01-04 17:00:07 -05:00
rcmerci
ea71240a4f enhance: add login fn for e2e test (#8214)
* enhance: add login fn for e2e test
* expose login-with-username-password-e2e fn to js/window
* export login-with-username-password-e2e
* require sha256&hmac
* update login-with-username-password-e2e
2023-01-04 23:12:11 +08:00
Tienson Qin
84889f59e4 enhance(api): no need to pass isPageBlock for api/insert_block (#8176)
* enhance(api): no need to pass `isPageBlock` for api/insert_block

Also, Logseq should create a new page if it doesn't exist.

* Add search to plugins api
2023-01-04 21:59:14 +08:00
charlie
86b5c9dc77 improve(ux): add delete option for blocks context menu 2023-01-04 10:13:41 +08:00
Giuseppe D'Andrea
8fda23d2ea enhance: namespace pages in page preview header (#6405)
* enhance: jump to namespace page in page preview header

* fix: hovering the mouse over namespace pages in the page preview header

* fix: code style

* enhance: use `split-namespace-pages` to get namespace pages

* Use var to better control ns feature

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-01-03 17:20:20 -05:00
Gabriel Horner
2f91565127 Tweak wording of http server error messages 2023-01-03 14:04:32 -05:00
ksqsf
b6946a9169 ehhancement: Prevent Ctrl+A from selecting the whole document (#7177)
* enhance: make the right sidebar non-selectable

* enhance: make page references non-selectable

* enhance: make the "Create" button non-selectable

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-01-03 09:51:41 -05:00
Phoenix Eliot
ed2568a0f2 Rotate undo/redo button icons
Also removed unused "true" argument on undo/redo buttons
2023-01-03 15:57:03 +08:00
Tienson Qin
f5e37091dd fix: save code block resets cursor position
close #7816
2023-01-02 11:30:35 +08:00
Andelf
6fa862a954 fix(perf): faster kebab-case to camel-case conversion 2023-01-02 11:24:21 +08:00
Yue Yang
dca90ed768 style: center content in search items 2023-01-01 19:06:54 +08:00
Andelf
94d75b80bc fix(editor): avoid select-all while editing title 2022-12-30 16:26:16 +08:00
rcmerci
7c76dcb2cf enhance(sync): reduce ws ping messages 2022-12-30 15:29:03 +08:00
Tienson Qin
adcfc09f0e fix: remove repeated icon 2022-12-30 01:09:05 +08:00
Tienson Qin
2231919273 fix: set default http server host to 127.0.0.1 2022-12-29 23:37:12 +08:00
Tienson Qin
c2a4e55f02 enhance: use /api instead of /api-invoker 2022-12-29 23:16:12 +08:00
Andelf
7fd33b5971 chore(release): bump version 0.8.15
Related #8152
2022-12-29 22:51:11 +08:00
Charlie
51aaa02e76 Feat: APIs http server (#7699)
http server
2022-12-29 22:30:44 +08:00
Tienson Qin
1206d54c86 feat: mod+a to select parent up to the whole page (#7803)
mod+a to select parent up to the whole page
2022-12-29 22:29:26 +08:00
Tienson Qin
755aeb5d22 fix: skip saving files if those files were just deleted from db (#8151)
* fix: skip saving files if those files were just deleted from db
* fix: transact deleted files during parsing need to be handled too
2022-12-29 22:22:52 +08:00
Tienson Qin
74bc7c69cb fix: set min width for modal 2022-12-29 21:35:09 +08:00
sosuisen
1cee6f46af fix: added several internationalizations to the right-click menu 2022-12-29 21:32:57 +08:00
charlie
3411af57fd fix(ui): consistent style for image container 2022-12-29 21:04:32 +08:00
charlie
b392af2dfc fix(ui): polish icon size of the mobile footbar #7769 2022-12-29 21:04:32 +08:00
Andelf
5b25641785 fix(rsapi): add fname unicode normalization 2022-12-29 20:43:33 +08:00
rcmerci
bbfaefac5b fix(fs): normalize path when readdir 2022-12-29 19:18:22 +08:00
situ2001
df7e32a3bb fix: full search result should not be only displayed on electron app 2022-12-29 18:33:48 +08:00
Bad3r
fb4952d3fc enhancement: change page/version-history wording
Change the wording from `Check page history` to `view page history`. 
This is more inline with similar tools and feels more natural.
2022-12-29 11:35:26 +08:00
rcmerci
cd79319ba8 make un-memoized version electron? private 2022-12-28 13:27:22 +08:00
rcmerci
54ec7711f4 enhance: memoize electron?, mobile?, etc 2022-12-28 13:27:22 +08:00