Tienson Qin
8bbca5d2ed
chore: bump version
0.5.3
2021-12-12 16:49:01 +08:00
Andelf
c8c8fccc7e
fix(build): excalidraw version should be consistent with assets
2021-12-12 16:26:44 +08:00
Andelf
0f650741a8
fix(test): unused imports
2021-12-12 16:24:14 +08:00
Andelf
0d26856206
test(e2e): add cases for code-editing
2021-12-12 16:24:14 +08:00
Andelf
b3f2871414
refactor(editor): refine saving of code editor
...
- won't remove indentations
- use pos-meta to save block
- debounce esc event against blur
2021-12-12 16:24:14 +08:00
Tienson Qin
c722f6ec83
fix: ignore properties when displaying block's body
2021-12-12 16:06:32 +08:00
Tienson Qin
75436b183a
fix: can't collapse a block with body
2021-12-11 14:40:32 +08:00
Andelf
313b6ab3b1
fix(editor): extra newline in code editor
...
See-also: #3410
2021-12-11 14:24:17 +08:00
Tienson Qin
d3fa2196b0
fix: Horizontal line not created with ---
...
close #3416
2021-12-11 14:09:17 +08:00
Tienson Qin
ae89f9970b
fix: hide empty blocks
2021-12-11 13:27:28 +08:00
Tienson Qin
eb24a534ec
fix: check content
2021-12-11 13:20:33 +08:00
Tienson Qin
e3550774c2
fix: catch teardown exception
2021-12-10 23:02:24 +08:00
Tienson Qin
353ff34920
fix: remove block-control style tweak for mobile
2021-12-10 22:56:28 +08:00
leizhe
b01459cf14
fix: duplicate content when using time-tracking
2021-12-10 22:33:17 +08:00
charlie
a02cef0d4c
fix(ui): preboot logo color on dark mode
2021-12-10 22:33:04 +08:00
Tienson Qin
4661b19524
fix: wrong indentation for both templates and copied selections
2021-12-10 22:24:41 +08:00
Tienson Qin
09a00ab93d
fix: #tag query
2021-12-10 20:48:23 +08:00
Andelf
983c0bc16a
fix(editor): wrong indent removal fn
2021-12-10 19:03:16 +08:00
Andelf
d5a85c959f
fix(test): adapt tests to the new left sidebar
2021-12-10 14:14:57 +08:00
Tienson Qin
54b1726145
fix: logbook time disappears after editing
2021-12-10 14:00:39 +08:00
Tienson Qin
4e5cd90369
fix: style
2021-12-10 13:09:52 +08:00
Tienson Qin
ee370a0129
fix: cut block lose nested children blocks
2021-12-10 12:56:22 +08:00
Tienson Qin
b748d55590
fix: embed block style
2021-12-09 22:48:56 +08:00
leizhe
b8e8ecc5f0
fix(logbook): logbook disappears when block got embedded
...
Once a Task Block got embedded, its logbook drawer disappears when
toggling the state from TODO to DOING. This PR fixed this issue.
2021-12-09 22:45:46 +08:00
Tienson Qin
d3f0bd5fa4
fix: Problem keeping separate graphs separated
...
close #3309
2021-12-09 22:40:50 +08:00
Tienson Qin
d29185a781
enhance: safe check
2021-12-09 22:35:20 +08:00
Tienson Qin
17baae964e
fix: remove redundant :go/journals
2021-12-09 22:31:01 +08:00
Tienson Qin
5143f8f4cf
enhance: disable spell check on electron by default
...
close #3356
2021-12-09 22:16:50 +08:00
Tienson Qin
f50b048776
enhance: g a to all pages, g g to graph view, g f to open flashcards
...
close #3393
2021-12-09 22:03:54 +08:00
Tienson Qin
86740dd1d4
fix: Automatic jump back when click 'prev' in a long page
...
close #3394
2021-12-09 21:47:28 +08:00
Tienson Qin
5c2ad1816f
fix: safe setrangetext
2021-12-09 21:25:20 +08:00
Andelf
66aab58ba9
fix: graph name in all graphs page
2021-12-09 21:18:29 +08:00
Tienson Qin
53cafc4037
fix: search blank page
2021-12-09 21:07:04 +08:00
leizhe
849c077b93
fix(drawer): display user-defined drawer
...
fix https://github.com/logseq/logseq/issues/3383
2021-12-09 21:04:27 +08:00
leizhe
6109836dbc
fix(android): don't read files started with #
...
`(.stat Filesystem (clj->js {:path file}))` returns its parent directory
if the file starting with a #, which leads to reading the directory endlessly.
2021-12-09 20:23:57 +08:00
Tienson Qin
c41247e200
feat: add some instruments
2021-12-09 19:23:38 +08:00
Tienson Qin
e1a0613438
fix: add mobile app_type instrument
2021-12-09 18:35:07 +08:00
charlie
c389467e0a
fix(ui): top padding of left sidebar for ios mobile
2021-12-09 18:31:01 +08:00
Tienson Qin
77ce2d8eaa
fix: empty block not deleted when there's new file detected from
...
the disk.
close #3387
2021-12-09 12:15:02 +08:00
charlie
ea48569580
fix(ui): overlay editor of left sidebar when narrow screen
2021-12-09 11:06:10 +08:00
Andelf
adf0680c00
fix(ci): force macos-11
0.5.2
2021-12-08 23:56:45 +08:00
Tienson Qin
cf795aeaef
fix: add apple asc provider
2021-12-08 22:40:39 +08:00
Tienson Qin
52c109f4e9
chore: bump version
2021-12-08 21:27:13 +08:00
Charlie
c63f1f0d15
Enhance/left sidebar responsive ( #3376 )
...
* improve(ui): [WIP] refactor left sidebar component
* improve(ui): [WIP] refactor left sidebar component
* improve(ui): polish left sidebar for mobile
* improve(ui): polish left sidebar for mobile native
* fix: unnecessary stateful component
* improve(ui): tweak padding inner left sidebar
* fix(tests): update tests
* fix(ui): close left sidebar when create page on sm breakpoint
* improve(ui): tweak `--ls-left-sidebar-sm-width` to 70%
* fix(ui): overlap between left sidebar and toolbar right area on mobile
2021-12-08 21:13:57 +08:00
Andelf
a4c0f5d1c6
enhance(ui): refine repo dropdown and repo list
2021-12-08 19:55:50 +08:00
ahonn
c15079b281
fix: fixed copy block refs in complex nesting cases
mobile-0.1.1
2021-12-08 13:13:43 +08:00
charlie
21a6ccff74
fix(mobile): offline tabler icons resources
2021-12-08 13:13:14 +08:00
Tienson Qin
6b19010b1a
fix: android left sidebar blank space
2021-12-08 13:11:14 +08:00
Tienson Qin
b9fcfddab2
fix: android 10 file access
2021-12-08 13:04:04 +08:00
Tienson Qin
f983452997
fix: add android:requestLegacyExternalStorage
2021-12-08 12:33:23 +08:00