Commit Graph

7882 Commits

Author SHA1 Message Date
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
Tienson Qin
2a81e634a5 fix: can't insert template 2023-05-11 16:51:47 +08:00
Tienson Qin
ded76644e6 fix: refresh the page after deleting blocks in a long page 2023-05-11 16:27:05 +08:00
Gabriel Horner
b2776bbb18 Remove supported-formats in all the places it's no longer used 2023-05-11 13:56:25 +08:00
Gabriel Horner
b26d83d2fc Fix mailto and other links creating invalid pages
Fixes #9346 and fixes #5926.
Also fixes case where relative paths for unsupported paths were creating
pages per directory e.g. `deps/graph-parser/yarn.lock` created deps and
graph-parser pages
2023-05-11 13:56:25 +08:00
rcmerci
adef15d073 fix(sync): validate rsapi upload err
when localtime incorrect, aws s3 return "Request is not yet valid" err
2023-05-11 12:22:37 +08:00
Andelf
8d46b5cb23 chore: refine #9310
- :file/path should always be relative
- use path fn to convert url
2023-05-11 12:22:10 +08:00
rcmerci
04d7224ff1 fix: reduce page-history err when page doesn't have file-id yet 2023-05-11 00:40:19 +08:00
Andelf
810e7163c5 chore(release): bump version 0.9.5 2023-05-10 22:04:28 +08:00
Andelf
14aea4e1e4 fix(fs): handle non-ascii graph name on mobile 2023-05-10 21:47:40 +08:00
rcmerci
fe783015d1 fix(export): export table err when empty table-header (#9344) 2023-05-10 15:34:16 +08:00
Konstantinos
5885bc86b6 Enhance (Whiteboards): Add prefix to default keyboard shortcuts (#9340)
* enhance: keyboard shortcuts

* fix: portal shortcut

* fix: e2e tests

* fix: e2e

* enhance: keyboard shortcuts
2023-05-09 12:38:00 -04:00
Tienson Qin
01479ef9da enhance(perf): insert and delete blocks (#9142)
* enhance(perf): improve performance for both insert and delete

* fix: remember cursor pos before executing the body in a transaction

Otherwise, the edit-block and position could be changed

* fix: disable delete-concat when there's no child or right sibling

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-05-09 17:24:09 +08:00
queeup
4be671526b i18n: update Turkish translation 2023-05-08 10:20:17 -04:00
Gabriel Horner
74e53c3f03 Add missing subkey and schema key as part of #9325 2023-05-08 10:16:20 -04:00
Tienson Qin
88c15a1b83 fix: lint 2023-05-08 19:34:06 +08:00
Tienson Qin
6b94181116 fix: nested page title can't be clicked 2023-05-08 19:26:14 +08:00
Konstantinos Kaloutas
fdcf2820f8 fix: delete selection shortcut on whiteboards 2023-05-08 18:50:31 +08:00
PerfectPan
5c400112ec fix: adjust repeater ui 2023-05-08 18:25:45 +08:00
Andelf
2effe08054 fix(android): paste with native input device
- use legacy method on Android
2023-05-08 17:43:55 +08:00
ingepettersen
c19094288b Fixed bad paste 2023-05-05 11:04:36 -04:00
Inge
c1c66a773a Updated Norwegian translations. 2023-05-05 11:04:36 -04:00
Gabriel Horner
8eb1c1f439 Page tags and aliases should be deleted when removed by user
Fix #8627, fix #7720 and fix #8282
2023-05-05 13:49:39 +08:00
charlie
399c88dcc0 Merge branch 'master' into feat/custom-children-list-style 2023-05-05 11:29:12 +08:00
level101
016977059b main/frontend/dicts: improve ru translation 2023-05-04 11:20:43 -04:00
Gabriel Horner
45b3054b89 Disable dwim lists now that block based lists exist 2023-05-04 10:22:29 -04:00
Gabriel Horner
a09917f671 Remove outdated comment from #9254
Also fix typo on 5677be9bfd /cc @tiensonqin
2023-05-04 09:48:27 -04:00
charlie
8b08bcf070 enhance(ui): hover state for the number list item marker 2023-05-04 16:50:51 +08:00
Tienson Qin
5677be9bfd fix: test 2023-05-04 16:46:34 +08:00
charlie
a2052f8f0b fix(ui): toggle number children only for the immediate level 2023-05-04 16:43:55 +08:00
charlie
097c58e1e7 enhance(ui): align left for the number list marker 2023-05-04 16:28:23 +08:00