Commit Graph

12353 Commits

Author SHA1 Message Date
Tienson Qin
6c8f6741f7 fix(iOS): don't pause if it's already resumed from background mode 2022-11-21 21:03:32 +08:00
Tienson Qin
7911efec1c fix: restore back to the previous impl on pause and add instruments 2022-11-21 21:03:32 +08:00
Tienson Qin
7ffa3e9aa4 fix: lint warning 2022-11-21 21:03:32 +08:00
Tienson Qin
936a53437f fix: sync shouldn't stop when its state is idle 2022-11-21 21:03:32 +08:00
Tienson Qin
3210d17881 enhance: subscribe to id-token for reactive change 2022-11-21 21:03:32 +08:00
rcmerci
1093fe272e fix(sync): fix normalize path in <get-remote-all-files-meta 2022-11-21 21:03:32 +08:00
Tienson Qin
3312bfc3b6 fix: sync icon is missing 2022-11-21 21:03:32 +08:00
Tienson Qin
98c8ad304c Load refresh token synchronously 2022-11-21 21:03:32 +08:00
Tienson Qin
268a7830bb Instrument all the sync unknown errors 2022-11-21 21:03:32 +08:00
Tienson Qin
a28fed8b25 Pause sync if there's 404 not found 2022-11-21 21:03:32 +08:00
Tienson Qin
628377de87 Don't normalize paths when downloading files 2022-11-21 21:03:32 +08:00
Tienson Qin
d4ba355c62 fix: local page history not working 2022-11-21 21:03:32 +08:00
Tienson Qin
f47ef566cd Make it clear that watcher events are from mobile 2022-11-21 21:03:32 +08:00
Tienson Qin
56d6be278b fix: make sure paths are normalized before uploading to server 2022-11-21 21:03:32 +08:00
Tienson Qin
17a1ac35eb fix: normalize the paths returned from file watcher 2022-11-21 21:03:32 +08:00
Tienson Qin
831356ece8 Make sure file paths are normalized before writing 2022-11-21 21:03:32 +08:00
rcmerci
671ca3bc13 fix(sync): add missed sync-event 2022-11-21 21:03:32 +08:00
rcmerci
65338a9811 fix(sync): apply path-normalize on read/write filepath 2022-11-21 21:03:32 +08:00
Peng Xiao
7847bfb65a fix: code style issues 2022-11-21 15:51:46 +08:00
Peng Xiao
7fdf71ac47 fix: several ux issues on linking panel 2022-11-21 14:28:49 +08:00
Peng Xiao
e9edd91003 fix: copying whiteboard shapes into outliner 2022-11-21 14:20:41 +08:00
Manu [tennox]
b9f3bee43c fix #7283: customUUID not converted to UUID type
Closes #7283
2022-11-21 14:19:09 +08:00
glippi
f6ea0539f2 Add a section on how to contribute by opening a PR 2022-11-21 14:12:33 +08:00
Matt Lilley
0827a529f7 Fix shift+click on all pages launching a new window 2022-11-21 14:06:13 +08:00
Soumik
1e09f35063 fix: rebase issue 2022-11-21 14:03:11 +08:00
charlie
135717e08e improve: reuse function about filter installed plugins 2022-11-21 14:03:11 +08:00
Soumik
8e10239b87 feat: show theme plugin settings under Settings menu 2022-11-21 14:03:11 +08:00
Gabriel Horner
794684750e Fix up rules lint know that rules var is a map 2022-11-21 14:02:58 +08:00
Gabriel Horner
70a476dde3 Fix up model tests and remove unused rules 2022-11-21 14:02:58 +08:00
charlie
96381a9919 enhance(ux): auto width for absolute modal. That's friendly for widen screen. 2022-11-21 14:01:38 +08:00
Konstantinos Kaloutas
5abbf8b198 fix: title bar drag region 2022-11-21 14:00:52 +08:00
Andelf
e618f5d1f7 Fix: android nav bar and status bar color (#7385)
* fix(android): set nav bar and status bar color

Close #7382
2022-11-21 10:50:10 +08:00
Peng Xiao
4a407b4dc5 fix: revert a incorrect change 2022-11-20 18:19:37 +08:00
Peng Xiao
975aff5b80 feat: finish shape links input 2022-11-20 18:16:56 +08:00
Peng Xiao
4f96e42b01 fix: more styles chanes 2022-11-20 17:25:43 +08:00
Peng Xiao
77f77422e6 fix: some style issues 2022-11-20 16:18:59 +08:00
Peng Xiao
4e63a82d27 feat: links panel 2022-11-20 16:11:12 +08:00
Peng Xiao
c426c21004 fix: adjust zindex 2022-11-20 12:07:06 +08:00
Peng Xiao
623893bf9c fix: make backlinks display nicer on small shapes 2022-11-20 11:52:07 +08:00
Peng Xiao
be1672f37e wip 2022-11-20 00:46:14 +08:00
Peng Xiao
8f0eda94b1 wip: forward links 2022-11-20 00:40:45 +08:00
Peng Xiao
def081679f fix: recalculate whiteboard references on change 2022-11-19 23:55:50 +08:00
Peng Xiao
883cdacd3e wip: links for any shape 2022-11-19 18:29:09 +08:00
Peng Xiao
07d716756c fix: whiteboard back links in page refereneces 2022-11-19 17:52:28 +08:00
Peng Xiao
7d78258cfe fix: some whiteboard styles 2022-11-19 17:52:02 +08:00
Peng Xiao
be5a4abc86 fix: make the reference count reactive 2022-11-19 16:42:36 +08:00
Peng Xiao
f322160ca6 feat(whiteboard): show shape references 2022-11-19 16:21:55 +08:00
Matt Tracy
2848d101b0 Address Review Feedback
- Fixed new page name not being cleared
- Clarified some fn and parameter names
- Added test for reload page w/ title:: property change
2022-11-18 15:35:29 -08:00
Gabriel Horner
962998a7b2 Merge pull request #7336 from logseq/fix/wb-fixes
fix(whiteboard): whiteboard ux issues
2022-11-18 14:03:34 -05:00
Gabriel Horner
51fe26ff5a Merge branch 'master' into fix/wb-fixes 2022-11-18 12:35:41 -05:00