Commit Graph

14966 Commits (073ae3473050ecbfb210b30be5238b58678f0502)

Author SHA1 Message Date
Gabriel Horner 1e96acc285 fix: outdated description 2024-03-12 12:14:27 -04:00
Gabriel Horner 8cc620e7a2 fix: frontend lints 2024-03-12 11:08:37 -04:00
Gabriel Horner d499e3a0b5 fix: jump works when 92 keys is exceeded
e.g. in almost any object in schema.org. Also fix
multi-key selection accidentally broken by last commit
2024-03-12 11:08:37 -04:00
charlie 02bc2dbdc8 enhance(ui): demos for the multi select 2024-03-12 22:35:04 +08:00
Gabriel Horner 778f2c1688 fix: gracefully handle invalid jump
invalid selection was resulting in errors and jumps persisting
in weird ways
2024-03-12 10:29:01 -04:00
Gabriel Horner 636f9554ab enhance: jump works for current edited block or current page 2024-03-12 10:28:22 -04:00
Tienson Qin a6cda7e959 wip: create rtc graph && invite 2024-03-12 21:32:42 +08:00
charlie 947e839180 enhance(ui): demos for the multi select 2024-03-12 18:00:47 +08:00
Tienson Qin d3b4d0087b enhance: ace-jump like 2024-03-12 17:43:43 +08:00
charlie 9aa1269f49 Merge branch 'master' into feat/db 2024-03-12 16:55:15 +08:00
charlie fd533cc41a enhance(ui): update demo 2024-03-12 16:53:51 +08:00
charlie 94ed777d41 enhance(ui): update demo 2024-03-12 16:53:51 +08:00
rcmerci 7f26deed45
enhance: display username too (#11105)
* enhance: display username too

* enhance(ui): polish the user item from the global dots menu

---------

Co-authored-by: charlie <xyhp915@qq.com>
2024-03-12 16:53:00 +08:00
charlie 451b7a6d9d fix(editor): incorrect cursor move for the emoji from the line head 2024-03-12 16:52:09 +08:00
Andelf d114756212 fix(sync): logout and clear cognito keys 2024-03-12 16:10:06 +08:00
Tienson Qin 5efb1536c2 fix: replace all onmousedown/up with onpointerdown/up
onMouseDown can't be used in dropdown trigger
2024-03-12 15:50:27 +08:00
rcmerci 84efd9f3e9 enhance(rtc): add delete-graph to debug-ui 2024-03-12 14:14:39 +08:00
Tienson Qin 77d88aefe0 enhance(ux): use calendar icon for datepicker and title to redirect 2024-03-12 12:30:35 +08:00
Gabriel Horner 00ddbdea7a enhance: properties graph script supports additional config
e.g. `-c '{:publishing/all-pages-public? true}'` to turn on publishing
by default
2024-03-11 16:29:04 -04:00
Gabriel Horner 96b35c0252 Update nbb-logseq to stub in cljs-bean.transit 2024-03-11 15:19:50 -04:00
Tienson Qin 62986bc080 fix: date picker needs defaultMonth 2024-03-11 23:36:21 +08:00
Tienson Qin 6f7eddc05b fix: esc date picker 2024-03-11 23:04:42 +08:00
Tienson Qin ab3ccdbcd8 enhance: display calendar popover when creating a new date property 2024-03-11 22:53:37 +08:00
Tienson Qin 4b2984e917 fix: don't open schema type popover for property config 2024-03-11 22:26:00 +08:00
Tienson Qin aebb39a98e fix: icon wasn't shown initially 2024-03-11 22:19:17 +08:00
Tienson Qin d119a15229 enhance: use radix checkbox globally 2024-03-11 21:40:32 +08:00
Tienson Qin 83e4560a1a enhance(ux): property value input 2024-03-11 21:04:02 +08:00
charlie bea9d9c4a5 enhance(ui): support align for the shui popup 2024-03-11 20:30:35 +08:00
charlie 0e428f9e55 enhance(ui): demos for the multi select 2024-03-11 19:40:29 +08:00
Andelf 329818e4c4 fix(db): css assets loading
- move make-asset-url to assets-handler
- handle assets for db-based graph in add-style-if-exists!
2024-03-11 18:38:48 +08:00
charlie c681c6be8f enhance(ux): enhance hooks
for the multi select
2024-03-11 18:10:54 +08:00
Tienson Qin e21c273a44 fix: save current editing block before adding a property
Avoid UI blink
2024-03-11 17:16:56 +08:00
Tienson Qin bcd0217d53 fix: property area blink when adding a new text property 2024-03-11 17:11:00 +08:00
Tienson Qin 40a6b18db0 fix: page property 2024-03-11 16:57:58 +08:00
rcmerci 85ebb37fd9 chore: clear frontend.db.query-react/react-query console logs 2024-03-11 16:39:50 +08:00
rcmerci 6b0ed18aa0 chore: update console log 2024-03-11 16:35:26 +08:00
charlie f99d9de888 fix(ux): conflict shortcut for the shui popup 2024-03-11 16:15:30 +08:00
Tienson Qin 618e0f10f9 enhance(ux): select schema type first and then input property value 2024-03-11 15:54:37 +08:00
charlie 40cc59844b enhance(ux): enhance shortcuts for the multi select 2024-03-11 15:51:31 +08:00
rcmerci c09add46f2 enhance(rtc): group apply-remote-ops log 2024-03-11 14:50:50 +08:00
rcmerci cc86eae2a7 chore: prn :need-update-block? result 2024-03-11 14:26:35 +08:00
rcmerci 05118ab437 enhance(rtc): check block need to be update
when get update-data from remote, local blocks may already align with
remote-data, then we don't need to transact them again
2024-03-11 14:21:49 +08:00
rcmerci fb6484c70e fix: don't rebuild transit-handlers everytime 2024-03-11 12:40:56 +08:00
charlie 1b1a4e375a enhance(ux): add shortcut(ctrl+l) to select the search input 2024-03-11 12:28:30 +08:00
rcmerci d45bab4131 fix(rtc): move children out when their parent deleted by remote 2024-03-11 12:01:51 +08:00
Tienson Qin a6174525dc fix: cljs bean data failed to be seralized to transit 2024-03-11 11:59:36 +08:00
Tienson Qin 7931f4cc1a fix: don't preview page if current container is the same page 2024-03-10 18:16:23 +08:00
rcmerci 3aef93ab84 enhance(rtc): update block-rtc-log print 2024-03-10 15:34:09 +08:00
rcmerci 7a9e70f155 enhance(rtc): add remote-update-log to block-update-log for dev 2024-03-10 14:59:47 +08:00
Tienson Qin 77200c3beb fix: unit tests 2024-03-10 14:18:18 +08:00