Commit Graph

10543 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
1eb94092f0 style: run prettier 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
121e1ebe15 fix: adjust scale select on mobile 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
d988ba3e8b fix: potential overflow issue 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
f1ba9342d2 fix: potential zoom validation issue 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
e03d48d844 fix: mobile tap 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
7e54812756 fix: e2e tests 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
21988d3df9 fix: mobile tap on quick search items 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
c006ac3588 fix: e2e tests 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
1bcf8db3b7 enhance: test stability 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
21ddb7e0d6 feat: add scale option to pencil and highlighter 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
c33fc8a60e fix: prevent multiple context menus 2023-01-05 19:27:59 +08:00
Konstantinos Kaloutas
fbda779931 fix: zoom to selection wording 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
situ2001
2657f5a2f1 fix(e2e): should not wait for selector when there is no onboarding button 2023-01-05 11:53:10 +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
Bad3r
a2bb85331e fix: do not link to a specific cljfmt version docs
the link https://cljdoc.org/d/cljfmt/ will always load the most up to date documentation of cljfmt. 
It should be used instead of a specific version number
2023-01-04 12:53:41 -05:00
Gabriel Horner
4eec463cbb Tweaks to PR
- Move auto-formatting down as it's not as important as other sections
- Reword to have focus be on auto-formatting and less so on cljfmt
2023-01-04 12:38:40 -05:00
Phoenix Eliot
133028c043 Update per CR feedback 2023-01-04 12:37:27 -05:00
Phoenix Eliot
83a7beea3a Add note about auto-formatting 2023-01-04 12:37:27 -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
Bad3r
1444d2600f enhance(docs): add a table containing all current lables and their descriptions 2023-01-04 13:57:59 +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
Bad3r
bb419312c5 fix(stale-issues.yml): add awaiting-repose step
Somehow, an older version of the config was merged into master. This should be updated to allow the awaiting response task to run and fix the print statements.
2022-12-31 15:03:01 +08:00
dependabot[bot]
dd581b6961 chore(deps): bump json5 from 2.2.1 to 2.2.2 in /tldraw
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-30 17:42:17 +08:00