Commit Graph

14888 Commits (d113f1f043b90bf2766a37dc015b29bd33b3d611)

Author SHA1 Message Date
charlie cdbb586495 enhance(ux): support enter key shortcut for the shui button 2024-03-14 14:32:32 +08:00
liy 53257d0919
enhance(i18n): Fixed and added some zh-cn(Simplified Chinese) translation (#11119)
* enhance(i18n): Fixed and added some zh-cn(Simplified Chinese) translation

* Update src/resources/dicts/zh-cn.edn

---------

Co-authored-by: Andelf <andelf@gmail.com>
2024-03-14 11:19:11 +08:00
Gabriel Horner 517eef9c27 fix: lint and disable tests that have been failing
for a couple days with new fix-me flag
2024-03-13 16:41:38 -04:00
Gabriel Horner 345fd96e2a enhance: full file graph import works from CLI
Also cleaned up naming, added docstrings and fixed a bug that
failed import hard when user didn't input any tag-classes or
property-classes
2024-03-13 16:23:49 -04:00
Tienson Qin 6c12f5ab33 feat: download shared rtc graph
RTC will be running immediately after:
1. app start and the initial graph is a rtc graph
2. app refresh when the current graph is a rtc graph
3. switch into a rtc graph
4. download a rtc graph
2024-03-14 00:46:34 +08:00
rcmerci 4db9acd5ec fix(rtc): catch ex-break-rtc-loop in rtc-loop 2024-03-13 23:16:08 +08:00
rcmerci 8b879a28e8 fix(rtc): async/put! return nil 2024-03-13 22:53:05 +08:00
rcmerci e2b53795ef fix(rtc): don't setup ws before check 2024-03-13 22:07:09 +08:00
rcmerci 2f3f1853fd fix(rtc): fix handle-remote-genernal-exception 2024-03-13 22:04:14 +08:00
rcmerci de7ada4124 fix(rtc): also clear db metadata.edn when remove-remote-graph-info 2024-03-13 21:54:42 +08:00
charlie 6385e40dc9 enhance(ux): polish property editor interaction 2024-03-13 21:36:11 +08:00
rcmerci 1b9fd83f57 fix(rtc): handle remote :graph-not-exist exception 2024-03-13 21:27:03 +08:00
Tienson Qin 0aa8ab5fab enhance: store remote graph uuid in metadata.edn
We need the remote graph uuid to bind current local db (if exists)
with the remote one.
2024-03-13 20:41:21 +08:00
charlie f12a242673 enhance(ui): support focus target with the shui popup 2024-03-13 20:33:14 +08:00
charlie 7f5ae850d5 refactor(dev): names for the shui popup options 2024-03-13 14:28:33 +08:00
charlie 8d927ca6fb enhance(ui): update demos 2024-03-13 14:17:14 +08:00
charlie 70341f8ae0 enhance(ui): polish property icons 2024-03-13 14:16:53 +08:00
charlie bc1dc30dfd fix(ux): navigation for the shui date picker 2024-03-13 14:02:43 +08:00
charlie 30bb364072 fix(ux): data picker popup 2024-03-13 13:40:38 +08:00
charlie 0b43253bbe enhance(ui): support multi select within the popup 2024-03-13 12:09:08 +08:00
charlie e1acd86481 fix(ui): checkbox behavior for the updates 2024-03-13 11:45:26 +08:00
Gabriel Horner 2f599919fb fix: favorites not importing
Also made underlying fns reusable from UI and nbb compatible.
Fixes LOG-3031
2024-03-12 17:57:47 -04:00
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