Commit Graph

17236 Commits

Author SHA1 Message Date
Tienson Qin
ce0ffc0ea2 fix: restore bottom property keyboard navigation 2026-04-25 20:31:16 +08:00
Tienson Qin
27414fb604 put hidden properties at top of bidirectional properties 2026-04-25 19:52:04 +08:00
Tienson Qin
a5bee4a5fb fix: refine bidirectional and bottom property behaviors 2026-04-25 19:40:44 +08:00
Tienson Qin
59e4277e9b fix: tag properties not displayed 2026-04-25 18:24:48 +08:00
Tienson Qin
5b27b879d8 Fix positioned property visibility and bottom pill wrapping 2026-04-25 17:59:24 +08:00
Tienson Qin
ac884716f3 add hover effect 2026-04-25 16:41:00 +08:00
Tienson Qin
fe651961e4 Improve property pill behavior and property editing UX 2026-04-25 16:30:48 +08:00
Tienson Qin
e8e0d67db7 Merge branch 'master' into enhance/property-ux 2026-04-25 00:17:59 +08:00
Tienson Qin
94ea551ec4 perf(db): optimize recursive uuid title replacement (#12536)
* perf(db): optimize recursive uuid title replacement

* fix: lint

* fix: don't lower-case for search indexed blocks

* fix: typo
2026-04-24 21:09:47 +08:00
Tienson Qin
6346430376 Merge branch 'master' into enhance/property-ux 2026-04-24 19:15:01 +08:00
megayu
7fa6a1d99c feat(i18n): improve command search with bilingual and pinyin matching (#12535)
* feat(i18n): enhance bilingual search functionality with multi-field scoring

Co-authored-by: Copilot <copilot@github.com>

* feat(i18n): add pinyin-initial matching for zh-CN command search

Co-authored-by: Copilot <copilot@github.com>

* feat(cmdk): invalidate commands cache on initialization

Co-authored-by: Copilot <copilot@github.com>

* feat(i18n): add parameterized translation function to i18n_functions

---------

Co-authored-by: Copilot <copilot@github.com>
2026-04-24 18:45:04 +08:00
Tienson Qin
fa5f247969 fix(properties): improve bottom row keyboard navigation and focus behavior 2026-04-24 06:36:33 +08:00
Tienson Qin
19450bcc77 enhance(ux): bottom properties 2026-04-24 04:20:55 +08:00
Tienson Qin
e09612ab33 enhance(ux): property compact display 2026-04-23 23:27:57 +08:00
Tienson Qin
d54484dff2 fix(test): silence expected errors and task fail arity 2026-04-23 19:54:00 +08:00
Tienson Qin
f37025a364 fix(sync): remap apply-template internal value refs on redo 2026-04-23 19:10:11 +08:00
Tienson Qin
3b1b320977 fix(sync): preserve apply-template block uuids on redo 2026-04-23 18:58:23 +08:00
Tienson Qin
8353f574ae fix(sync): reject stale numeric history ops and surface worker ex-data 2026-04-23 18:58:23 +08:00
Mega Yu
7c7f523cdb update i18n 2026-04-23 18:03:11 +08:00
Tienson Qin
7fc2716e24 fix: align page-title block control across platforms 2026-04-23 17:23:51 +08:00
Tienson Qin
fa01a05f41 fix(regression): page title control disappear and not center aligned 2026-04-23 17:09:52 +08:00
Tienson Qin
3414177805 fix: validate client tx and ensures monotonically increasing 2026-04-23 15:52:03 +08:00
Tienson Qin
017aa9db43 fix(editor): keep journal title non-editable with visible caret 2026-04-22 19:13:13 +08:00
Tienson Qin
da78094cb8 fix(electron): warn on x64 release on Apple Silicon 2026-04-22 18:41:49 +08:00
Gabriel Horner
591bfa9d22 fix: :view-context not working on page properties
Journals and normal pages seeing :tag and :property :view-context
properties. Leads to nonsensical and confusing use of properties
2026-04-21 12:42:18 -04:00
Gabriel Horner
e39dc395e6 fix: incorrect confirmation when deleting today's journal 2026-04-21 12:25:59 -04:00
Tienson Qin
238c85dbd2 fix(test): initialize random-mixed-ops tracker after tree seed 2026-04-21 21:45:30 +08:00
eliovir
1da2104f1e Update fr.edn (#11077)
Typography
2026-04-21 17:26:30 +08:00
Tienson Qin
e44092832e chore: remove debug log 2026-04-20 18:02:17 +08:00
Mega Yu
632ec2f362 fix: slash command menu won't update to the setting language 2026-04-20 13:22:39 +08:00
Mega Yu
b0fb33d80a fix e2e & revert limit login to email 2026-04-20 12:28:33 +08:00
Mega Yu
1bbe008807 remove unused rtl related codes for now 2026-04-20 09:25:00 +08:00
Tienson Qin
fc7d6672a2 Merge branch 'master' into enhance/i18n 2026-04-20 08:28:43 +08:00
Tienson Qin
87844c6dfb fix: move idbkv to cljs implementation 2026-04-19 12:53:48 +08:00
Mega Yu
59e599ec9f refactor(i18n): refine naming standard and skill, sync review/dev workflow, and align related keys 2026-04-18 16:55:00 +08:00
Mega Yu
1f29696e7c feat(i18n): update translation strings 2026-04-17 22:34:59 +08:00
Mega Yu
d6bc0b75ec Merge branch 'master' into enhance/i18n 2026-04-17 20:26:15 +08:00
megayu
76285de44b refactor: toolchain upgrade (#12517)
* chore(deps): upgrade Clojure version to 1.12.4 across multiple dependency files

* chore: bump shadow-cljs to 3.3.6

* chore: bump org.clojure/clojurescript to 1.12.134

* chore(deps): upgrade Clojure version to 1.12.4 in workflow files

* chore(deps): upgrade Java version to 21 in workflow files

* chore(deps): upgrade Node.js version to 24 in workflow files

* chore(deps): upgrade Node.js version to 24 in Dockerfile

* feat(updater): migrate electron-forge to electron-builder

* fix wrong android app version

* fix workflow

* feat(dependency-upgrade): add max-update-interval option for dependency audits

* chore(deps): upgrade electron-builder and electron-updater

* fix: update manual verification instructions for Electron shim cache

* chore: update shadow-cljs version to 3.4.4 across all dependencies

* chore: upgrade electron version to 41.2.1

* chore: update metosin/malli dependency to latest

* chore: upgrade cider-nrepl version to 0.59.0 in dependencies

* chore: upgrade clj-kondo version to 2026.04.15 and fix warning

* chore: move Electron windows build configuration from yml to ci

* chore: update Electron signing configuration to extend from base config

* fix: replace icon file for NSIS compatibility

* chore: resolve metosin/malli version conflicts

* chore: upgrade jdk to 21 in e2e workflow

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2026-04-17 19:40:01 +08:00
Tienson Qin
f53767dfc6 chore: remove both transit-read and transit-write
use write-transit-str and read-transit-str instead
2026-04-17 16:58:18 +08:00
Tienson Qin
12509f58db fix: plugins e2e tests 2026-04-17 15:57:53 +08:00
Mega Yu
92681111b6 Merge branch 'master' into enhance/i18n 2026-04-17 10:35:36 +08:00
Gabriel Horner
eb1d921d5d enhance: add block context menu option to open an asset file
Addresses 2nd issue in https://github.com/logseq/db-test/issues/792
of not being able to download an asset that doesn't have a special
block view
2026-04-16 15:57:39 -04:00
Tienson Qin
9804728afa fix: failed to convert page to tag
fixes https://github.com/logseq/db-test/issues/805
2026-04-17 01:48:04 +08:00
Gabriel Horner
ea3a732095 fix: Can't copy image in desktop
Addresses one of the issues in
https://github.com/logseq/db-test/issues/792
2026-04-16 13:41:26 -04:00
megayu
0fa98f35e5 Merge branch 'master' into enhance/i18n 2026-04-16 16:05:13 +08:00
charlie
78aded53ea enhance(ux): add retry mechanism for clicking add button after page creation 2026-04-16 15:31:13 +08:00
Mega Yu
950b4d36ae Merge 'master' into enhance/i18n 2026-04-16 15:30:25 +08:00
hoellen
3b13f5f19f fix: snapshot upload stuck when graph has large blocks 2026-04-16 15:20:17 +08:00
charlie
08f197ded9 enhance(plugin): add normalization function for user keys and enhance sidebar renderer integration 2026-04-16 13:02:01 +08:00
Mega Yu
df2890396f fix(i18n): replace pseudo-translations copied from English across locales 2026-04-16 12:18:19 +08:00