Commit Graph

4990 Commits

Author SHA1 Message Date
Tienson Qin
a7c8212df5 enhance(ux): same node render for both reference and embed
also use icon-component/get-node-icon-cp when possible
2025-11-12 03:57:18 +08:00
Tienson Qin
2140029c60 fix: can't paste asset
fixes https://github.com/logseq/db-test/issues/575
2025-11-10 08:32:05 +08:00
Tienson Qin
fec4f5165c fix: set heading removes refs
related to https://github.com/logseq/db-test/issues/559
2025-11-07 03:29:11 +08:00
Tienson Qin
48fb2b8179 enhance(ux): display tag extends before tag name
format: `#parent/child`, `#parent1 | parent2/child`, built-in tags
are ignored.
2025-11-05 17:53:26 +08:00
Tienson Qin
a4ec889a5d fix: some built-in tags shouldn't be recognized as inline tags
related to https://github.com/logseq/db-test/issues/555
2025-11-05 04:23:50 +08:00
Tienson Qin
eff2703fa3 fix: lint 2025-11-04 22:30:27 +08:00
Tienson Qin
e4e8388588 fix: revert disallowed built-in block updates
1. built-in pages (non-classes) shouldn't be used as tags
2. some protected properties for built-in nodes shouldn't be updated,
e.g. db/ident, block/title, block/name, logseq.property/type
2025-11-04 21:49:26 +08:00
Tienson Qin
263c499e57 fix: ensure UI db is full when importing file graph
The long-term goal is to move all writes to the db worker.
2025-10-30 00:20:51 +08:00
Charlie
a0a19a91fa feat: new authenticate UI (#12172)
* enhance(ui): login form

* enhance(ui): add localization support with translate and locale management

* enhance(ui): WIP implement new authentication forms with context management

* enhance(ui): add password visibility toggle to input row

* enhance(ui): adjust padding for password visibility toggle

* enhance(i18n): implement internationalization support for authentication UI

* enhance(ui): implement sign in and sign up functionality with loading state

* enhance(ui): add session management and error handling in login form

* enhance(ui): add confirm code form and enhance authentication flow

* enhance(ui): improve sign-in flow and confirm code handling

* enhance(ui): add warning variant to alerts and improve error handling

* enhance(ui): implement countdown timer for code resend functionality

* enhance(ui): implement countdown timer for password reset and enhance login flow

* enhance(ui): export authentication and enhance UI components

* enhance(ui): integrate new login component and refresh token handling

* chore: clear amplify related codes

* enhance(i18n): normalize language codes and update locale handling

* enhance(auth): add multilingual support for signup and password reset flows

* enhance(ui): update login styles to inherit text color

* enhance(ui): adjust input color variables for improved accessibility

* enhance(auth): add password policy validation and tips in multiple languages

* enhance(ui): improve localization handling and update alert styles

* enhance(mobile): enhance login modal styling and accessibility

* fix(ui): update password validation regex for special characters

* enhance(ui): add padding to card header in login dialog

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-10-28 16:55:43 +08:00
Tienson Qin
c32a10e7b5 fix: invalid db when uploading new plugin 2025-10-24 22:18:24 +08:00
Tienson Qin
ac14dfd172 fix: multiple assets upload support
fix https://github.com/logseq/db-test/issues/516
2025-10-23 03:13:21 +08:00
Tienson Qin
031f2bc57e fix: invalid data when creating assets 2025-10-23 01:01:49 +08:00
Tienson Qin
3f582ec07a fix: keep displaying buttons when adding icon or updating views 2025-10-22 18:19:25 +08:00
Tienson Qin
75e49b22db Merge branch 'master' into refactor/plugin-api-properties 2025-10-20 18:27:21 +08:00
Gabriel Horner
683b2c54c8 fix: importing from form shouldnt alter hnsw embeddings 2025-10-16 09:43:32 -04:00
Gabriel Horner
865c8c690e refactor: convert import edn file to also use new :op 2025-10-16 09:43:32 -04:00
Gabriel Horner
487cbb2bc9 enhance: finish making import data form undo/redoable
Add current block support and error handling.
Also update most uses of build-import to call d/transact!  once
afterwards. Previously I think we needed separate transacts because of
new properties but that is no longer the case
2025-10-16 09:43:32 -04:00
Gabriel Horner
b649887b15 enhance: add batch-import-edn op to make import-edn undo-able WIP 2025-10-16 09:43:32 -04:00
Tienson Qin
999618a406 refactor: compute pipeline tx-data before d/transact! 2025-10-15 15:31:42 +08:00
Tienson Qin
131a45a40b Merge branch 'master' into refactor/plugin-api-properties 2025-10-11 18:30:16 +08:00
Tienson Qin
814707054b fix: reload app only on mobile 2025-10-11 18:29:48 +08:00
Tienson Qin
4e5237e82a fix(mobile): reload web app if old db worker is still running
when switching back to the app.
2025-10-11 16:11:35 +08:00
Tienson Qin
d4f7bf22d9 Merge branch 'master' into refactor/plugin-api-properties 2025-10-09 12:28:54 +08:00
Tienson Qin
3fa1c5c9b8 fix(plugins): prepend block 2025-10-07 20:42:50 +08:00
Tienson Qin
e001e12c1f fix(api): insert_batch_block target doesn't support page uuid 2025-10-06 15:45:40 +08:00
Tienson Qin
d2acb49b56 no need to calculate block/refs when pasting blocks 2025-10-06 15:02:16 +08:00
Tienson Qin
971cec54bc fix(import): remove asset byte-array usage to prevent OOM
This commit also combine read-asset and copy-asset to read-and-copy-asset
2025-09-29 17:37:04 -04:00
Tienson Qin
0230d08898 fix: limit asset size to 100M when adding assets through the app 2025-09-27 01:51:05 +08:00
rcmerci
46a48ea14a fix: clean compile warnings 2025-09-27 01:51:05 +08:00
Tienson Qin
22a09ca776 fix: limit asset size to 100M when adding assets through the app 2025-09-26 14:42:12 +08:00
rcmerci
09aa5901d6 fix: clean compile warnings 2025-09-26 01:14:23 +08:00
rcmerci
3d8d200c2c enhance: add :thread-api/get-rtc-graph-uuid 2025-09-25 13:07:54 +08:00
rcmerci
302e7f49b4 enhance(rtc): add logs for rtc-start (2) 2025-09-25 12:54:33 +08:00
rcmerci
900a0d6da4 enhance(rtc): add logs for rtc-start 2025-09-25 12:22:31 +08:00
Tienson Qin
9c92fbecc7 fix: images uploaded on other pages are added to today page
related to https://github.com/logseq/db-test/issues/483
2025-09-24 09:48:14 +08:00
Tienson Qin
77d42bb882 remove unused state 2025-09-23 22:47:04 +08:00
Tienson Qin
7a9fc2ccb7 remove ns frontend.db.transact 2025-09-23 20:44:18 +08:00
Tienson Qin
2495d9bf89 add more debug log 2025-09-23 20:44:18 +08:00
Tienson Qin
9f21cb133f fix: use worker weblock to detect whether it's still alive
Use sqlite transaction .changes to determine whether it's writable.
2025-09-23 20:44:18 +08:00
charlie
ffb4d17f6e enhance(ui): polish layout details for the file graph editor 2025-09-23 16:14:55 +08:00
rcmerci
6cc59819b5 enhance(rtc): err handling improvements (3) 2025-09-23 14:26:01 +08:00
rcmerci
d1b28bc910 enhance(rtc): err handling improvements (2) 2025-09-23 14:13:27 +08:00
Tienson Qin
e61a398d97 fix: quick add shortcut doesn't open block to edit 2025-09-21 14:31:47 +08:00
Tienson Qin
0832f0b7d7 fix: safe check dom blockid 2025-09-18 20:48:00 +08:00
Tienson Qin
abd1d070f5 fix: backspace in the beginning of a node should keep its properties
When its prev block's title is empty.

Related to https://github.com/logseq/db-test/issues/470
2025-09-18 20:32:28 +08:00
Tienson Qin
9bb246bc26 fix: can't move page node up/down 2025-09-18 20:22:21 +08:00
Tienson Qin
d0b433c82a debug: collect insert block timeout errors 2025-09-16 19:39:52 +08:00
Tienson Qin
b055288734 fix: no block to edit for quick add 2025-09-16 18:44:50 +08:00
Charlie
e103593c0d feat(mobile): audio record && transcribe (#12105)
* feat: audio transcribe

* enhance(mobile): auto start recording on initialization

* fix(mobile): can't delete journal from selection bar

* fix: duplicated audio record buttons in quick add

* fix(mobile): inactive bottom tab color

* enhance(mobile): display no results when there's no matched items

* enhance(mobile): add audio transcription feature and enhance audio component

* fix: store assets directly instead in today page instead of node ref

* save transcribed text to audio's child block

* enhance: transcribe supports punctuations and being offline only

* fix(mobile): save assets to current editing page

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2025-09-16 16:09:29 +08:00
Tienson Qin
6e0295ddb7 fix: outliner.core/delete-block(s) shouldn't delete any page
fixes https://github.com/logseq/db-test/issues/367
2025-09-15 23:53:45 +08:00