Tienson Qin
95675269bc
fix: transaction
2023-05-22 22:15:11 +08:00
Tienson Qin
ea019bcad5
fix: broken block ref when backspace/delete a block
2023-05-22 22:15:11 +08:00
Giuseppe D'Andrea
8a0a41ccb8
enhance: calculator command on a non-blank line
2023-05-22 15:13:06 +08:00
Andelf
c2f280cf44
chore(mobile): drop support for ios 13
2023-05-22 13:14:08 +08:00
Gabriel Horner
51a23934a4
Fix parse-graph not ignoring correctly for relative dir
...
parse-graph now returns absolute file paths
2023-05-19 21:49:58 -04:00
Michele
585efd1a64
Update it.cljc
2023-05-19 09:26:26 -04:00
hasecilu
7eddfd2547
Update Spanish translations with new format
2023-05-19 09:25:36 -04:00
Gabriel Horner
f48884aa8c
Merge pull request #9383 from avelino/avelino/split-language-dict
...
enhance: split language translations into one file per language
2023-05-18 19:33:25 -04:00
Gabriel Horner
514b5faf6e
Refactor and simplify dicts
...
- frontend.dicts encapsulates dicts behavior for all other namespaces
- Each dict ns only has one var which prepares us
- No longer need shortcut.dicts
- Fix remaining lints that were broken
- Also bring back frontend.dicts
- Update guide
- Add a false binding to :editor/toggle-undo-redo-mode which throws a
needless warning
2023-05-18 18:13:50 -04:00
Gabriel Horner
0434a2b7f8
Fix app not loading correctly and most CI failures
...
-Most frontend.modules.shortcut.core requires shouldn't have been
changed
- Revert back pt-BR and ru langs which had changes caught by bb lang:list
- Fix typos CI failing by updating config
2023-05-18 18:05:22 -04:00
Avelino
69bbf044a9
docs/lang: describe how to add a new language
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Avelino
e55f0fc331
shortcut/config: use default dicts (EN)
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Avelino
1d14f6a98f
centralize translation dictionary
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Avelino
184ace5ad6
update documentation to new translation structure (standalone package)
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Avelino
a2d1f65c2f
shortcut/i18n: isolate package languages
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Avelino
215d77e3b9
front/i18n: isolate package languages
...
Signed-off-by: Avelino <avelinorun@gmail.com >
2023-05-18 18:05:22 -04:00
Andelf
db0b9acd98
fix(editor): show block bullet when a blank block has children
2023-05-18 23:31:25 +08:00
Gabriel Horner
47508ac2ac
Add :hidden config support to graph-parser.cli
...
Also fix lints and tests from previous commits
2023-05-18 23:25:15 +08:00
Gabriel Horner
c86fd3cd4d
Add standard lint tasks to common lib
2023-05-18 23:25:15 +08:00
Gabriel Horner
91beda09d5
Split out graph fns and reuse them b/n gp-cli and electron
...
Also added test
2023-05-18 23:25:15 +08:00
rcmerci
402668bd69
enhance(export): add title when page opml-export
2023-05-18 16:29:26 +08:00
Andelf
c917f2e087
fix(fs): use normalized relative path for mobile platform
...
Fix #9378
2023-05-18 12:24:18 +08:00
Andelf
51201124ff
fix(fs): add unicode normalize to path-fn
...
This is a catch-all type fix
2023-05-18 12:24:18 +08:00
Bad3r
68da34ed0d
dev(playwright): Ignore conntection refused errors ( #9426 )
...
* ignore connection refused errors
* enhance: ignore connection errors
2023-05-18 11:19:07 +08:00
Gabriel Horner
7d50520f5d
test refactor
...
Bring back helper and cleanup lets
2023-05-17 11:13:19 -04:00
clstb
cf02fed080
feat: improve test comment
2023-05-17 11:13:19 -04:00
clstb
7461d2bc4e
feat: add test for save-block
2023-05-17 11:13:19 -04:00
clstb
6e06057e7b
fix: preserve properties on update-block
2023-05-17 11:13:19 -04:00
Gabriel Horner
8fca36629f
Document repl test workflow as a followup to #9372
...
Also organized unit test sections more
2023-05-16 14:25:26 -04:00
Konstantinos Kaloutas
f8cc599625
style: run prettier
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
afdb5c259b
fix: test description
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
f530927062
chore: add and fix e2e tests
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
25d1d9eae2
revert mobile? fn
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
d85a014cc2
revert unneeded change
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
e5de374471
chore: add tests
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
0c29437303
fix: context bar actions of converted shapes
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
ad5757de61
fix: undo/redo of converted shapes
2023-05-16 09:42:07 -04:00
Konstantinos Kaloutas
c119b1eeb5
fix multiselect right click on converted shape
2023-05-16 09:42:07 -04:00
Junyi Du
74728ae2bc
Enhance: version control settings description update ( #9373 )
...
* enhance: remove version control entry blocker
* ui: version control text box update
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
---------
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2023-05-16 16:18:46 +08:00
Tienson Qin
48060cc758
fix: util/mobile? is a function
2023-05-16 11:58:54 +08:00
Gabriel Horner
decbc12c53
Add a test to ensure there's no regression on bug
...
Also introduce helper fn for common db fixture setup
2023-05-16 11:35:18 +08:00
Gabriel Horner
10da24e5b7
Fix current block with disappearing path refs - close #9365
...
outliner-core/save-block and save-block-inner! were retracting
block/path-refs aggressively, especially for cases when no path-refs
had changed
2023-05-16 11:35:18 +08:00
Sergey Kolesnik
ba240bb484
docs: update templates/config.edn
...
typos & spaces
2023-05-15 22:51:25 +08:00
charlie
7c8bc62a68
fix(ui): incorrect position of the number list fold arrow on mobile
2023-05-15 19:34:30 +08:00
charlie
d97d200b05
fix(mobile): incorrect padding between the bullet marker and the content boundary on mobile
2023-05-15 19:34:30 +08:00
Tienson Qin
7f56e83df7
fix: can't jump to the correct position when editing number list
2023-05-15 16:06:14 +08:00
charlie
e9620959e0
enhance(ui): align the number list with the bullet list prefix marker
2023-05-15 15:34:29 +08:00
charlie
8ba4667f04
enhance(ui): align the number list with the bullet list prefix marker
2023-05-15 15:34:29 +08:00
Gabriel Horner
fe24b61beb
Fix asset link creating invalid page for org mode
2023-05-15 11:55:59 +08:00
Gabriel Horner
7335a6f623
Fix org mode page refs - close #9367
2023-05-15 11:55:59 +08:00