Commit Graph

3494 Commits (d1a576165d941a3a2c7590acbfeab3247def5342)

Author SHA1 Message Date
Weihua Lu fabb77a094 fix: add content guard 2021-04-19 15:20:28 +08:00
Weihua Lu 0b2351883b feat: esc select block 2021-04-19 15:19:12 +08:00
rcmerci f975f3b4bd feat(export): convert markdown to unordered list or heading style 2021-04-19 15:17:03 +08:00
Weihua Lu fa4708ed02 chore: remove duplicate require 2021-04-19 15:15:54 +08:00
Tienson Qin f7c8d9011d chore: bump version 2021-04-19 11:56:40 +08:00
Tienson Qin f696b5ca73 refactor: alert when file in the db is not equal to the file on the disk 2021-04-19 11:53:00 +08:00
Tienson Qin d3f88d8b66 chore: bump electron 2021-04-19 11:17:57 +08:00
Tienson Qin 1858094f2c fix: retract old attributes when building new block 2021-04-18 22:09:22 +08:00
Tienson Qin 2fceab4d81 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-18 21:37:04 +08:00
Tienson Qin e09b777219 enhance: don't refresh when auto-save 2021-04-18 21:33:07 +08:00
Tienson Qin 6e6093b339 chore: remove unused code 2021-04-18 20:04:27 +08:00
Weihua Lu 8c8161dcb2 fix: cannot delete hashtag 2021-04-18 19:40:35 +08:00
Tienson Qin 17084af429 refactor: remove :start-level 2021-04-18 17:46:58 +08:00
Tienson Qin 6147b77dc4 enhance: don't show sep for block breadcrumb if there's only one parent 2021-04-18 17:36:29 +08:00
Tienson Qin 2f808c14bf refactor: simplify editor timeout 2021-04-18 17:27:07 +08:00
Tienson Qin c61a93112e fix: block background && repeat parents 2021-04-18 16:16:05 +08:00
Tienson Qin 10a839b1c6 fix: zoom-in block editing 2021-04-18 15:50:39 +08:00
Tienson Qin 1375d1fab5 Merge branch 'master' into feat/outliner-core 2021-04-18 15:40:56 +08:00
Tienson Qin 2a48fba72c enhance: adjust scrollbar foreground color 2021-04-18 12:56:44 +08:00
Tienson Qin dcf37edc10 fix: several issues related to graph
fixed position: sticky not working on safari
2021-04-18 12:56:44 +08:00
Tienson Qin 8f6505d04b enhance: scrollbar no longer limits to the main content
also, a sticky right topbar
2021-04-18 12:56:44 +08:00
Junyu Zhan 252cc1bc80 feat: make right sidebar toggle button visible no matter open or close 2021-04-17 19:38:26 +08:00
Junyu Zhan 35dfae5d90 fix: add flex: 1 to main content 2021-04-17 19:38:26 +08:00
Junyu Zhan ed4d6cadf4 feat: move right sidebar toggle button out 2021-04-17 19:38:26 +08:00
Junyu Zhan 0e964b22ed feat: more style tweaks on layout 2021-04-17 19:38:26 +08:00
Junyu Zhan 40e46018f5 feat: add list id to infinite-list component 2021-04-17 19:38:26 +08:00
Junyu Zhan 4f88415d6f fix: add back animation to right sidebar 2021-04-17 19:38:26 +08:00
Junyu Zhan c134aa1660 feat: use flex for drag resize 2021-04-17 19:38:26 +08:00
Junyu Zhan 9fe925f9fc feat: new layout for sidebar 2021-04-17 19:38:26 +08:00
Tienson Qin 1712fef15a refactor: remove unused code 2021-04-16 23:22:48 +08:00
Tienson Qin 4571723694 refactor: make db transaction sync and add refresh 2021-04-16 23:14:08 +08:00
Tienson Qin ba0f6bd734 fix: edit block could be nil because async insert 2021-04-16 22:56:48 +08:00
Tienson Qin 238b180424 chore: bump mldoc 2021-04-16 22:33:20 +08:00
Tienson Qin 0cfc4fed31
Tienson/feat/outliner core (#1672)
* refactor: perf tune wip

* fix: can't create block in new pages

* fix: perf improvement (temporally)
2021-04-16 22:17:52 +08:00
rcmerci 671d301528 refactor(template): insert template 2021-04-16 19:26:34 +08:00
Weihua Lu 97d54c287d chore: remove log 2021-04-16 17:50:20 +08:00
Weihua Lu dd1ba2633f feat: rework on up/down action 2021-04-16 17:46:05 +08:00
Weihua Lu 9d044f5834 refactor: move component state to state 2021-04-16 17:45:16 +08:00
defclass a451d992b0 perf(file): remove duplicate page id when batch write 2021-04-16 16:03:25 +08:00
defclass 06a3dfaa35 fix: fix tests 2021-04-16 15:23:59 +08:00
Weihua Lu d05c540c15 refactor: selection state 2021-04-16 11:49:03 +08:00
Weihua Lu c7efda6c62 chore: remove unused code 2021-04-16 11:37:54 +08:00
Weihua Lu 3751689b9e fix: add selection direction 2021-04-16 11:30:02 +08:00
Tienson Qin 4f6809768b refactor: don't create properties for new pages 2021-04-16 10:25:56 +08:00
Tienson Qin 831d27147b chore: use refresh! in transact-react! 2021-04-16 09:56:55 +08:00
Tienson Qin 700ff65c46 enhance: display error message when write failed 2021-04-16 00:14:04 +08:00
Tienson Qin cae6553a73 chore: remove batch fn 2021-04-16 00:09:06 +08:00
Tienson Qin a884c84f20 Merge branch 'feat/outliner-core' of github.com:logseq/logseq into feat/outliner-core 2021-04-16 00:03:25 +08:00
Tienson Qin 33ed50ca73 refactor: add batch for handling core.async messages 2021-04-15 23:58:00 +08:00
Tienson Qin 2f948f5e60 chore: bump minor version 2021-04-15 21:29:40 +08:00