Commit Graph

34 Commits

Author SHA1 Message Date
Tienson Qin
a14a6a5346 Revert "feat(plguin): integration"
This reverts commit ba6b6429a9.
2021-05-08 19:01:15 +08:00
charlie
ba6b6429a9 feat(plguin): integration 2021-05-08 14:14:19 +08:00
Tienson Qin
e84049a860 feat: add custom date format to settings 2021-04-11 14:11:51 +08:00
Weihua Lu
759667e041 mimor refactor 2021-03-12 20:13:40 +08:00
charlie
5d14be81b9 improve(ux): correct toggle interaction region 2021-03-08 12:24:35 +08:00
Tienson Qin
ec55e88810 fix: background 2021-03-08 11:26:24 +08:00
charlie
eff41b7cae refactor(ui): make some buttons base on ui/button component 2021-03-03 16:28:55 +08:00
Tienson Qin
5a072bce91 Merge branch 'master' into feat/ui-tweaks-settings 2021-03-01 20:15:54 +08:00
charlie
b71d4968e4 fix(ui): polish settings ui 2021-03-01 17:21:34 +08:00
Tienson Qin
17dfb84082 fix: don't remember workflow 2021-03-01 17:02:50 +08:00
charlie
155f2397ca improve(ui): polish settings ui when user login 2021-02-28 17:29:00 +08:00
charlie
52312b6143 refactor(style): use class as style selector 2021-02-27 18:09:18 +08:00
charlie
d18ee7f8c4 improve(ui): polish settings options ui 2021-02-27 17:04:48 +08:00
Tienson Qin
46d8270061 feat(encryption): enable it now 2021-02-24 21:17:51 +08:00
Tienson Qin
5b5ab465a8 chore: disable encryption temporally 2021-02-23 23:38:42 +08:00
Tienson Qin
018294a86f feat(encryption): add password confirmation 2021-02-23 14:26:43 +08:00
Tienson Qin
6febfa02bf feat(encryption): add warning text and setting option 2021-02-18 00:28:05 +08:00
Tienson Qin
7c586ec366 feat: delete account 2021-02-15 18:35:48 +08:00
Tienson Qin
f0f9c1790f fix: preferred workflow settings not working on desktop 2021-02-02 19:03:07 +08:00
Tienson Qin
df7ca4995e feat(electron): fix fs watcher ignored
Also, use rfe for links
2021-01-27 12:24:37 +08:00
charlie
af0144e66d feat(electron): add more UI cases for app updater 2021-01-22 21:04:36 +08:00
charlie
5fa0295ba3 feat(electron): settings ui of app updater 2021-01-22 18:06:34 +08:00
Tienson Qin
967654aeb4 chore: disable block timestamps because it doesn't work with undo 2021-01-12 23:08:28 +08:00
Tienson Qin
1b38b9deb1 feat: add git auto push option to settings
Also, add ctrl-s for auto-pushing
2021-01-12 22:52:42 +08:00
Tienson Qin
d34e22fc4a feat: add an option to disable the journals and set a default home page 2021-01-02 17:32:16 +08:00
Tienson Qin
f8371aabc1 fix: settings display wrong preferred format 2020-12-30 14:19:48 +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
Tienson Qin
bc8463265d fix: preserve config.file order when updating 2020-12-22 23:55:48 +08:00
Tienson Qin
157365d9b5 feat(show-brackets): add shortcut hint 2020-12-22 13:49:30 +08:00
Tienson Qin
5b74e78fae feat: add a way to toggle displaying brackets
It also add a shortcut "ctrl+c ctrl+b".

Feature request: https://discuss.logseq.com/t/dont-show-and-when-not-editing-a-bulletpoint/90/2
2020-12-22 13:49:30 +08:00
Tienson Qin
8208b92d60 fix: move the theme button to settings
There're several other things
1. remove help button because there's one in the right bottom corner.
2. remove config/mobile? check for right sidebar
3. add open collective link
4. adjust left bar width
2020-12-18 19:52:31 +08:00
charlie
2db70bdfc4 style: fix notification text theme issue & ui details 2020-12-13 12:43:36 +08:00
Tienson Qin
71272b2551 feat(feature): add switch to toggle timetracking
Closed https://github.com/logseq/logseq/issues/548
2020-10-29 11:03:07 +08:00
Tienson Qin
2d1fa33204 refactor: remove web 2020-10-27 23:19:40 +08:00