Commit Graph

287 Commits

Author SHA1 Message Date
Tienson Qin
c034d60725 fix: graph name not updated after switching to another 2025-11-24 19:54:27 +08:00
Tienson Qin
f155102e8e add padding to main content container 2025-11-24 18:22:37 +08:00
Tienson Qin
a30fa07026 fix: ui flash when dismissing bottom sheets 2025-11-24 17:48:37 +08:00
Tienson Qin
cf76c66163 enhance: set popup data before presenting 2025-11-24 17:02:17 +08:00
Tienson Qin
f68d257021 fix: persistent main view 2025-11-24 16:55:28 +08:00
Tienson Qin
03cf2938fe fix: tricky conflicts between appDelegate and bottomSheet 2025-11-24 16:52:13 +08:00
Tienson Qin
d86f13630f fix: register listeners once 2025-11-24 15:16:24 +08:00
Tienson Qin
e9910301c5 code cleanup 2025-11-24 12:55:51 +08:00
Tienson Qin
f53b183924 remove silk ui 2025-11-24 11:22:56 +08:00
Tienson Qin
fbd456476d wip: native bottom sheet 2025-11-24 10:28:31 +08:00
Tienson Qin
f2224e6a3f fix: notify native route changes and then ui refresh 2025-11-24 09:37:54 +08:00
Tienson Qin
2a24c4cc82 chore: remove outdated modals code 2025-11-24 00:29:04 +08:00
Tienson Qin
af0abe1a6f fix: calendar doesn't redirect to journal page 2025-11-24 00:02:49 +08:00
Tienson Qin
bead5138fb enhance: add bottom tab for favorites
removes left sidebar
2025-11-23 23:32:30 +08:00
Tienson Qin
6d0a8fbe9f fix: navigation back 2025-11-23 21:59:11 +08:00
Tienson Qin
0a5ebf97d1 enhance: swipe anywhere to go back 2025-11-20 16:50:56 +08:00
Tienson Qin
918e33affd fix: closing search backs to home 2025-11-18 13:20:37 +08:00
Tienson Qin
cad7c88764 disable swipe to open sidebar temporally 2025-11-18 12:22:48 +08:00
Tienson Qin
ed950ccee9 fix: search recents 2025-11-18 11:28:59 +08:00
Tienson Qin
ef0235fda8 implement search bridge for swift <> cljs 2025-11-17 23:09:44 +08:00
Tienson Qin
e396692f91 auto focus 2025-11-17 22:37:39 +08:00
Tienson Qin
4b34769afd enhance(ux): iOS search toolbar 2025-11-17 18:56:24 +08:00
Tienson Qin
152986f84e chore: code cleanup 2025-11-17 17:19:10 +08:00
Tienson Qin
35999bce99 add liquid tabs plugin 2025-11-17 17:14:51 +08:00
Tienson Qin
64af101a89 wip: liquid search 2025-11-17 16:16:24 +08:00
Tienson Qin
d5a9b1e43a keep-alive journals to keep scroll position 2025-11-17 12:52:23 +08:00
Tienson Qin
499f4acd19 slide-out animation for left sidebar 2025-11-16 23:21:37 +08:00
Tienson Qin
7fac63544c add left sidebar to routes 2025-11-16 22:33:10 +08:00
Tienson Qin
97d1227857 fix: padding 2025-11-16 21:09:16 +08:00
Tienson Qin
7c41eaa413 native top bar 2025-11-16 21:00:50 +08:00
Tienson Qin
6af863e6ac remove requestNavigation 2025-11-16 20:09:25 +08:00
Tienson Qin
51c5ce01fb enhance(ux): wip iOS native navigation 2025-11-16 17:36:24 +08:00
Tienson Qin
9ebe370ec6 Enhance/native bottom tabs (#12202)
* enhance(ux): native bottom tabs on iOS

* fix: hide bottom tabs when sheet has been opened
2025-11-10 13:15:00 +08:00
Tienson Qin
1662497aa6 enhance(ux): display property pairs vertically on mobile
addresses https://test.logseq.com/#/page/690cb89e-997f-425a-ae04-e7709b23c827
2025-11-07 00:34:07 +08:00
Tienson Qin
833f59120a fix: no bottom tabs && editor bar on iPad
absolute makes it depend on ancestors, use fixed instead.

related to https://github.com/logseq/db-test/issues/507
2025-10-30 02:33:21 +08:00
Tienson Qin
9ad3da9c60 fix(mobile): failed to open "Import existing notes"
fix https://github.com/logseq/db-test/issues/500
2025-10-30 02:01:34 +08:00
Tienson Qin
5dae9845a9 fix(mobile): can't open block from search result
fix https://github.com/logseq/db-test/issues/502
2025-10-28 18:45:05 +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
52a736922e fix(mobile): quit quick add when clicking a block 2025-10-11 18:20:42 +08:00
charlie
927e84e2b7 enhance(mobile): annoying keyboard behavior in the block editor modal container 2025-09-26 15:22:33 +08:00
charlie
9705f57053 enhance(mobile): polish the select graph popup 2025-09-25 20:16:02 +08:00
Tienson Qin
13f510ca0c enhance(mobile): auto-detect audio language 2025-09-25 17:09:27 +08:00
rcmerci
83474008ab refactor: update logs 2025-09-25 16:23:42 +08:00
Tienson Qin
ede13f773b enhance: show transcribe button iff ios 26 2025-09-25 14:24:18 +08:00
Tienson Qin
9c49a42095 fix(mobile): quick add not in editor mode when app was killed 2025-09-24 17:41:04 +08:00
charlie
208bda80e8 feat(navigation): integrate capgo capacitor navigation bar plugin 2025-09-24 16:44:27 +08:00
charlie
f75171c864 enhance(android): adjust tabbar bottom padding and search focus delay 2025-09-24 12:47:34 +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