Commit Graph

11401 Commits

Author SHA1 Message Date
Ben Yorke
928742e66b shui/table introduction 2023-05-12 13:24:54 -04:00
Andelf
42dd084544 chore(release): bump version 0.9.6 (#9376) 0.9.6 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
Konstantinos Kaloutas
aa65cff5b6 fix: remove unneeded persist 2023-05-12 19:23:58 +08:00
charlie
c6c58a025d refactor: react components of the tabler extension icons 2023-05-12 18:52:11 +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
Andelf
862bbd7513 test(e2e): refine test for template expansion 0.9.5 2023-05-11 16:51:47 +08: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
Zhizhen He
d092670b8b enhance: add settings for graph view 2023-05-08 10:12:52 -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
8b8bd04ced fix: stop propagation on select component 2023-05-08 18:50:31 +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
Zhizhen He
dbeb49b8d2 chore: remove duplicated line 2023-05-08 12:09:52 +08:00
Gabriel Horner
ea94b3aa63 Update dwim list comment as value changed in #9235 2023-05-05 15:27:59 -04:00
Gabriel Horner
f6cf60af3d Followup to #9287
- Address feedback about commenting new values
- Revert comments on custom-css-url and custom-js-url as they are more
  acccurate
- Revert config values that were changed
2023-05-05 15:25:16 -04:00
Bad3r
2456c7f835 enhance: update config.edn template (#9287)
* enhance: update config.edn template
this is a replacement to #9034

- [x] Replace 'repo' w/ graph or graph folder, respectively.
- [x] Each configuration options documentation must start with a capital letter and end with a dot to maintain uniformity.
- [x] Maintain uniformity by using the same language and documentation style where applicable
- [x] Validate spelling and grammar
- [x] Uncomment UI configurable options and set them to the default value
    - At present, when a configuration option like `:ui/show-brackets? true` is commented out in the template; Logseq will add a new line to the bottom of the configuration template if the user toggles it from the UI instead of updating the existing variable.
- [x] define default values where applicable
- [x] Add warnings about potential issues
- [x] Validate the completeness of the template
- [x] Ensure that the `L` in Logseq is always capitalized
- [x] Use "Logseq" instead of "the app" when referring to Logseq.
- [x] Review Default Values

* clean up 🧹

* enhance: add example for journal title date format

* clean up 🧹

* fix: indentation
2023-05-05 15:24:56 -04: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
Konstantinos Kaloutas
eee3862644 fix: drag to clone text shapes 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas
ab2d9dd0ef fix: hide lock/unlock on published whiteboards 2023-05-05 10:57:34 -04:00