Commit Graph

1038 Commits

Author SHA1 Message Date
charlie
8d6e9b7cfd feat(ui): WIP number list block (own-property) 2023-04-14 16:46:05 +08:00
charlie
ae652b5637 feat(ui): WIP number list block (own-property) 2023-04-13 17:07:06 +08:00
charlie
a98e612a54 Merge branch 'master' into feat/custom-children-list-style 2023-04-13 01:00:40 +08:00
Tienson Qin
7b1c377e3a fix: whiteboard breadcrumb 2023-04-13 00:21:21 +08:00
Tienson Qin
cb7e1321c0 fix: disable reactive queries in api
close #9063
2023-04-12 23:57:05 +08:00
charlie
c8387e9663 fix(ui): breadcrumb fragments overflow in query results container 2023-04-12 23:26:01 +08:00
Tienson Qin
98861a6bfa fix: don't show breadcrumb when there's no parents 2023-04-12 22:03:03 +08:00
charlie
d8af0cc35a feat(ui): WIP number list block 2023-04-12 17:43:14 +08:00
Tienson Qin
339fb7ceb2 fix: buggy selection hightlights (#9074) 2023-04-12 17:19:06 +08:00
Tienson Qin
b17c4ea37e enhance: show custom title instead of live query for custom queries (#9026)
* enhance(ui): replace live query with custom title if exists

also moved query related components to frontend.components.query

* fix: simplify query components' state
2023-04-12 11:12:05 +08:00
charlie
d4950b1898 enhance(ui): add hint class for the blank content block 2023-04-12 00:40:20 +08:00
Tienson Qin
fdef07ded9 fix: trigger query only once 2023-04-07 14:13:03 +08:00
Tienson Qin
0352a14486 fix: built-in queries share the same logic as other custom queries 2023-04-07 14:13:03 +08:00
Gabriel Horner
b2e6e3d16b Update large-var kw to reflect correct state 2023-04-04 11:49:03 -04:00
charlie
9b4fcbba66 fix: lint 2023-04-04 11:49:03 -04:00
charlie
cd844da008 fix(ui): heading image overflow for the breadcrumb items 2023-04-04 11:49:03 -04:00
charlie
4e631eed0c fix(ui): heading image overflow for the breadcrumb items 2023-04-04 11:49:03 -04:00
Gabriel Horner
980b4b45b2 Bring back result count for built-in queries
Fix #8925 and fix #8950
2023-03-29 23:03:56 +08:00
Tienson Qin
446797cdd7 enhance: wrap breadcrumbs 2023-03-29 17:30:46 +08:00
Tienson Qin
6b47d37e31 fix: lint 2023-03-29 17:30:46 +08:00
Tienson Qin
1c3b92d1e3 enhance: use icon for breadcrumb separator 2023-03-29 17:30:46 +08:00
Tienson Qin
43bb77322f fix: query with breadcrumbs show blocks on wrong hierarchy
close #5859
2023-03-29 17:30:46 +08:00
Tienson Qin
c1e8d6ed8e refactor: path/absolute? 2023-03-28 09:14:42 +08:00
Andelf
2ad52eab3e fix(fs): file editing on windows 2023-03-28 09:14:42 +08:00
Andelf
94b27014dd fix(fs): asset path on windows 2023-03-28 09:14:42 +08:00
Andelf
c79c352e08 fix(fs/mobile): ios fs and loading fix 2023-03-28 09:14:42 +08:00
Andelf
3c0973013b refactor(fs): mv fs2 logic to logseq.common pkg 2023-03-28 09:14:42 +08:00
Andelf
abf7d55c7c refactor(fs): rm redundent return date from fs protocol
fix(fs): asset url loading under nfs backend
2023-03-28 09:14:42 +08:00
Andelf
6082663f4c fix(electron): assets:// url handling 2023-03-28 09:14:42 +08:00
Andelf
d666a6d35a refactor(fs): rework on electron fs 2023-03-28 09:14:42 +08:00
Andelf
bbb655ff43 refactor(fs): handle asset deletion 2023-03-28 09:14:42 +08:00
Andelf
ad564a4d72 fix(fs): asset url handling 2023-03-28 09:14:42 +08:00
Konstantinos Kaloutas
0a1f5e059c fix: hide delete image button 2023-03-27 14:17:18 -04:00
Tienson Qin
0ae6fd4673 fix: update properties-text-values when update properties 2023-03-27 22:49:18 +08:00
Konstantinos
b5494f33cc Fix (Whiteboards): An attempt to fix most of the remaining issues (#8893)
* Revert "enhance: clear selection ranges"

This reverts commit cb2c1f1d6a.

* fix: untitled name crash on click

* fix: breadcrumb without label

* fix: maintain original page name

* fix: revert shape to block change

* fix: allow toolbar scrolling

* fix: remove overflow from context bar
2023-03-25 10:40:58 +08:00
Gabriel Horner
60e480757a Fix result count in list view - fix #8586
Fix so that it is correct and consistent with table view
2023-03-24 10:16:00 -04:00
Andelf
de9ab536fe fix(editor): avoid nav to block with empty uuid 2023-03-23 13:01:34 +08:00
Tienson Qin
b4cabb2a85 fix: collapsed? not working on advanced queries 2023-03-22 17:04:16 +08:00
Tienson Qin
db6fc6b7ee feat: simple query builder (#8774)
Simple query builder

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
Co-authored-by: charlie <xyhp915@qq.com>
2023-03-21 14:27:00 +08:00
Konstantinos
2c987d0c6a Enhance (Whiteboards): UX (#8797)
- Improve zooming performance (try zooming using the scrollbar or the trackpad on a portal heavy board)
- Auto remove arrows when we delete connected shapes (see video)
- Create new portals when we Alt+Click on refs in portal elements
- Enable development toolbar within Logseq
- Clear brush (select) area on exit to avoid the leftover when we double click and drag at the same time (see image below)
---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-03-20 18:28:55 +08:00
Andelf
2ca70373af fix(editor): wrong cookie render
Close #8841
2023-03-17 14:36:18 -04:00
aiirobyte
0eb25b3934 Add option to handle default block refs expanding behaviour (#8839)
* Add option to handle default block refs expanding behaviour

* provide default value

* polish config desc for dicts

* polish config desc in template config

* specify option on settings page

* fix: typo on fn name

* chore: remove the tail period

---------

Co-authored-by: situ2001 <yongcong2001@outlook.com>
2023-03-17 21:40:38 +08:00
Tienson Qin
552a8a1575 fix: display page's original name when possible 2023-03-07 11:09:37 +08:00
Konstantinos
82e5abf9e0 Enhance (Whiteboards): Paste and dnd behavior (also add a placeholder to shape labels) (#8753)
* fix: paste shape

* enhance: add label placeholder

* fix: don't create portal on ref click

* enhance: allow ref dragging

* fix: create line binding on drop

* enhance: allow creating url based elements on drop
2023-03-06 12:04:24 +08:00
rcmerci
de2c1f7445 move all string/join used to construct paths to one place 2023-03-01 11:59:00 -05:00
Adam
6f45107408 fix: incorrect page title when 'hls__' is opened (#8697)
* dev: move 'hls-file?' to pdf-utils
* dev: use 'hls-file?' instead of string comparison
* fix: window title when hls file opened
2023-02-28 15:10:33 +08:00
Zhizhen He
25c15053d6 feat: add typos to GitHub action
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-02-21 12:01:58 -05:00
Tienson Qin
ea213258b1 fix: references crash 2023-02-21 23:49:25 +08:00
rcmerci
2a12ffc331 feat(editor/copy-paste): refactor copy/export in cljs (#8530)
Huge performance improvement for copy and export

Refactor copy/export in cljs instead of Mldoc
2023-02-20 23:08:58 +08:00
Andelf
c0f8dc4ee2 fix(android): disable image resize on sm screen 2023-02-20 22:06:53 +08:00