Commit Graph

5346 Commits

Author SHA1 Message Date
llcc
c3f5d02ef9 make left-sidebar 100% width 2022-05-30 16:19:24 +08:00
llcc
fd8eaf88fa don't show goto-back icon when at journals page 2022-05-30 16:19:24 +08:00
llcc
f8f299c39f restore z-index 2022-05-30 16:19:24 +08:00
llcc
c8e1af519b tweak audio tag width 2022-05-30 16:19:24 +08:00
llcc
359d4d02b1 bigger go-back icon 2022-05-30 16:19:24 +08:00
llcc
30e9594cd8 enhance mobile ui 2022-05-30 16:19:24 +08:00
llcc
f3a8a99ad4 align footer commands to parent node 2022-05-30 16:19:24 +08:00
Tienson Qin
a6eca9d5de chore: updated gitignore 2022-05-30 16:17:16 +08:00
Tienson Qin
7bf613348f fix: block reference metadata leaks into content
close #5453
2022-05-30 16:07:08 +08:00
Tienson Qin
06e932d130 refactor: listen to db changes for outliner pipeline 2022-05-30 12:16:46 +08:00
llcc
a4fedbe719 fix block can't be deleted if backspace at the block beginning 2022-05-29 16:40:03 +08:00
Tienson Qin
cc735fffc7 fix: tests 2022-05-29 16:31:17 +08:00
charlie
35c7516c37 fix(ui): try to fix zIndex of slash command menu with transition solution 2022-05-29 16:27:43 +08:00
charlie
a8cf6befd0 enhance(ux): flip slash commands menu when narrow vertical space 2022-05-29 16:27:43 +08:00
TaylorHo
f810cc2034 Translations pt-BR and it + corrected broken links 2022-05-29 16:21:19 +08:00
Tienson Qin
7c01691385 enhance: adjust opacity for the edit icon 2022-05-29 11:19:29 +08:00
Tienson Qin
16d9bc8573 enhance: display an edit icon if a block only has a block ref 2022-05-29 11:13:42 +08:00
Tienson Qin
a7beb3aba4 fix: disable animated scroll 2022-05-29 10:55:44 +08:00
llcc
f54a54ba84 feat(gesture): disable feature on audio cp 2022-05-28 14:00:48 +08:00
llcc
b5d781e05f Merge branch 'gesture-support-on-block' of https://github.com/logseq/logseq into gesture-support-on-block 2022-05-28 13:07:14 +08:00
llcc
ce8b3cb559 fix https://github.com/logseq/logseq/issues/5455 2022-05-28 13:06:42 +08:00
Aryan Sawhney
49787cf7e0 fix #5443 2022-05-28 02:25:20 +08:00
sawhney17
008fdaa5d6 removed unused import 2022-05-28 02:25:20 +08:00
sawhney17
4e0ab7a37a fix: sort by treating capitalized and non capitalized the same 2022-05-28 02:25:20 +08:00
Tienson Qin
f48f7e23a5 Merge branch 'fix/page-persistent-scroll-position' 2022-05-28 02:24:39 +08:00
Tienson Qin
e649650d28 fix: preserve the scroll position when navigating pages 2022-05-28 02:12:42 +08:00
llcc
ea7b685827 Merge branch 'master' into gesture-support-on-block 2022-05-27 14:12:58 +08:00
Tienson Qin
cee6234c58 Revert "style: optimize block alignment"
This reverts commit e6817d1b40.
2022-05-27 14:01:58 +08:00
Tienson Qin
062c2523bc fix: center item 2022-05-27 13:53:59 +08:00
Tienson Qin
e66c11323c fix: record stop button not fully displayed 2022-05-27 13:32:12 +08:00
Tienson Qin
a9267afb47 chore: css cleanup 2022-05-27 13:24:56 +08:00
Tienson Qin
f150b5db0f enhance: recording stop button 2022-05-27 13:08:33 +08:00
Gabriel Horner
b142327491 Finish up logseq.graph-parser
- Parser now parses all graph files like the app does, not just pages and journals.
  This required extracting another fn from repo-handler
- Add and tweak CI steps that are specific to graph-parser. All
  namespaces in this library are checked for nbb compatibility
- Cleaned up parser cli API so only one fn is needed for scripts
- Tests were updated to match new parsing behavior
- large_vars.clj can run with a smaller max-line-count after only refactoring two fns
- Add docs
2022-05-27 00:54:30 -04:00
llcc
626c19b988 Remove new page icon on mobile 2022-05-27 12:19:26 +08:00
llcc
c20a98f9c4 feat(gesture): add open in right sidebar to iPad action bar 2022-05-27 12:18:10 +08:00
llcc
c03ad5a781 feat(gesture): switch outdent and more icon 2022-05-27 12:14:18 +08:00
Gabriel Horner
1e299052ce Setup cljs tests for graph-parser
- Also reuse docs graph test assertions to ensure main app
and graph-parser are in sync.
- Removed promesa from extract tests
since they are no longer async
- Added cljs and npm deps that were missing and caught by cljs tests
2022-05-26 18:04:45 -04:00
Gabriel Horner
15b8e5e9df Setup CI jobs that are only for graph-parser
Also move all non graph-parser fns to frontend thanks to carve lint
2022-05-26 18:04:45 -04:00
Gabriel Horner
4813d903d5 Move graph-parser to its own dir 2022-05-26 18:04:45 -04:00
Gabriel Horner
2b48d95493 Move frontend db namespaces that graph-parser depends on
graph-parser should be independent of the app
2022-05-26 18:04:45 -04:00
Gabriel Horner
e999ebc149 Automatically set extract-options correctly
- Removed state paths [:config :text-formats], [:config :img-formats]
  and [:me :settins :date-formatter] as they have been unused since
  their introduction in 2020
- Converted incorrect js/Error refs
- Also merged db.config test helpers
2022-05-26 18:04:45 -04:00
Gabriel Horner
5bce219ca4 Remove unused db-type being passed to start-conn
Also removed other unused db fns
2022-05-26 18:04:45 -04:00
Gabriel Horner
11d3d5b3cd Remove unused :me/* attributes
These were removed in b3f67c69b1.
Also removed related, unused spec
2022-05-26 18:04:45 -04:00
Gabriel Horner
89d73bc178 Reuse starting db conn
Also move circular dep hack to ns that both nbb and cljs can use
2022-05-26 18:04:45 -04:00
Gabriel Horner
3bc2479181 First pass at main graph-parser ns
- Copied tests pass!
- Still a number of TODOs left
2022-05-26 18:04:45 -04:00
llcc
7d00b546a0 fix iOS auto suggestion when backspacing 2022-05-26 23:16:28 +08:00
Yue Yang
a6f8584fac fix: move key 2022-05-26 15:46:36 +08:00
Yue Yang
6860dcb4f8 fix: save mode when switching themes 2022-05-26 15:46:36 +08:00
llcc
4a10f35e14 enable custom.js on mobile 2022-05-26 14:43:31 +08:00
llcc
1883d2ac06 Merge branch 'gesture-support-on-block' of https://github.com/logseq/logseq into gesture-support-on-block 2022-05-26 10:59:16 +08:00