Commit Graph

9433 Commits

Author SHA1 Message Date
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
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
rcmerci
5494286263 fix(rtc): ensure rtc-db-graph? when persist ops 2023-11-08 20:11:25 +08:00
Tienson Qin
1c9858ec0d fix: cmdk IME input method support 2023-11-08 20:10:21 +08:00
Tienson Qin
bf41bd539d fix: hide Edit page properties if there're class properties 2023-11-08 13:56:34 +08:00
Tienson Qin
e0cbc963b0 fix: navigating to a page with properties opens add property
Fixes LOG-2902
2023-11-08 13:50:25 +08:00
Tienson Qin
9e894cae25 fix: pick the closest add property button when press enter
Also, display the class properties directly on page instead of
a configure modal.
2023-11-08 13:28:05 +08:00
Gabriel Horner
8f6deb15a7 fix test failure introduced by last commit 2023-11-07 13:50:52 -05:00
Gabriel Horner
309826df89 enhance: place rtc feature behind feature flag
Moved restore-graph to be first action since all user behavior comes from it.
Disabled rtc by default since rtc is currently failing to load graphs
2023-11-07 12:10:44 -05:00
Tienson Qin
0ca0aadb9f fix: turn off autocomplete for cmdk input 2023-11-08 00:24:48 +08:00
rcmerci
85af692a2e fix(rtc): update schema to fix filter-remote-data-by-local-unpushed-ops 2023-11-08 00:09:34 +08:00
Ben Yorke
adc788f1c6 Fix colorization 2023-11-07 14:52:12 +01:00