rcmerci
c0cd2eb54d
chore: remove debug prn
2025-11-29 00:43:31 +08:00
rcmerci
9ca44ef150
fix(rtc,e2ee): don't require password for non-e2ee-graphs
2025-11-28 22:33:27 +08:00
Tienson Qin
547e86ab4d
Update roadmap link
2025-11-28 15:45:48 +08:00
Tienson Qin
3952e5f1aa
fix: frontend code shouldn't require mobile ns
2025-11-28 04:34:43 +08:00
Tienson Qin
9c01d46bc3
enhance(mobile): native alert
2025-11-28 03:06:13 +08:00
Tienson Qin
bfce853b88
fix: popup position
2025-11-28 01:55:56 +08:00
Tienson Qin
be09bf3c86
enhance(ios): native editor commands toolbar
2025-11-28 01:50:25 +08:00
Tienson Qin
7a237082d1
fix: lint
2025-11-27 23:12:59 +08:00
Tienson Qin
de4c4bdcb5
fix(mobile): delete block doesn't focus on the prev one
2025-11-27 23:11:34 +08:00
Tienson Qin
30c2355c95
fix: lint
2025-11-27 22:55:52 +08:00
Tienson Qin
3a0af1390d
fix: children should be sorted
2025-11-27 22:46:19 +08:00
Tienson Qin
68075a8bd4
enhance: support dynamic number of tabs
2025-11-27 21:35:35 +08:00
Tienson Qin
a5badf9e4b
enhance(ux): limit blocks length to 50 for home journal page
2025-11-27 18:47:05 +08:00
Tienson Qin
636db7aae7
fix(mobile): partial blocks when navigating back to the home tab
2025-11-27 17:34:05 +08:00
Tienson Qin
49afae26f1
fix: set home view to invisible instead of hidden
2025-11-27 16:52:16 +08:00
Tienson Qin
f24583d82a
fix: can't copy image on mobile
2025-11-27 13:10:10 +08:00
Tienson Qin
7dfb673a2b
chore: remove unused title
2025-11-27 11:32:53 +08:00
Tienson Qin
1b37c73864
fix: can't present quick add sheet after switching to settings tab
2025-11-27 11:26:04 +08:00
Tienson Qin
77b8f55a3c
fix: search ui gap
2025-11-27 09:46:40 +08:00
Tienson Qin
cd4af15633
fix: routes for all graphs and import note
2025-11-27 09:45:08 +08:00
Tienson Qin
1c1fb75a99
update icon for selection bar ref button
2025-11-26 23:03:09 +08:00
Tienson Qin
ec32fe3590
enhance: native selection bar
2025-11-26 23:02:18 +08:00
Tienson Qin
38baa56286
fix: lint
2025-11-26 18:36:16 +08:00
Tienson Qin
d459b884ec
fix: page view title shouldn't be clickable
2025-11-26 18:16:44 +08:00
Tienson Qin
900e845b92
fix: navigate back to previous route after deleting a page
2025-11-26 17:29:44 +08:00
Tienson Qin
357c8f0667
Merge branch 'master' into enhance/ios-native-navigation
2025-11-26 16:18:54 +08:00
Tienson Qin
d6ddabbc74
fix: set-tab! doesn't work on native module
2025-11-26 16:17:16 +08:00
Tienson Qin
e3054f5197
chore: code cleanup
2025-11-26 13:47:41 +08:00
Tienson Qin
bcf3c9bc57
enhance: quick add animation
2025-11-26 06:06:58 +08:00
Tienson Qin
c7098f5e31
enhance: consistent tint color
2025-11-26 05:39:03 +08:00
Tienson Qin
2feb2108cb
enhance: background transition
2025-11-26 04:31:36 +08:00
Tienson Qin
032a747ce4
chore: remove bak
2025-11-25 23:43:29 +08:00
Tienson Qin
fe308e5792
fix: nav|tap bar background on dark theme
2025-11-25 17:47:35 +08:00
charlie
86ee90b458
fix(apis): correct comments and improve formatting in server and settings files
2025-11-25 10:45:46 +08:00
Charlie
98b474e0ef
enhance(ui): support global mode for the custom font family ( #12226 )
2025-11-25 08:24:01 +08:00
rcmerci
0021611321
enhance(rtc): split timeout-ms into 2 parts, ws + s3-get
...
now, ws-message receiving and s3 http-get have their own timeout
config, default 10s
2025-11-25 00:54:46 +08:00
Tienson Qin
e183ca56d0
fix: editor commands popup
2025-11-24 23:46:20 +08:00
Tienson Qin
e373199d54
fix: present sheets in release mode
2025-11-24 23:13:55 +08:00
Tienson Qin
73d4ee7caa
Merge branch 'master' into enhance/ios-native-navigation
2025-11-24 22:36:50 +08:00
Tienson Qin
9af504e568
add favorite button and block context actions
2025-11-24 22:27:37 +08:00
Tienson Qin
cbebd8c5b1
add rtc indicator to top bar
2025-11-24 21:49:12 +08:00
Tienson Qin
daacb8e7eb
fix: block control
2025-11-24 21:16:37 +08:00
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
rcmerci
4684f8d74c
enhance(rtc): optional t-query-end if updates from old-clients
2025-11-24 18:02:41 +08:00
Tienson Qin
a30fa07026
fix: ui flash when dismissing bottom sheets
2025-11-24 17:48:37 +08:00
rcmerci
f17d562ca2
enhance(rtc): support incrementally update tx-range from remote
...
When there is a significant tx gap between the local-graph and the
remote-graph, updating all tx-diffs at once causes excessive server
load.
We now use an incremental update strategy,
limiting the tx-range to a maximum of 2,000 per batch
2025-11-24 17:28: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