Commit Graph

14972 Commits (18079d7e84df40cdb3ca013233f0f7cf2ee99628)

Author SHA1 Message Date
Tienson Qin fbce74522b fix: add both scheduled and deadline to the task class 2024-03-06 21:31:19 +08:00
Tienson Qin 4c03e58b6c fix: disallow built-in page or property names from being edited
fixes LOG-3049
2024-03-06 21:29:22 +08:00
Tienson Qin 7acaf58bad enhance: add :db/ident for built-in properties
Now we can refer to a built-in property using it's ident instead of
its name, `name` might be changed by users.
2024-03-06 21:29:22 +08:00
rcmerci 99fdfb43c7 enhance(rtc): update :block/type when download-graph 2024-03-06 18:55:54 +08:00
dependabot[bot] 9f2cd1fb68 chore(deps-dev): bump ip from 1.1.8 to 1.1.9
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 18:16:00 +08:00
dependabot[bot] e43248ad0e chore(deps): bump ip from 2.0.0 to 2.0.1 in /packages/ui
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
- [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 18:15:40 +08:00
dependabot[bot] 9d60949eca chore(deps): bump es5-ext from 0.10.62 to 0.10.63
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-06 18:15:17 +08:00
Andelf 215b67570b chore(deps): update rsapi and fix token expire 2024-03-06 18:06:27 +08:00
charlie 0ed99095d8 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-06 17:46:38 +08:00
charlie e71c4c8c50 enhance(ui): add the shui select for the schema types 2024-03-06 17:46:34 +08:00
rcmerci 2b0af9ffec fix(rtc): use entity as arg for move-blocks 2024-03-06 17:26:13 +08:00
Tienson Qin 35c71c9ca4 fix: shortcut refresh after switching graph 2024-03-06 16:58:44 +08:00
Tienson Qin eb1270fff9 perf: use datascript.transit instead of edn for ui<>worker messages 2024-03-06 16:48:50 +08:00
Andelf ce56e78133 enhance(editor): better check list toggle handling 2024-03-06 16:04:49 +08:00
j-ramos 1661fe6271 rename fn 2024-03-06 16:04:49 +08:00
j-ramos 6196c61d6d #11046 use replace-first instead of replace 2024-03-06 16:04:49 +08:00
j-ramos 10c18b165a fixes #11046 2024-03-06 16:04:49 +08:00
charlie d603c165ef enhance(ui): set the shui calendar as default for the property date picker 2024-03-06 15:48:25 +08:00
rcmerci c53b65b6c1 test(rtc): use test-db-name-db-version 2024-03-06 12:38:27 +08:00
charlie ddacb470b2 enhance(ui): polish page info UI details 2024-03-06 12:18:38 +08:00
Gabriel Horner 09816b6427 enhance: assets can be imported on CLI
Also add individual asset error handling, like is done for doc files
2024-03-05 17:05:18 -05:00
Gabriel Horner 7693642298 fix: memory leak with browser assets in db graphs
Db graph image were recursively generating blobs which caused a memory
link. Put a nil check to prevent the recursion
2024-03-05 15:18:10 -05:00
Gabriel Horner aeef441de1 fix: favorite status/button not updated in page menu 2024-03-05 10:36:07 -05:00
Gabriel Horner 1706a5c725 fix: hidden pages like favorites showing up in page property
dropdown. Dry up favorites page name scattered across namespaces.
Should be using vars + namespaces in common dep for commonly
referenced features
2024-03-05 10:27:42 -05:00
Gabriel Horner 56b77878c1 fix: favorites page is invalid and missing timestamps when created 2024-03-05 09:46:10 -05:00
Gabriel Horner 80656cef21 fix frontend lints 2024-03-05 09:26:21 -05:00
Gabriel Horner db5e5be383 fix: render+play audio link in db graphs 2024-03-05 09:20:46 -05:00
charlie 7f2b3cdd4c Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-05 21:33:22 +08:00
charlie 07ba8377fe enhance(ux): select icons from the arrow keys 2024-03-05 21:32:59 +08:00
Tienson Qin 0bb2778f2b fix: unused macros shouldn't be handled in outliner/save
Fixes LOG-3065.

Deleting blocks could result in unused macros too, we probably should
do this by running periodically job to find and retract all unused
refs (macros, pages, hidden blocks, etc).
2024-03-05 20:18:15 +08:00
rcmerci 92625679b3 fix: fix :block/tags, reuse ref->eid 2024-03-05 19:48:00 +08:00
charlie 201fc32d10 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-05 18:58:50 +08:00
charlie 1138f9ca9e enhance(ux): select icons from the arrow keys 2024-03-05 18:58:36 +08:00
Tienson Qin 98487f3fc0 fix: remove hidden pages from recents 2024-03-05 18:44:40 +08:00
charlie 0ce27d890d enhance(ux): support select icons from the direction key 2024-03-05 18:32:05 +08:00
charlie da8214debf enhance(ui): polish details for the property editor 2024-03-05 14:50:49 +08:00
charlie cca239dafe Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-05 13:10:09 +08:00
charlie 038eb56e13 enhance(ui): icons from the page title 2024-03-05 13:08:39 +08:00
Gabriel Horner 9669755cab enhance: detect and add properties to imported classes
fixes LOG-3069
2024-03-04 23:05:06 -05:00
Gabriel Horner c1ab37a372 fix: nbb not working in most deps
core.async isn't nbb compatible yet. Moved async transact to its own
frontend ns
2024-03-04 18:06:29 -05:00
Tienson Qin 6e67e36a34 perf: use mutable data for sort-by-left 2024-03-04 21:46:40 +08:00
Tienson Qin 61d2cfbddb fix: blink bullet 2024-03-04 21:14:38 +08:00
Tienson Qin bcf2eb7e5e perf: don't reinstall editor shortcuts 2024-03-04 20:46:23 +08:00
Tienson Qin c752e2964b perf: remove editor esc-save 2024-03-04 20:31:13 +08:00
Tienson Qin 2e29918478 perf: use transit instead of edn for db storage 2024-03-04 18:15:03 +08:00
charlie e13ae5fca2 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-04 17:45:01 +08:00
charlie 2534b3ce3f enhance(ui): shui popup for the property icon picker 2024-03-04 17:44:56 +08:00
Tienson Qin 07bf73f01e fix: auto-focus property name when not add a new property 2024-03-04 17:24:47 +08:00
Tienson Qin 82ba50d0b3 chore: cleanup 2024-03-04 17:21:38 +08:00
charlie 41755b8dde enhance(ux): auto focus for the property editor popup 2024-03-04 17:10:01 +08:00