Commit Graph

7862 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Konstantinos Kaloutas
25d1d9eae2 revert mobile? fn 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
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
7335a6f623 Fix org mode page refs - close #9367 2023-05-15 11:55:59 +08:00
Ben Yorke
928742e66b shui/table introduction 2023-05-12 13:24:54 -04:00
Andelf
42dd084544 chore(release): bump version 0.9.6 (#9376) 2023-05-12 20:10:24 +08:00
Konstantinos Kaloutas
80511d3bed revert unneeded change 2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
594a3cd6ee fix: updating shape index 2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
9e75422777 fix: remove console log 2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
a77512c0da fix: get 2023-05-12 19:23:58 +08:00
Konstantinos Kaloutas
45ce3348c5 enhance: avoid repeated indexOf 2023-05-12 19:23:58 +08:00
charlie
2bc8691c23 enhance(ui): support tabler extensions icons to the react components 2023-05-12 18:52:11 +08:00
Tienson Qin
a842b7de72 fix: align block content for ordered items and unordered items 2023-05-12 18:51:12 +08:00
charlie
6689d886d7 fix(ux): automatic block number list for semantic input 2023-05-12 18:51:12 +08:00
charlie
3fd595ad2c fix(ui): vertical alignment for ordered list marker with bullet marker 2023-05-12 18:51:12 +08:00
charlie
3c7d961578 fix(ui): vertical shake when editing page name 2023-05-12 18:31:57 +08:00
Andelf
f08ec9d0de refactor(ui): refine page renaming ui using z-index 2023-05-12 18:31:57 +08:00
Andelf
4a42fe9f32 refactor(ui): refine page renaming ui 2023-05-12 18:31:57 +08:00
Andelf
3936b752a8 fix(ui): renaming input edit on-click
See-also: 6b94181116
Related: #9368
2023-05-12 18:31:57 +08:00
charlie
1a9563478e fix(ui): incorrect arrangement of ui items from pagebar 2023-05-12 18:27:36 +08:00
Tienson Qin
d4cde54510 fix: api get current block (#9372) 2023-05-12 15:13:16 +08:00
Billy Pinheiro
68709661e3 chore: added missing translations for pt-BR 2023-05-11 12:57:36 -04:00