Commit Graph

11965 Commits (75ff4db4aaf17748e4c5d34c04447bc846cb2eea)

Author SHA1 Message Date
Tienson Qin b0a5a9d3fc fix: each graph has its own directory 2023-06-26 14:13:48 +08:00
Tienson Qin f811a5e18c Merge branch 'master' into feat/db 2023-06-26 12:46:50 +08:00
rcmerci b4c547654b update schema 2023-06-26 11:41:59 +08:00
Tienson Qin 0c533a9032 fix: use db-based schema when possible 2023-06-26 11:07:08 +08:00
Gabriel Horner 4e99e21642 Fix commandline publishing not working e.g. bb dev:publishing
Also fix db dep having a circular dependency. frontend.* namespaces depend on deps/ dependencies
so we can't have frontend namespaces in deps/
2023-06-23 16:52:54 -04:00
Gabriel Horner 4949a19b19 Tweak word to describe feature accurately 2023-06-23 15:39:51 -04:00
Bad3r 0b322b0f08 chore: replace 'presentation' with 'View as slide' 2023-06-23 15:39:51 -04:00
queeup cd28f94b43 i18n: update Turkish translation 2023-06-23 10:35:56 -04:00
Gabriel Horner 43df7dfd9a Translate two translations that weren't usable by all langs
See #9716. Position matters for some langs like Turkish
2023-06-23 09:51:33 -04:00
Gabriel Horner 48fac0b810 Save file content for db graphs 2023-06-22 22:42:05 -04:00
Konstantinos Kaloutas 08f70c979e fix: preserve aspect ratio 2023-06-22 12:02:32 -04:00
Tienson Qin 31a0ed40bc fix: missing parameter 2023-06-22 12:51:43 +08:00
Tienson Qin d95ae3a93f fix: disable content selection when blocks have been selected 2023-06-22 12:51:43 +08:00
Gabriel Horner b1ee33d0f2 Fix git/version-control tab title from #9711
This changes the title from "Git" to "Version control" which makes the title
consistent like all other titles. It also makes it translatable like
other setting titles
2023-06-21 15:20:01 -04:00
greatbody 4cb80bad85 trans: add translations for Chinese zh-CN 2023-06-21 15:15:35 -04:00
greatbody c91e116889 fix: Switch to: does not use i18n translation 2023-06-21 15:15:35 -04:00
greatbody 11cb2d151f fix: setting title does not use i18n translation 2023-06-21 15:15:35 -04:00
Gabriel Horner 299e2660a9
Merge pull request #9553 from logseq/feat/slash-command-for-code-block
feat: add slash command for the code block
2023-06-21 12:10:51 -04:00
Tienson Qin 705576557f fix: property ux 2023-06-21 20:50:44 +08:00
rcmerci 909f12564e add fns to update property-class metadata 2023-06-21 20:43:17 +08:00
Tienson Qin 056274a96a feat: /add new property 2023-06-21 18:14:54 +08:00
Tienson Qin 59c3ca7438 fix: remove properties from block content when importing 2023-06-21 16:25:27 +08:00
Tienson Qin 442f40c0b9 fix: dev check 2023-06-21 14:49:24 +08:00
rcmerci ad3242b1e4 update property handler 2023-06-21 14:18:02 +08:00
Tienson Qin fd6b587235 Merge branch 'master' into feat/db 2023-06-21 14:09:16 +08:00
Tienson Qin 00822dcf10
Merge branch 'master' into feat/slash-command-for-code-block 2023-06-21 13:40:14 +08:00
Bad3r 392ddf971f fix: test intermediate failure 2023-06-21 13:39:41 +08:00
charlie 7cc1c5aa5c enhance(plugin): support right sidebar item type as string 2023-06-21 13:06:34 +08:00
Phil Denhoff ec658d1e67
enhance: IAppProxy, IEditorProxy, BlockEntity and PageEntity have strict interfaces (#9520)
* types: remove problematic Record<string, any>

* types: remove `[key: string]: any` which clobbers all other type info

* fix: support alternative dev entrypoint

* fix: normalize boolean value to string

* fix: identify field used for legacy themes (?)

* fix: add missing `effect` and `iir` properties, which are likely internal only

* docs: move comment to JS Doc so it should show up in docs

* fix: add missing internal `lsr` field

* bump package to 0.1.15 to indicate breaking API change

* fix: ensure that Plugins can access their settings... if they exist

* Revert "bump package to 0.1.15 to indicate breaking API change"

This reverts commit 6e0d1094f2.

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-06-20 16:59:55 -04:00
Gabriel Horner 1b0403bbaf Revert 3 titles that don't need translation from last PR
See https://github.com/logseq/logseq/pull/9680#discussion_r1235470813
for context
2023-06-20 16:19:23 -04:00
rcmerci 7a6972bc89 update property edit 2023-06-21 00:31:22 +08:00
Mikhail Smelov 1d932f07c4
Enhance: Convert more of the UI to be translatable - settings, onboarding, bug-report, whiteboard, flashcards and search (#9680)
* Enhance: add translation strings

* Add search/command-palette strings

* add translation strings quick_tour

* FIX

* Add translation strings tour-whiteboard

* add translation strings settings-page

* add translation strings settings-page/git

* FIX

* add translation strings settings-page/sync

* FIX

* Add translation strings Flashcards

* FIX

* FIX: Add [frontend.context.i18n :refer [t]]

* Add translation strings :on-boarding/importing

* Add translation strings :on-boarding and FIX :on-boarding/importing

* Add translation strings :bug-report

* fix

* Fix link to flashcard documentation

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2023-06-20 12:20:36 -04:00
Gabriel Horner 2432230c22 Some more query cleanup
Remove unused query-triggered atom, remove duplicative state in result
ns and rename query maps to query-m as query being used to refer to
multiple concepts - the query map and the :query inside a query map
2023-06-20 11:53:22 -04:00
Gabriel Horner f82bbb5275 Refactored hairy block component by breaking out logical fns 2023-06-20 11:53:22 -04:00
Gabriel Horner cb29fb6eae Revert change so that query functions can still work
Also add some docstring and slightly alter command name to reflect query
functions increased ability introduced with the related #9563
2023-06-20 11:53:22 -04:00
Tienson Qin 8ab497cb8a fix: reactive queries
Each block should have its own :query-result atom
2023-06-20 11:53:22 -04:00
Konstantinos Kaloutas 096447db48 fix: e2e test 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas 693f919efa fix: auto pan speed 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas ace5ba56e1 fix: snap to grid of arrow handlers 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas b468f0dc07 fix: text origin on create 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas d277031918 fix: select all while editing blocks 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas 7f77856329 fix: hide snap button on published graphs 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas ff3cc4d880 fix: disable problematic tests 2023-06-20 09:09:10 -04:00
Konstantinos Kaloutas 4f00e326ff feat: snap to grip 2023-06-20 09:09:10 -04:00
Tienson Qin d22ff99c91 enhance: enable db validate only when dev 2023-06-20 19:30:09 +08:00
Tienson Qin 5445a83b5c debug: db validate 2023-06-20 19:26:35 +08:00
rcmerci 8a1c54173b [wip] property edit 2023-06-20 18:08:40 +08:00
Tienson Qin 029b196432 refactor: remove db/get-paginated-blocks 2023-06-20 14:06:42 +08:00
Tienson Qin c238a7b08a chore: remove pprint debug 2023-06-20 13:33:51 +08:00
Tienson Qin aa3510bb12 fix: page namespace 2023-06-20 13:31:31 +08:00