Commit Graph

21814 Commits

Author SHA1 Message Date
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
5b35a9ee49 fix: tags 2025-10-28 15:41:05 +08:00
Gabriel Horner
518076d835 fix: timestamps in advanced query not showing
Additional fix for #510 while not regressing on #452.
Also fix :block/order not showing in advanced query which is not
editable when displayed
2025-10-27 11:24:10 -04:00
Tienson Qin
9104bebac1 fix: Wrong Rendering of Colored Quote Blocks in MD Graph
fixes https://github.com/logseq/db-test/issues/512
2025-10-27 19:09:06 +08:00
Tienson Qin
7d39b510dd fix: query result now showing when :db/id is not specified
fix https://github.com/logseq/db-test/issues/510
2025-10-27 18:22:57 +08:00
Tienson Qin
f3f6c0ce6a fix: (tags ...) query doesn't return child tag objects 2025-10-25 05:08:03 +08:00
Tienson Qin
4cdea72960 fix: #Card child tag objects doesn't show up in flashcards
fix https://github.com/logseq/db-test/issues/532
2025-10-25 04:02:29 +08:00
Tienson Qin
2151fadc46 fix: easier to update pdf title 2025-10-25 03:19:41 +08:00
Tienson Qin
33354ad4e1 fix: PDF highlighting not working anymore 2025-10-25 03:06:40 +08:00
Tienson Qin
aa2ad76073 fix: invalid db when deleting tag objects
fix https://github.com/logseq/db-test/issues/531
fix https://github.com/logseq/db-test/issues/530
2025-10-25 02:46:37 +08:00
Tienson Qin
26ee49f620 fix: invalid errors for sentry 2025-10-25 00:02:22 +08:00
Tienson Qin
4fb291f08d chore: bump cljs-libs 2025-10-24 23:49:49 +08:00
Tienson Qin
bbc415c1be collect invalid db errors to sentry 2025-10-24 23:26:52 +08:00
Tienson Qin
30a1156b6c fix: skip db validation when downloading remote graph 2025-10-24 22:36:32 +08:00
Tienson Qin
c32a10e7b5 fix: invalid db when uploading new plugin 2025-10-24 22:18:24 +08:00
rcmerci
adfc0a1341 fix: update remove-conflict-datoms 2025-10-24 21:57:26 +08:00
Tienson Qin
cd04cca684 fix(rtc): rtc stopped when a page has both #Page and #Tag 2025-10-24 21:26:48 +08:00
Tienson Qin
e1f7d85645 enhance: remove d/datom call 2025-10-24 20:53:38 +08:00
rcmerci
a840adbaa6 fix: equiv-datom only compare eav 2025-10-24 20:38:12 +08:00
Tienson Qin
81704233d5 fix: tests 2025-10-24 20:06:01 +08:00
Tienson Qin
b97e24cd20 fix: remove page tag for rtc tx-data 2025-10-24 19:47:14 +08:00
Tienson Qin
ab35c360b6 rename to remove-conflict-datoms 2025-10-24 18:34:01 +08:00
Tienson Qin
5b9ea857a2 fix: remove duplicated eavt from tx-report datoms 2025-10-24 18:28:40 +08:00
Tienson Qin
6253dbf248 fix(rtc): don't create page if the id has been used by other page 2025-10-24 16:04:46 +08:00
Tienson Qin
c03b55b841 fix: alias property created tags
fix https://github.com/logseq/db-test/issues/520
2025-10-23 15:22:59 +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
8a9a9321d7 Add debug log when reloading mobile app 2025-10-23 00:41:11 +08:00
Gabriel Horner
2500fe888a fix: dev import can't import
All CLI imports were failing with "Maximum call stack size exceeded".
2025-10-22 10:37:25 -04:00
Tienson Qin
da185db4ad fix: Sidebar doesn't display page names under Recent
fix https://github.com/logseq/db-test/issues/515

Safari doesn't support display: ruby
2025-10-22 22:11:00 +08:00
Tienson Qin
bf2d9dfd7c fix: don't show "No property" when the value is not set yet
and there's a default value for this property.

fixes https://github.com/logseq/db-test/issues/517
2025-10-22 22:03:00 +08:00
Tienson Qin
9933813018 enhance: fix num prefix db idents when validating db
related to https://github.com/logseq/db-test/issues/518
2025-10-22 21:27:44 +08:00
Tienson Qin
9f5b9c33a1 fix: tag title order with extends
fix https://github.com/logseq/db-test/issues/506
fix https://github.com/logseq/db-test/issues/519
2025-10-22 20:53:24 +08:00
Tienson Qin
4dc66544db chore: bump electron to 38.4.0
fix https://github.com/logseq/db-test/issues/522
2025-10-22 18:51:15 +08:00
Tienson Qin
5618d47454 fix: empty button text font size 2025-10-22 18:30:58 +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
9b3071e0f3 enhance: display total refs count when there's filter 2025-10-22 15:07:10 +08:00
Tienson Qin
3b499bcd56 enhance: text-autospace 2025-10-22 07:55:42 +08:00
Gabriel Horner
c248ea16aa fix: incorrect validation message
Also bring back docstring that shouldn't have been removed
2025-10-21 12:43:14 -04:00
Gabriel Horner
652a9061ea fix: outdated outliner lint 2025-10-21 10:30:52 -04:00
Tienson Qin
d8809f0b7e feat: cljs sdk (#12168)
Add clojurescript plugins API
2025-10-21 16:32:12 +08:00
Tienson Qin
a9fc1290f2 Merge pull request #12130 from logseq/refactor/plugin-api-properties
refactor: Plugin apis
2025-10-21 15:40:40 +08:00
Tienson Qin
3962f1f74e enhance: get-tag-objects accept block uuid, db/ident or title 2025-10-20 18:36:23 +08:00
Tienson Qin
8efd79ece9 add new apis to js sdk 2025-10-20 18:33:01 +08:00
Tienson Qin
75e49b22db Merge branch 'master' into refactor/plugin-api-properties 2025-10-20 18:27:21 +08:00
rcmerci
f89d108f4f fix(rtc): dissoc schema-verison when apply-ops with s3-key 2025-10-19 00:11:51 +08:00
Gabriel Horner
db57d6834b fix: error from build-import hidden from user
Also fix unexpected errors continue to call transact! on empty
2025-10-16 10:41:43 -04: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