Commit Graph

116 Commits

Author SHA1 Message Date
defclass
b5d49c8ac6 feat(token): fetch token if token expires 2020-11-17 13:15:13 +08:00
Tienson Qin
4998113305 Merge pull request #648 from logseq/refactor/state
Minor refactoring of state.cljs
2020-11-16 19:13:15 -06:00
Tienson Qin
6edb36a090 feat: add org link id support
Resolved #659
2020-11-16 14:27:28 +08:00
Tienson Qin
09be59337a fix: separate tags are merged into a single page
Resolved #651
2020-11-15 21:28:09 +08:00
Tienson Qin
c9cbc60fea fix: don't render block embed children recursively 2020-11-15 19:40:38 +08:00
Yukun Guo
63027a7258 refactor: most get-editor-show-* should end with '?' 2020-11-14 15:35:29 +08:00
Yukun Guo
6193f85499 refactor: set-editor-show-* should end with '!' 2020-11-14 15:35:29 +08:00
Yukun Guo
be94dfc4a2 refactor: simplify code in state.cljs
...and add comments/docstrings
2020-11-14 15:35:29 +08:00
Tienson Qin
c1acca2431 fix: light theme background
closed 644
2020-11-14 01:03:59 +08:00
Tienson Qin
4df771f056 Merge pull request #218 from logseq/feat/mobile-style-issues
Fix mobile scroll issues
2020-11-13 08:25:44 -06:00
Tienson Qin
7205a3fb00 fix: set-editing! before update the page/blocks atom 2020-11-13 22:17:33 +08:00
Tienson Qin
3c18e0ef84 fix: don't re-render the unrelated blocks when inserting a new block 2020-11-13 21:08:05 +08:00
Runjuu
2f20927ffa feat(components/sidebar): hide sidebar-nav-wrapper at mobile layout 2020-11-13 14:35:13 +08:00
Runjuu
967fe4f708 fix: scroll related issues 2020-11-13 13:00:57 +08:00
Runjuu
f05a77a31b feat(component/header): extract some css into seperate file 2020-11-13 13:00:57 +08:00
Runjuu
792905832d feat(component): extract header from sidebar 2020-11-13 13:00:57 +08:00
Runjuu
a4b89bff36 feat(component/sidebar): split into smaller components 2020-11-13 13:00:57 +08:00
Tienson Qin
5987cc9742 fix: revert :block/children because it doesn't work
We need to resolve those tempids after db transacted which makes it slow
2020-11-12 23:55:35 +08:00
Tienson Qin
1f3bc0d719 fix: wrong credits.png 2020-11-12 16:48:27 +08:00
Tienson Qin
6794aada93 Merge branch 'master' into refactor/remove-editor-ugly-timers 2020-11-12 12:34:32 +08:00
Michael Wong
f4af624968 Merge pull request #214 from logseq/defclass/fix/right-sidebar-display-problem
fix(sidebar): fix sider display problem when update or delete a page
2020-11-12 11:11:28 +08:00
Tienson Qin
b5e3f7de6e refactor: simplify git state
Retreive both local and remote oids using resolveRef.
2020-11-11 16:19:45 +08:00
Tienson Qin
313a7c38c6 refactor: remove editor's ugly timers 2020-11-11 00:13:56 +08:00
Tienson Qin
74402fce1d chore: display page aliases 2020-11-10 23:01:06 +08:00
Tienson Qin
e01f03101f fix: don't pull if there are un-pushed commits
Otherwise, it'll overwrite the local modified contents.
2020-11-10 18:36:15 +08:00
defclass
80d715e948 fix(sidebar): fix sider display problem when update or delete a page 2020-11-10 16:55:04 +08:00
Tienson Qin
5df9d004f4 chore: set default branch to master 2020-11-10 09:40:50 +08:00
charlie
e63b20e5cb fix: correct args 2020-11-09 18:59:40 +08:00
Charlie
c2848b1b29 Merge branch 'master' into fix-IOS-bottom-fixed-position 2020-11-09 17:26:54 +08:00
Tienson Qin
8b3bde40a1 feat: add embed youtube video command 2020-11-08 12:29:37 +08:00
Tienson Qin
5d4168ef6c chore: create custom.css automatically
Also, make it possible to create a file using the search box.
2020-11-08 07:27:13 +08:00
Tienson Qin
ff80d85907 fix: clear shortcut listeners when unmount
Related to https://github.com/logseq/logseq/issues/572.
2020-11-07 21:40:36 +08:00
Runjuu
ea44608ca4 fix(component/diff): style issues
- avoid header content overflow
- make diff file scrollable
2020-11-06 15:01:56 +08:00
Runjuu
db412b0935 fix(sidebar/main-content): mobile layout issues 2020-11-06 15:01:56 +08:00
Tienson Qin
87f31c1b9f fix: alias delete not working 2020-11-05 23:46:05 +08:00
Tienson Qin
2cc45fbf9d fix: alias 2020-11-05 23:15:23 +08:00
Tienson Qin
42f45f84b0 Remove commented code 2020-11-05 17:32:12 +08:00
Tienson Qin
0a5b88467b fix: repeated tasks
1. Don't show repeat kinds selection (.+, ++, +)
2. Fixed wrong time (no zero padding)
3. Fixed `.+` and `++` behaviors
2020-11-05 17:32:12 +08:00
Tienson Qin
5c53b5494b fix: remove id property when copy block(s) text (#198)
* fix: remove id property when copy block(s) text
2020-11-05 14:43:30 +08:00
charlie
683ce49e2e feat(ui): keep the caret position when insert chars by mobile bar 2020-11-05 13:41:54 +08:00
Charlie
43740a8e58 Merge branch 'master' into fix-IOS-bottom-fixed-position 2020-11-04 19:50:29 +08:00
defclass
24f86232c5 refactor: refactor breadcrumb-show? logic 2020-11-04 18:28:06 +08:00
charlie
a7fe9f9eb8 feat(ui): improve UX of mobile editor toolbar. 2020-11-04 18:11:04 +08:00
defclass
606b545d6c fix(reference): recursive display children
Fixed: https://github.com/logseq/logseq/issues/506
2020-11-04 18:05:43 +08:00
Michael Wong
3cc0d3154a style: remove unused :require (#193)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2020-11-04 11:35:35 +08:00
Runjuu
646960a00c feat(right-sidebar): update hiding scroll bar's styles
related issue https://github.com/logseq/logseq/issues/529#issuecomment-721325528
2020-11-04 11:24:30 +08:00
Tienson Qin
241490640c fix(import): roam research block refs 2020-11-04 11:22:58 +08:00
Tienson Qin
021ab780ee Refactor/names (#190)
* refactor: rename frontend.components.hiccup to block

* refactor: rename v1,v2 to fst-block-text, snd-block-text
2020-11-03 17:50:15 +08:00
Tienson Qin
90612cf170 fix: format 2020-11-03 17:02:18 +08:00
Tienson Qin
b6ad2aa7da fix(sync): address fn name and indentation issues 2020-11-03 15:21:15 +08:00