Commit Graph

17174 Commits (be8593f2c5e7c1a385274e8d33754c5e2cb13a3a)

Author SHA1 Message Date
Gabriel Horner e16c880280 enhance(dev): extend fast kondo lint to run across all kondo dirs 2024-08-21 21:43:12 -04:00
Gabriel Horner 9779c59874 fix: wording of property type
'Schema type' references the :block/schema implementation of a property type. No need
to add schema as a new term when property type is more understandable
2024-08-21 16:14:18 -04:00
Gabriel Horner 37c96ef781 chore: disable test that has been failing since last week 2024-08-21 15:06:58 -04:00
Gabriel Horner c5c785e627 fix: can't set name+description of properties by pressing enter
For logseq/db-test#32
2024-08-21 14:26:38 -04:00
Gabriel Horner bc18661c90 enhance(dev): Add fast kondo lint for dev 2024-08-21 13:33:01 -04:00
Gabriel Horner e14465e72c fix: current page not triggering and translating to current page
For logseq/db-test#28
2024-08-21 11:22:40 -04:00
Gabriel Horner 2141b30598 fix: remove lang keys removed from UI in 71163987a0 2024-08-21 10:08:39 -04:00
Gabriel Horner e0b2a75747 chore: add another file to db-file graph linter 2024-08-21 09:19:00 -04:00
Gabriel Horner f655903bf6 fix: frontend lint /cc @xyhp915 2024-08-21 09:18:58 -04:00
charlie 2f70a35638 enhance(ux): functionality for the dropdown property editor 2024-08-21 21:15:40 +08:00
charlie 8f371a18dd enhance(ux): WIP functionality for the dropdown property editor 2024-08-21 18:36:28 +08:00
charlie 75c8f1b51a enhance(ui): put login into app dots menu 2024-08-21 12:24:03 +08:00
charlie 71163987a0 enhance(ui): put login into app dots menu 2024-08-21 12:18:27 +08:00
charlie 95cc5181aa enhance(ux): WIP dropdown property editor 2024-08-21 11:34:38 +08:00
charlie b8131532cf enhance(ux): WIP dropdown property editor 2024-08-21 10:45:46 +08:00
charlie 91b39e7b55 enhance(ui): polish dropdown property editor 2024-08-21 09:22:43 +08:00
Gabriel Horner c703ebd794 fix: remove deleted lang keys from English config 2024-08-20 17:23:43 -04:00
Gabriel Horner fbcaeb5e20 fix: example edn uses outdated property type 2024-08-20 17:10:28 -04:00
Gabriel Horner 85e358e57b fix: not able to create case sensitive classes
Also important to keep db graphs decoupled from file specific
:block/name. Made sure that related fix in logseq/db-test#9 still works
2024-08-20 17:08:14 -04:00
Gabriel Horner 6c0e40e58d fix: frontend lint /cc @xyhp915 2024-08-20 10:20:00 -04:00
Gabriel Horner cabb24ea4e chore: tweak doc wording 2024-08-20 10:17:23 -04:00
Gabriel Horner 14a507f4cd enhance(dev): run lint fix with an option
Linters are read only by default. Lang lint can be fixed by passing
`--fix`. We don't want CI or inexperienced contributors fixing files accidentally.
Also move deps to bb.edn as putting them inline leads to quirky/buggy
tasks listing and autocompleting as they pause when fetching an inlined dep
2024-08-20 10:17:23 -04:00
charlie 21b55fabad enhance(ux): WIP interaction for the dropdown property editor 2024-08-20 21:51:41 +08:00
charlie 9d62813fbc enhance(ux): WIP interaction for the dropdown property editor 2024-08-20 19:27:38 +08:00
charlie ac2417a9fb enhance(ux): WIP dropdown property editor 2024-08-20 12:49:02 +08:00
charlie aa0b0799e5 fix(ui): property Key performs line-break on words instead of normal. https://github.com/logseq/db-test/issues/23 2024-08-20 11:24:36 +08:00
Gabriel Horner 7f7c87689d doc: using a CLI generated graph 2024-08-19 16:46:26 -04:00
Gabriel Horner 3a4cc55cda fix: graph-parser test and lint
Removed test as no error handling is needed for ident generation. Also
removed all related downstream uses of catch for
db-ident/create-db-ident-from-name that are no longer needed
2024-08-19 15:40:28 -04:00
Gabriel Horner eff0d5e7d4 refactor: db ident generation with tests
Add tests for recent db ident fixes. Add check that backup keyword is valid
edn. Also generate correct keyword for cases like logseq/db-test#4 as
catch should be relied only for unexpected cases
2024-08-19 15:17:20 -04:00
Gabriel Horner 658ea25a21 fix: two db importer bugs introduced last week
- Graphs with description page failed to import
- Graphs that had a page with a built-in class name mangled the block
  types. Reverted fix for logseq/db-test#17
- Also updated test for datom count as some parser changes were made
  last week to alter it
2024-08-19 12:45:12 -04:00
charlie fff3fb93c0 enhance(ui): alignment for the inline tag 2024-08-19 22:30:04 +08:00
charlie 77463bf33e enhance(ux): WIP dropdown property editor 2024-08-19 22:15:05 +08:00
charlie c1c3b41197 enhance(ux): WIP dropdown property editor 2024-08-19 17:55:31 +08:00
Tienson Qin 0631ed6b33 fix: style issue 2024-08-19 17:32:10 +08:00
Tienson Qin 656f33207a fix: style issue 2024-08-19 17:28:51 +08:00
charlie 738f0d32bc enhance(ux): icon picker 2024-08-19 15:34:08 +08:00
Tienson Qin de45337b79 enhance: set height for right position properties 2024-08-19 14:29:41 +08:00
charlie 36cb047997 fix(ui): invalid input for command popups in block editing mode 2024-08-19 12:50:55 +08:00
charlie cab7cc7f62 fix(ui): input command popups not working for /link and /image-link https://github.com/logseq/db-test/issues/22 2024-08-19 11:25:51 +08:00
Tienson Qin 0876198cca fix: favorite page prefer id instead of name 2024-08-19 11:25:03 +08:00
Tienson Qin 562c83eab2 fix: cut and Paste does not copy the contents of properties
fixes https://github.com/logseq/db-test/issues/20
2024-08-19 11:02:45 +08:00
Tienson Qin ae270328b1 fix: node ref changed after modifying block content 2024-08-18 09:33:53 +08:00
Tienson Qin 525ebedeb7 fix: block reference reverts to uuid after block is edited
fixes https://github.com/logseq/db-test/issues/21
2024-08-17 21:45:30 +08:00
Tienson Qin 319f076b83 fix: property selector odd behavior
fixes https://github.com/logseq/db-test/issues/19
2024-08-17 20:28:37 +08:00
Tienson Qin a75206024d enhance: hide #task only if the block has only one tag 2024-08-17 20:16:34 +08:00
Tienson Qin c20f8ffbb3 fix: disable property drag&&drop when editing or selecting
fixes https://github.com/logseq/db-test/issues/18
2024-08-17 11:12:13 +08:00
Tienson Qin f28ab33bda fix: block property lost cursor when there're multiple instances
fixes https://github.com/logseq/db-test/issues/5
2024-08-17 10:34:47 +08:00
Tienson Qin c59fac647f fix: distinct initial datoms 2024-08-16 18:10:06 +08:00
Tienson Qin 7778e0fa7e fix: unable to create page if tag exists
fixes https://github.com/logseq/db-test/issues/6
2024-08-16 17:32:57 +08:00
rcmerci dacbf11a03 fix: assert will be skipped in release, use throw instead 2024-08-16 17:30:26 +08:00