Commit Graph

11720 Commits

Author SHA1 Message Date
Mikhail Smelov
c67c4aa3c8 fix
Signed-off-by: Mikhail Smelov <32079260+maxboy05@users.noreply.github.com>
2023-06-09 09:31:25 -04:00
Mikhail Smelov
22a302d9e0 Added 22 entries 2023-06-09 09:31:25 -04:00
Mikhail Smelov
1f82b0e390 Enhance: Improve Russian (ru) translations 2023-06-09 09:31:25 -04:00
Konstantinos Kaloutas
5d696b22b8 update loading translation 2023-06-09 14:14:29 +03:00
Konstantinos Kaloutas
0af72a85a4 fix: linter warning 2023-06-09 14:11:39 +03:00
Konstantinos Kaloutas
3bcd6ac585 fix: typo 2023-06-09 14:07:31 +03:00
Konstantinos Kaloutas
135e3228b6 fix: translations 2023-06-09 13:54:32 +03:00
Gabriel Horner
c45f066cf9 Merge pull request #9430 from logseq/enhance/keymaps-manager-x
enhance(ux): keymap manager for plugins
2023-06-08 13:25:41 -04:00
Gabriel Horner
53612c5646 Merge branch 'master' into enhance/keymaps-manager-x 2023-06-08 12:07:45 -04:00
Gabriel Horner
57c3253761 Test another paste scenario and some refactor
Split up fairly long fn and comment understand cases
2023-06-08 11:55:30 -04:00
Gabriel Horner
26dfa792ff Fix formatted link pasting for special links - close #8981 2023-06-08 11:55:30 -04:00
Konstantinos Kaloutas
300cf56f50 enhance: bullet click 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
b1d531f799 chore: add tests 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
a5ca6671d4 fix: drag page ref name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
f11d3acf42 fix name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
4f0e8fffe3 revert unneeded naming change 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
1443c2eb97 fix: new page name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
a41bc3d9a1 fix: new whiteboard original name 2023-06-08 10:10:24 -04:00
Konstantinos Kaloutas
d13ba8d9e7 chore: refactoring 2023-06-08 16:59:09 +03:00
John Doe
c6ae7b6ad4 enhance: Improve UK (Ukrainian) translation (#9494)
* main/frontend/dicts/uk: add new elements

* resources/dicts/uk: remove wrong bracket
2023-06-08 14:53:13 +08:00
Charlie
39297d5d1f Merge branch 'master' into enhance/keymaps-manager-x 2023-06-08 10:33:46 +08:00
Gabriel Horner
480429ad23 Fix alias not included in published subgraph
Fixes #4143
2023-06-07 13:47:29 +08:00
John Doe
9fcaebf70d enhance: convert hardcoded strings in the UI to be translatable (#9588)
* add some missing strings to en dict

* main/frontend/components/search: fix wrong title

* update namespaces according to file names

* update missing title with new namespace

* Revert translating developer logging

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-06-06 17:58:54 -04:00
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
charlie
f1ba83bc37 Merge branch 'master' into enhance/keymaps-manager-x 2023-06-05 11:41:44 +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