Tienson Qin
34fd9d20fa
enhance: show cmdk in the basic shortcut group
2023-11-12 20:59:44 +08:00
Tienson Qin
96693439d0
Feat/cmdk radix tweaks ( #10493 )
...
* prefer --lx-gray-11
* Fix sidebar item color
* Update theme mode images
* Update shortcuts globally
* Assets updated to support radix
* fix: add missing keyboard-shortcut class
* fix: custom button background
* fix: lower case shortcuts
* chore: remove old shortcut list
* fix: shortcut ns
* enhance: shortcut accepts both sequence and string
* fix: shortcut remap ux
* fix: remove codemirror box shadow
---------
Co-authored-by: Ben Yorke <ben@yorke.io >
2023-11-12 20:43:10 +08:00
Tienson Qin
acf7881672
Merge branch 'master' into feat/cmdk
2023-11-12 16:57:00 +08:00
Tienson Qin
4d89867a91
fix: shortcuts
2023-11-12 16:48:27 +08:00
Tienson Qin
a87e14d8be
fix: graph/open and graph/remove commands
2023-11-12 16:42:15 +08:00
Tienson Qin
f8630bc641
enhance: allow search input to be changed in the sidebar
2023-11-12 15:58:30 +08:00
Tienson Qin
c5568e738d
enhance: add tip for mod+enter to open search in sidebar
2023-11-12 15:50:05 +08:00
Tienson Qin
c066365f40
enhance: mod+enter to open search in sidebar
2023-11-12 15:41:47 +08:00
Tienson Qin
0bb7099ed5
feat: open multiple cmdk search in sidebar
2023-11-12 15:34:27 +08:00
Gabriel Horner
57e759aad1
fix multiple bugs with query builder construction
...
Bug was caused by query string updates relying on q-str which is
only valid on initial render. Subsequent changes changes to query
caused bugs
fixes #10263 , fixes #10264 and fixes #9159
2023-11-12 15:28:27 +08:00
Tienson Qin
7f8d55ad7b
fix: set min height for cmdk modal
2023-11-12 15:09:21 +08:00
Tienson Qin
aacef8e94c
Add shortcuts for search only commands && current page
2023-11-12 15:07:00 +08:00
rcmerci
ed4053767b
fix(rtc): catch exceptions when <download-graph
2023-11-12 00:53:54 +08:00
rcmerci
fa0efe2872
test(rtc): add testcases for :link
2023-11-11 18:12:43 +08:00
rcmerci
d9d80c8053
fix(rtc): gen update-op doesn't have :link info
2023-11-11 18:07:37 +08:00
charlie
6608cc3489
enhance(ux): disable result item hoverable when user mouse inactive
2023-11-11 18:01:58 +08:00
Tienson Qin
9d236eef5a
fix: add shui context for search only close button
2023-11-11 14:41:43 +08:00
Tienson Qin
c1d9dc94fa
fix: search results navigation in search-only mode
2023-11-11 14:32:15 +08:00
Tienson Qin
a5ec0b7579
fix: block uuid changed after page/block embed
2023-11-11 12:21:10 +08:00
rcmerci
60e404902d
fix(rtc): upload-graph
2023-11-10 23:48:34 +08:00
rcmerci
c92115bdd5
feat(rtc): sync attr :block/link
2023-11-10 23:48:34 +08:00
charlie
1e87616fbd
enhance(pdf): export asset ref link as dataset value for the pdf asset
2023-11-10 21:47:10 +08:00
charlie
572426d176
fix: remove redundant shadow style
2023-11-10 18:29:24 +08:00
charlie
bffa37d093
enhance(ux): ctrl n/p to move cmdk result items key
2023-11-10 16:57:59 +08:00
Gabriel Horner
7c70f09ebe
Merge branch 'master' into feat/db
2023-11-09 11:30:15 -05:00
Gabriel Horner
61eeb96709
fix: 3 bugs with persisting whiteboard data
...
- :block/uuid was a string
- no timestamps on whiteboard blocks
- no created-at on whiteboard shape blocks
Also added missing page attributes for whiteboard page. Initially I
modeled whiteboards as its own schema type with fewer page attributes
but then I noticed it got format and journal? when referenced so just
added the missing attributes. Fixes LOG-2915
2023-11-09 11:21:18 -05:00
rcmerci
ee36c840b6
chore: fix lint
2023-11-09 23:10:25 +08:00
rcmerci
471d3978ae
enhance(rtc): support receive s3-presign-url from ws-conn
2023-11-09 23:10:25 +08:00
cosmo9able
223e1610c5
enhance: Added new translations and tutorials for Brazilian Portuguese. ( #10461 )
...
* Added new translations into Brazilian Portuguese.
* Made new adjustments to translations
* Made new adjustments to translations
* Fixed tutorial path
* Translation files passing the test
* Improved dummy translation
* Improved dummy translation
* Improved translation
* Improved translation
* Improved translation
2023-11-09 08:39:16 -05:00
Tienson Qin
f663443fcb
fix: zotero buttons too large
2023-11-09 13:50:21 +08:00
Tienson Qin
5ff69286be
fix: hover text color
2023-11-09 13:43:48 +08:00
Tienson Qin
4402dcd38a
chore: replace --logseq-og with --ls
2023-11-09 13:37:33 +08:00
Tienson Qin
086e25b236
fix: button default background color
2023-11-09 13:31:53 +08:00
Gabriel Horner
fa8ffc0caf
fix: remove unused translation key
...
translation key no longer needed due to last commit
2023-11-08 16:00:54 -05:00
Gabriel Horner
3bf99e5766
enhance: filter all pages by new page types
...
Also converted old whiteboard icon filter to use this as it
is a more useful as the only filter. For example, if there are 50 existing pages
and 10 whiteboard pages, when a user selects whiteboard as a filter
they want to see the 10 whiteboard pages, not 60 pages with 10 of them
being whiteboards
Fixes LOG-2912
2023-11-08 14:54:10 -05:00
Tienson Qin
f52e6bf127
enhance: replace ui/button with shui/button
2023-11-09 00:37:14 +08:00
Ben Yorke
018835b700
Specify gradient stops
2023-11-08 15:59:48 +01:00
Gabriel Horner
fc03842150
fix: local config doesn't work if it's not started
2023-11-08 09:11:28 -05:00
Tienson Qin
117ebe0768
fix: create button bg
2023-11-08 22:00:59 +08:00
Gabriel Horner
1fb9d35e0d
fix: when publishing display page properties before class ones
...
Emphasis should be on the few page properties when reading about a page.
This was the behavior before properties got moved to configure modal
2023-11-08 08:39:11 -05:00
Tienson Qin
8dfad076c1
fix: remove hardcoded css var
2023-11-08 21:31:25 +08:00
Gabriel Horner
ddc34692ef
fix: queries with between filter can collapse
2023-11-08 08:30:44 -05:00
Tienson Qin
9f2bc8acd9
enhance: remove background for search result items
2023-11-08 21:04:00 +08:00
Tienson Qin
a77377fcc2
enhance: right align bottom actions with command shortcuts
2023-11-08 20:51:49 +08:00
Tienson Qin
1a260f6240
enhance: show more/less only in the section that's selected
2023-11-08 20:48:09 +08:00
Tienson Qin
05da1618b6
enhance: tip style tweaks based on jakob's suggestions
2023-11-08 20:41:07 +08:00
rcmerci
efcf189c95
chore: fix lint
2023-11-08 20:26:22 +08:00
rcmerci
561422143f
fix(rtc): fix testcase
2023-11-08 20:22:12 +08:00
rcmerci
fdb0f4e853
fix(rtc): ensure return a promise
2023-11-08 20:16:09 +08:00
rcmerci
a1d3553fce
fix(rtc): need encode before persist ops to indexeddb
2023-11-08 20:11:25 +08:00