Commit Graph

11616 Commits

Author SHA1 Message Date
Gabriel Horner
c3aa16de3e Fix query functions not working when in page view 2023-06-06 22:12:08 +08:00
Gabriel Horner
e2214b9963 Add tests for function macro
Split out macros ns that it can be tested. Merged in handler ns as it is
only used for the function macro
2023-06-06 22:12:08 +08:00
Gabriel Horner
064132954c Fix query table functions not evaluating 2023-06-06 22:12:08 +08:00
Konstantinos Kaloutas
22ebc1d5ab fix: whiteboards export 2023-06-06 10:03:40 -04:00
dependabot[bot]
498abf568c chore(deps-dev): bump vite from 3.2.4 to 3.2.7 in /tldraw (#9593)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.4 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 17:37:08 +08:00
David Laing
a88e03b50d Bump dependency dugite from 1.8.0 to 2.5.0 (#9579)
* Bump dependency dugite from 1.8.0 to 2.5.0

Addresses #9534 related to `warning: Empty last update token` errors being thrown on Mac OS

---------

Co-authored-by: Andelf <andelf@gmail.com>
2023-06-06 17:23:45 +08:00
Junyi Du
b952e2992f test(e2e): improve search modal e2e stability 2 2023-06-05 16:58:56 -04:00
Junyi Du
6b0ad475f8 test(e2e): improve search modal e2e stability 2023-06-05 16:58:56 -04:00
Junyi Du
8cbee20431 test(e2e): avoid identifier string collide with random generated string 2023-06-05 16:58:56 -04:00
Junyi Du
0d88792eb4 test(e2e): renaming between cases 2023-06-05 16:58:56 -04:00
situ2001
66239e3fb6 fix: pages-to-remove-set should be also a set 2023-06-05 16:58:56 -04:00
situ2001
d20b662118 fix: should update title indices after changing only :block/origin-name 2023-06-05 16:58:56 -04:00
Bryan Lee
5c9907227b Use page-cp component in tagged-pages 2023-06-05 15:45:09 -04:00
Gabriel Horner
a1fb1cfab6 Merge pull request #9576 from Bad3r/chore/update-non-en-dicts
chore: remove false positive translations a.k.a. EN definitions in non EN dicts
2023-06-05 14:03:33 -04:00
Gabriel Horner
1765ecfb02 Fix duplicates that were caught by linter
Also undo removals in this PR of translations that were being used.
Also changed :misc/copy translation since it didn't have a meaningful
description
2023-06-05 14:00:11 -04:00
Gabriel Horner
2d60d95bc5 Update lang validation to detect duplicates
There are still a few to remove.
Remove lang:duplicates as it's now included in the linter
2023-06-05 11:09:35 -04:00
Andelf
13102bb9f7 fix(ios): watcher rel path handling 2023-06-05 19:19:01 +08:00
Bad3r
a293baf5c4 dev(e2e): Log and ignore net errors (#9559) 2023-06-05 01:16:20 +08:00
Junyi Du
ccb626597d chore: Update bug_report.yaml to reassure no question (#9572) 2023-06-03 19:51:54 +08:00
Bad3r
68a339c227 Merge branch 'master' into chore/update-non-en-dicts 2023-06-03 02:24:25 -04:00
Bad3r
f53abb8fb3 chore: remove EN definitions in non EN dicts 2023-06-03 01:43:24 -04:00
Bad3r
9cb3fa2875 enhance: add tooltip hint for prefered-file-paste (#9564)
* enhance: add tooltip hint for prefered-file-paste

* Revert dict changes

This reverts commit 65cf1ee1b7.
2023-06-02 19:53:29 -04:00
Gabriel Horner
f8780a910c Update valid dicts lint and delete an unused key 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas
1a59dc184f fix: add whitespace 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas
fbf365ceff enhance: support whiteboard translations 2023-06-02 17:06:12 -04:00
Konstantinos Kaloutas
776495d187 fix: e2e tests 2023-06-02 15:45:10 -04:00
Konstantinos Kaloutas
6aed9edf3a enhance: naming 2023-06-02 15:45:10 -04:00
Konstantinos Kaloutas
960f324972 enhance: auto pan 2023-06-02 15:45:10 -04:00
Gabriel Horner
4c2e61cbd3 Remove deprecated :editor/command-trigger option
This option has been deprecated for a couple months
2023-06-02 11:49:08 -04:00
Konstantinos Kaloutas
6e101a8fbf fix: endless loop 2023-06-01 09:57:21 -04:00
Konstantinos Kaloutas
0a91115f03 fix: remove unneeded persist 2023-06-01 09:57:21 -04:00
situ2001
235c9fbb58 fix(editor): handle backspace when at beginning of line in embed page/block (#8421)
* fix(editor): handle backspace when pos is 0 on embed page

* fix(editor): embed block should also be handled

* fix(editor): handle backspace when pos is 0 on embed page

* fix(editor): embed block should also be handled

* refactor(editor): reduce repeated code

* Add tests for deleting block with backspace

Also replace get-prev-block-non-collapsed-in-embed which
isn't being used enough to merit another copy and paste

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-05-31 15:37:39 -04:00
Konstantinos
521502ac8f Fix (Whiteboards): Onboarding triggered on existing whiteboard (#9543)
* fix: onboarding whiteboard predicate

* fix: wording

* fix: onboarding trigger

* fix: wording
2023-05-31 10:18:07 -04:00
hasecilu
b9e1d4c019 Update Spanish translation 2023-05-31 10:01:08 -04:00
Lina²
f9224a53f1 menu item for toggling theme in published graphs (#9528) 2023-05-30 12:19:41 -04:00
Gabriel Horner
f5771d293f Update doc missed in #9516 2023-05-30 11:58:41 -04:00
Konstantinos Kaloutas
d221b07c4a style: fix indentation 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
2e9cd3a1f2 fix: color format warning 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
c87377fb9d fix: allow-presentation iframe error 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
ede076a501 fix: invalid DOM property for 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
a114f0547f fix: interact.js touch-action warning 2023-05-30 11:53:22 -04:00
Konstantinos Kaloutas
7b70937397 fix: did-remount deprecation 2023-05-30 11:53:22 -04:00
Tienson Qin
7a3f849d3c Merge pull request #9442 from logseq/feat/integrated-title-bar
Feat: Integrated title bar for Windows and Linux [minor change]
2023-05-30 16:10:47 +08:00
Tienson Qin
ce11a51657 Merge branch 'master' into feat/integrated-title-bar 2023-05-30 16:10:22 +08:00
Charlie
66bac62a90 enhance(e2e): add e2e tests for the logseq APIs (#9512)
* improve(e2e): tests for logseq apis
2023-05-30 16:08:45 +08:00
Konstantinos Kaloutas
562fd739b0 chore: add fluxbox to desktop build 2023-05-30 10:18:43 +03:00
Konstantinos Kaloutas
2cfa46cecb Merge branch 'master' into feat/integrated-title-bar 2023-05-30 10:14:35 +03:00
Gabriel Horner
5f44d9bdf2 Cleanup remaining clj(s) resources
* Move template files into a more organized resources templates dir
  except for zotero-items.edn which isn't a template
* Remove unused favorites templates
* Move grammar file which should be in a resource path and not a
  standard source path
2023-05-30 15:07:30 +08:00
Giuseppe D'Andrea
4c0583ce27 fix: delete selected text at the beginning 2023-05-30 12:35:38 +08:00
Giuseppe D'Andrea
be9654da94 enhance: delete selected text when pressing enter 2023-05-30 12:35:38 +08:00