Commit Graph

21 Commits

Author SHA1 Message Date
rcmerci
ddbc677cd9 fix(sync): lint 2022-04-04 22:30:27 +08:00
rcmerci
882c7f7434 feat(sync): add basic ui 2022-04-04 22:28:25 +08:00
rcmerci
aea611b439 feat(sync): update ui & sync-state 2022-04-04 22:27:44 +08:00
rcmerci
371bcfa855 feat(sync): update SyncManager 2022-04-04 22:27:43 +08:00
rcmerci
54a58a9ef7 chore: mark some funcs as deprecated, add user/login-notify 2022-04-04 22:27:42 +08:00
rcmerci
1606facfbc feat(login): add *token-updated atom 2022-04-04 22:27:14 +08:00
rcmerci
8a9ef0e4cf feat(login): update login & refresh tokens logic 2022-04-04 22:27:13 +08:00
Charlie
0d3ac91ca3 Feature/Setups of Onboarding Process (#4580)
UX enhancement: onboarding setup graphs 

Co-authored-by: llcc <lzhes43@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2022-04-02 21:37:38 +08:00
Gabriel Horner
3ec587d6eb lint :all-the-things: 2022-01-16 12:42:34 +08:00
llcc
fef5bbf068 enhance(clock): support recording in repeated block // cleanup unused namespaces (#2777)
* enhance(clock): support recording in repeated block

* cleanup: unused namespaces

* cleanup: missing-else-branch if --> when

* enhance: wider search results window for mobile browser

* fix: namespace requirement
2021-09-08 10:23:16 +08:00
Weihua Lu
204541abda chore: clean up namespace, eliminate refer-macro 2021-06-21 08:13:49 +08:00
Weihua Lu
d026ba0d5b save workflow to config.edn 2021-03-12 20:13:40 +08:00
Tienson Qin
7c586ec366 feat: delete account 2021-02-15 18:35:48 +08:00
Tienson Qin
caaae6ca06 fix: preferred format setting not working 2021-02-02 18:13:02 +08:00
Tienson Qin
2d925d7fac feat: add block timestamps
Why adding block timestamps?

Block is the atomic unit for logseq instead of a page, with the
timestamps we can do a lot of things, for example:
1. show a blocks timeline related to a topic/project/habit.
2. get latest modified blocks from the page or the whole graph.
3. query dsl can have a (sort-by :last_modified_at) clause

It'll add both created_at and last_modified_at properties to
each block, not all users need this, so, it's an experiment feature,
we'll disable it by default.

Also, this PR simplify the block properties a lot, it might fix some
old issues related to properties.
2020-12-25 14:20:57 +08:00
Yukun Guo
de3590b421 feat: ask user for confirmation when signing out 2020-12-23 19:24:58 +08:00
Tienson Qin
88eda1a014 fix: address issues when merging master 2020-11-30 13:00:52 +08:00
Tienson Qin
d93b298714 Merge branch 'feat/chrome-native-fs' of github.com:logseq/logseq into feat/chrome-native-fs 2020-11-30 12:17:55 +08:00
Tienson Qin
dc0406ff38 fix: clear stores(before restoring) if db schema changed 2020-11-29 22:01:18 +08:00
Tienson Qin
a6a675045e feat: native filesystem api integration WIP 2020-11-22 01:17:47 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00