Commit Graph

12353 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
376d97f7c6 fix: enable pointer events on shape labels 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
5ddc003939 fix: remove unused import 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
2665ceda33 chore: add group icons 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
c0d1060c74 fix: shortcuts padding 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
f49f1391c1 fix: zoom labels 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
87427dfa3d chore: add focus to context menu 2022-12-28 12:19:22 +08:00
Konstantinos Kaloutas
05010d1c00 fix: redirect to whiteboard on edit 2022-12-28 12:19:22 +08:00
sosuisen
ac1b535444 fix: add Japanese translation for new shortcuts and menus 2022-12-26 18:32:53 +08:00
rcmerci
1515b2982c Merge pull request #7779 from logseq/enhance/replace-distinct-by
enhance: replace util/distinct-by
2022-12-26 15:59:52 +08:00
rcmerci
b4a5589857 add pre check for distinct-by-last-wins 2022-12-26 15:50:21 +08:00
rcmerci
1790223ed6 copy distinct-by to graph-parser 2022-12-26 15:50:21 +08:00
rcmerci
db7975d09f enhance: also replace distinct-by in deps/graph-parser & electron/search 2022-12-26 15:50:21 +08:00
rcmerci
fa0a03263d fix: distinct-by: convert col to seq first 2022-12-26 15:50:21 +08:00
rcmerci
c4f3e44be1 enhance: replace util/distinct-by 2022-12-26 15:50:21 +08:00
charlie
d188e28427 fix(editor): move caret logic for the block right-boundary in the journals list 2022-12-26 12:20:30 +08:00
charlie
db284f1132 chore: build libs 2022-12-26 12:10:23 +08:00
charlie
316ac6afd9 improve(apis): events data for injected ui 2022-12-26 12:10:23 +08:00
Bad3r
a55b73f296 fix: update confirm-search wording
Changed the wording on the checkbox. The previous wording looked wrong and it sounded like an action will be taken by checking the box.
2022-12-23 17:02:12 +08:00
charlie
488d376262 fix(plugin): correct parameters of datascript query api 2022-12-22 21:14:36 +08:00
gut4
602f2da04e Enable file sharing on iOS 2022-12-22 17:08:55 +08:00
Konstantinos Kaloutas
6eee0e1afd fix: unresolved symbol 2022-12-22 12:48:08 +08:00
Konstantinos Kaloutas
4213a417f4 fix: remove unused namespace 2022-12-22 12:48:08 +08:00
Konstantinos Kaloutas
2800b3b703 fix: remove unused namespace 2022-12-22 12:48:08 +08:00
Tienson Qin
3a0fa79611 fix: can't switch between modals by shortcuts 2022-12-22 12:48:08 +08:00
Gabriel Horner
b6abd05a97 Fix inconsistent page links for web/publishing
When coming from search, page links were capitalized but most everywhere else
page links were lower case. This fix consistently enforces lower case
2022-12-22 12:47:33 +08:00
Junyi Du
2b81378ba2 chore: fix lint error on colons-org 2022-12-21 10:00:22 -05:00
glippi
7249651345 Fix format property reference when org mode 2022-12-21 10:00:22 -05:00
rcmerci
31e6c2c2df fix lint 2022-12-20 17:22:52 -05:00
rcmerci
5287c24cf2 add testcase for get-block-children-ids-in-db 2022-12-20 17:22:52 -05:00
rcmerci
838ac93b69 enhance: validate outliner data when get-block-children-ids 2022-12-20 17:22:52 -05:00
Guy Pursey
6618c1228d Fix: query table sorting (#7751)
* test: sorting for mixed type block properties

* test: edited integer sorting test

Wanted to ensure it included a case where the sorting would
behave different if the numbers were coerced to strings.

In that case, "77" would precede "8" whereas for integer sorting
we want "8" to precede "77".

Renamed `:rating` to `:integer` to reflect this new scenario.

* test: new decimal number test

* test: query table sort semver-style string block properties

* test: query table sort positive and negative integers

* fix: replace separate sort strategies with natural sorting strategy

* fix: comparing only numbers in query table sort

* test: consolidate query table sort integer tests

* format: removed line breaks and consolidated small comparison lines to pass large-vars lint

* Tweaks to PR

- use reader literal for js
- Bring back readability to test, each case should have whitespace
  between it. Split up deftest at a natural spot as deftest exceeds
  reasonable size of a large var

Co-authored-by: Junyi Du <junyidu.cn@gmail.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-12-20 17:02:03 -05:00
queeup
2454360fe9 i18n: update Turkish translation 2022-12-21 00:44:54 +08:00
Andelf
0c4198c824 chore: bump version 0.8.14 0.8.14 2022-12-20 21:41:13 +08:00
Konstantinos Kaloutas
ccca56efd9 fix: button display 2022-12-20 21:40:11 +08:00
Tienson Qin
ae77281f47 fix: temporal validation for the current graph's config
related to #7794, #7795
2022-12-20 20:27:23 +08:00
Tienson Qin
3f01f66214 fix: linked References Filter Empty
close #7788
2022-12-20 18:41:39 +08:00
Tienson Qin
542137047c fix: UI not updated after code changes 2022-12-20 14:57:20 +08:00
Tienson Qin
10704da424 fix: file content cleared when onblur 2022-12-20 10:53:21 +08:00
Gabriel Horner
396c42c9c5 Fix wording for #7555 0.8.13 2022-12-19 12:43:59 -05:00
Peng Xiao
0a2737782b fix: pencil issue when drawing quickly (#7781)
* fix: pencil issue when drawing quickly

* fix: fix touch callout in iOS
2022-12-20 01:25:22 +08:00
Tienson Qin
83095deeca fix: add externs for hickory 2022-12-20 01:12:25 +08:00
Tienson Qin
6c5caf9d8a fix: get-page-format should always returns a keyword 2022-12-20 00:04:13 +08:00
Tienson Qin
81d4960315 fix: block Reference only return the first level of data
close #7633
2022-12-19 22:30:57 +08:00
Andelf
86b9cdfce7 chore(build): use token from ci env for sentry and posthog (#7777) 2022-12-19 22:20:50 +08:00
Peng Xiao
effe00f791 fix: magnifier issue on iOS (#7778)
fix: magnifier issue on iOS
2022-12-19 22:16:02 +08:00
Konstantinos
92f48050f4 Fix: Arrow label and indicator (#7746)
* fix: label focused state

* fix: remove bounds check on double click

* fix: remove label mask from arrow indicator

* fix: label focused state

* fix: remove bounds check on double click

* fix: remove label mask from arrow indicator

* fix: dom validation warning

* fix: hide indicators while editing

* fix: tweak padding of arrow label

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-12-19 21:56:42 +08:00
Peng Xiao
54fb5effef fix: pasting group shape issue 2022-12-19 20:46:44 +08:00
Peng Xiao
d6bd4956cb perf: optimize getShapeById 2022-12-19 20:46:44 +08:00
Charlie
020317911f Enhance/plugin APIs (#7555)
* feat: WIP native cli command support

* Add :shell/command-whitelist option

* Integrate cli to code block

* Add :code-block/command-whitelist option

* fix: size of icon

* improve(shell): cache user shell whitelist on application configures file

* improve(electron): promisify run cli command

* chore(libs): update version

* fix(plugin): incorrect payload of pdf highlights section hook

* improve(plugin): block renderer with specific block uuid

* improve(plugin): expose logger for user lib

* improve(plugin): block hooks type

* improve(plugin): block slot hook with specific block

* improve(plugin): auto generate key for provide UI options

* improve(plugin): style of injected ui container

* improve(plugin): types

* improve(plugin): async messaging api from host to plugin

* improve(plugin): add types

* improve(apis): get external plugin metadata

* improve(apis): invoke external plugin impls

* improve(apis): call external plugin impls for simple commands

* enhance(apis): datascript query api for predicate inputs

* enhance(apis): datascript query api for predicate inputs

* fix(apis): redundant args of datascript query api

* enhance(plugins): position of float ui container

* enhance(plugins): style of setting options

* enhance(plugins): layouts data for float ui

* chore(plugins): update CHANGELOG.md

* improve(apis): add types

* chore: fix some inclusive terms

* improve(apis): types

* chore(plugins): update CHANGELOG.md

* chore(plugins): build libs

* chore: update CHANGELOG.md

* chore: remove experiemental alda integration

* fix(lint): remove unused methods

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Andelf <andelf@gmail.com>
2022-12-19 20:23:25 +08:00
xxchan
dfe1d65f31 redirect feedback 2022-12-19 17:30:45 +08:00