Commit Graph

4715 Commits

Author SHA1 Message Date
llcc
06465e658f feat(list): enable checkbox toggle 2022-04-02 18:51:58 +08:00
llcc
a1293513ec fix redundant relative path when inserting orgmode page reference
occurs when creating a new page in autocomplete menu if
`org-mode/insert-file-link` non-nils.

fix https://github.com/logseq/logseq/issues/4732
2022-04-02 18:45:12 +08:00
llcc
93b49b59d5 fix: preview image file with capitalized extension 2022-04-01 13:24:29 -04:00
Gabriel Horner
0ccbe4d046 Enhance: validate local storage (#4784)
* Validate localStorage with spec

This will help get at the source of errors like #4706 quicker

* Fix settings bugs

Close #4679 as shortcut tooltip setting is now visible.
No need to js/alert when a setting is changed. Probably leftover bugging

* Add docs and example of reusing specs in bb task

Co-authored-by: Andelf <andelf@gmail.com>
2022-04-01 15:46:52 +08:00
Tienson Qin
28d3cb4658 Merge pull request #4753 from logseq/enhance/allow-more-translations
Enhance: Allow translations throughout the application
2022-04-01 15:31:52 +08:00
Tienson Qin
1663192709 fix: command palette is no long working 2022-04-01 02:51:52 +08:00
Gabriel Horner
da3c9b04c4 Tweak error screen to look more like mockup
Also tweak steps based on Junyi's feedback
2022-03-31 22:32:54 +08:00
Gabriel Horner
a4d3cba2e8 First pass at root errot screen 2022-03-31 22:32:54 +08:00
Peng Xiao
721b56f12e fix: some unique "key" prop issues (#4773)
* fix: some unique "key" prop issues
2022-03-31 16:42:43 +08:00
Peng Xiao
65f5f2e470 fix: disable some functions for published graph 2022-03-31 13:58:24 +08:00
Gabriel Horner
262a761b53 Remove tutorial keys which weren't translated and explain tutorials more 2022-03-30 10:12:54 -04:00
Gabriel Horner
dad62be359 Merge branch 'master' into enhance/allow-more-translations 2022-03-30 09:56:44 -04:00
TaylorHo
7ad052c3e8 Fully translated in portuguese (brazilian) 2022-03-30 20:17:40 +08:00
Andelf
8698a99c47 fix(dev): missing today queries key (#4755) 2022-03-29 11:57:10 -04:00
Gabriel Horner
fd37436322 Merge branch 'master' into enhance/allow-more-translations 2022-03-28 17:04:16 -04:00
Gabriel Horner
f683b461cd Merge branch 'master' into patch-tutorial-i18n 2022-03-28 16:31:48 -04:00
Gabriel Horner
391d3e48f3 Simplify i18n translate
No need for translate fn to be stateful. No reason to check preferred
language on _every_ translation
2022-03-28 16:22:57 -04:00
Gabriel Horner
918e3511d6 Make inactive commands more explicit with :inactive
Also fixed inactive commands showing up in settings page.
This is a follow up to #4436
2022-03-28 15:36:23 -04:00
Gabriel Horner
f4839da1e1 Make dictionary namespaces bb compatible
Now that translations are just data no excuse for them not being bb
compatible. Also gets rid of needless sexp parsing
2022-03-28 12:33:28 -04:00
Gabriel Horner
5635469d7a Split out command and category descs
Move them to a more appropriate ns that is just dictionary focused.
This _majorly_ slims down dependencies for the main translation ns
Also:
- add tests
- make medley requires consistent
- alter spec to reflect how command data is actually being used in
  command palette component
- add basic translation tests
2022-03-28 11:05:42 -04:00
llcc
21e172feb6 feat(mobile): share intent (#4599)
* feat(mobile): share intent

* feat(ios): share content

* feat(share): fix kUTType* deprecation

* feat(share): fix result of call to 'openURL' is unused

* fix screenshot copy rewrite issue

* fix AndroidManifest.xml

* fix(iOS): app not showing in share list

* address comment
2022-03-28 12:30:32 +08:00
Peng Xiao
2de5352af2 fix: incorrect when-let check for macro-renderer-slotted 2022-03-28 12:22:47 +08:00
Peng Xiao
dd0315169a fix: remove incorrect check in 2022-03-28 12:22:47 +08:00
Peng Xiao
8e2e8378c5 fix: renderer not rendering in property 2022-03-28 12:22:47 +08:00
Yue Yang
fc17f57a24 fix(ci): lint
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-28 12:19:33 +08:00
Yue Yang
bcb62b90cf chore: reduce extra rendering
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-28 12:19:33 +08:00
Yue Yang
1987d7dc79 BREAKING CHANGE: unify light mode identifier (#4652)
* chore: unify light mode identifier

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

Co-authored-by: charlie <xyhp915@qq.com>
Co-authored-by: Andelf <andelf@gmail.com>
2022-03-25 13:14:52 +08:00
Gabriel Horner
5997155d15 Fix clicking on all in srs cards - close #4687 2022-03-25 09:59:27 +08:00
Andelf
015a2edf6b chore: bump version 0.6.5 2022-03-24 14:03:51 +08:00
Andelf
7b040787e8 fix(build): sourcemap in release (#4710)
* fix(build): sourcemap in release

Fix #4613
2022-03-24 14:03:26 +08:00
sawhney17
89c44028d2 fix(keyboard-shortcuts): Add favorite toggling to the settings pane (#4708)
* fix #3663
* Update dicts.cljs
* close #4697
2022-03-24 13:05:56 +08:00
Yue Yang
acb3a7bd61 chore: remove bindings
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-23 16:11:42 +08:00
Yue Yang
c74e2ba390 fix: also detect in a journal
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-23 16:11:42 +08:00
Yue Yang
0e8c90a424 fix: missing condition
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-23 16:11:42 +08:00
Yue Yang
39dada8bed fix: detect the first block in a page
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-23 16:11:42 +08:00
sosuisen
73250cea24 fix: fatal mistake about translation of "contents" 2022-03-23 15:14:00 +09:00
sosuisen
1fa5dc8be3 fix: Japanese translation for forward-word and backward-word 2022-03-23 12:46:25 +09:00
Hidekazu Kubota
67bdf81735 Update src/main/frontend/handler/repo.cljs
Add TODO about removing copied functions

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-03-23 09:11:44 +09:00
sosuisen
aa99c1641a fix: Japanese translation 2022-03-22 22:55:15 +09:00
Tienson Qin
a4055b0d04 fix: loading on long pages never finishes
related to #4673
2022-03-22 13:51:10 +08:00
Moritz Ulrich
6c041b4fee fix: Sort 'Pages tagged with' list 2022-03-22 12:17:44 +08:00
sosuisen
fd6e9a9512 fix: i18n support for tutorial and dummy-notes 2022-03-22 11:40:51 +09:00
sosuisen
101166dc29 fix: add Japanese localization 2022-03-22 11:38:22 +09:00
Gabriel Horner
8655751221 Chore: Remove unused ns 2022-03-21 10:11:06 -04:00
Tienson Qin
8586f7d054 fix: slow unlinked references
Related to #4672
2022-03-21 18:18:32 +08:00
Junyi Du
1f9ce0b0bf fix: always trigger removing file of separate git dir 2022-03-21 13:02:28 +08:00
Andelf
535ea84068 fix(editor): error while toogle fav in journals 2022-03-21 12:49:17 +08:00
Andelf
098173b97c fix(code): avoid calling .focus when editor close 2022-03-21 12:48:42 +08:00
Yue Yang
3e36b4f216 refactor: rearrange cycle-marker (#4661)
* refactor: rearrange cycle-marker

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: remove unused markdown?

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: marker-switch

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* fix: add missing arg

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* docs: cycle-marker and set-marker

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: address comments

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>

* chore: format code

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-03-21 12:47:59 +08:00
Tienson Qin
870f9e1e2e fix: remove nil from pull-many 2022-03-20 21:56:45 +08:00