Commit Graph

17349 Commits (7852a6f0f6838a44feed1a432a2880400c9894f8)

Author SHA1 Message Date
Tienson Qin 7852a6f0f6 enhance: show node icon for linked block 2024-09-11 07:08:06 +08:00
Gabriel Horner 5146e0da40 fix: validate property name when changed from menu
Fixes logseq/db-test#69
2024-09-10 17:45:05 -04:00
Gabriel Horner 938f282598 fix: forgot ns docstring 2024-09-10 17:02:55 -04:00
Gabriel Horner d0a3fd6574 chore: mv db specific page fns to db-page-handler 2024-09-10 16:54:27 -04:00
Gabriel Horner 30a635702c fix: validate duplicate object when typed all at once
Fixes 2nd buggy case of logseq/db-test#66 where user
types "hello #Task" all at once. Previous fix had only handled
typing #Task after hello was already in the block
2024-09-10 16:54:27 -04:00
charlie 11ba4b2ad7 enhance(ui): polish date picker 2024-09-10 22:00:28 +08:00
Gabriel Horner 54c6da3232 fix: better names for column toggle and all pages view
'Properties visibility' wasn't correct as we display column options that aren't
properties
2024-09-10 09:53:14 -04:00
Tienson Qin b74727866f feat: nlp date picker 2024-09-10 21:52:22 +08:00
Tienson Qin f336324b8e enhance: date picker year/month use shui ui 2024-09-10 21:03:40 +08:00
Tienson Qin 42bded2c03 fix: can't select today in date picker 2024-09-10 20:31:00 +08:00
Tienson Qin 7b3fa77b18 fix: retract invalid :view-for value 2024-09-10 18:43:26 +08:00
Tienson Qin fa7ea71c11 fix: db migration error 2024-09-10 18:40:34 +08:00
Tienson Qin 2e5a1dabd6 enhance: display parents breadcrumb when searching for a node 2024-09-10 18:06:50 +08:00
Tienson Qin d54c87629c fix: breadcrumb not showing if a block hasn't been fetched from
db worker.
2024-09-10 17:35:20 +08:00
charlie 7b18a9e055 fix(ui): missing default page icon 2024-09-10 17:14:45 +08:00
Tienson Qin 19f3f287fe
Feature: tag multiple views (#11511)
Add tag multiple views support
2024-09-10 16:12:25 +08:00
charlie ad910fa77a enhance(ui): incorrect color for the block icon 2024-09-10 15:46:40 +08:00
charlie 1561a5b98f fix(ui): page crash for the tagged journal node icon 2024-09-10 11:56:00 +08:00
charlie 8a7477403d enhance(ux): keydown event for page cp inside the trigger button 2024-09-10 11:02:47 +08:00
charlie a92159ef98 fix(ux): cannot click on today's date in date picker pop-up https://github.com/logseq/db-test/issues/65 2024-09-10 10:24:57 +08:00
Gabriel Horner 1d3cb66b0a fix: validate uniqueness when tag is being added
Fixes logseq/db-test#66
2024-09-09 17:21:26 -04:00
Gabriel Horner fc58750557 fix: choices for new view type weren't translateable
Follow up to #11508. Avoid dynamically generating built-in property
choices as it prevents us from being able to translate this easily. All
other built-in choices are strings in a file that we can easily
translate
2024-09-09 16:10:27 -04:00
Gabriel Horner 2059eaa4f2 fix: test assertions changed by last commit 2024-09-09 15:53:40 -04:00
Gabriel Horner 4962aad8ba fix: file graph console error while typing priority
Typed '[#' and saw an error. build-new-class shouldn't be
be called for file graphs
2024-09-09 15:35:02 -04:00
Gabriel Horner 366e01b7ef chore: add new ns from #11508 to db lint
Also forgot to update docstring in recent commit
2024-09-09 14:40:38 -04:00
Gabriel Horner e5e9c5c687 chore: mv file-based util namespaces to their own directory
Makes maintenance of different graph types easier and increases linting
of what occurs in these namespaces
2024-09-09 14:31:56 -04:00
Gabriel Horner e8cc09cc1d fix: remove unused db graph code from file specific query-table component
Follow up to #11508
2024-09-09 13:20:54 -04:00
Tienson Qin 1e70ed0ae5 fix: clearing the search box for setting node icons deletes nodes
fixes https://github.com/logseq/db-test/issues/62
2024-09-10 00:30:18 +08:00
Tienson Qin 8455c9419c fix: UI not updated after importing file db
Related to https://github.com/logseq/db-test/issues/59
2024-09-10 00:21:41 +08:00
Tienson Qin 1ed0864af8 fix: add missing env variables for github actions 2024-09-09 23:58:45 +08:00
Tienson Qin 41fd4b2a85 chore: debug 2024-09-09 22:53:12 +08:00
Tienson Qin 1ad8562606 fix: list view not works for tags 2024-09-09 17:00:25 +08:00
Tienson Qin 8c1d1f2c02 enhance(ux): display remove tag button when hovering it
This commit puts the close button to the end of the tag instead.
2024-09-09 16:42:33 +08:00
Tienson Qin e08ca7f7d4 fix: popup not closed after navigating to tag page 2024-09-09 12:13:29 +08:00
Tienson Qin 339da2614c enhance(ux): display at most 2 block tags when there're more 2024-09-09 12:06:29 +08:00
Tienson Qin afbb4bcbd4 fix: can't edit block in table view if there're multiple same nodes 2024-09-09 08:36:28 +08:00
Tienson Qin d1fc9b99d1 Query builder style tweaks 2024-09-09 08:21:07 +08:00
Tienson Qin 3269e57023 fix: don't show table view for built-in queries 2024-09-09 08:07:32 +08:00
Tienson Qin c268841121
refactor: query result with the new table view (#11508)
feat: table && list view
2024-09-09 06:55:37 +08:00
rcmerci 23fc0aa141 enhance(rtc): retry calibrate-graph-skeleton when :graph-lock-failed 2024-09-08 15:26:16 +08:00
Gabriel Horner 70383cd813 fix: stop shadowing vars for rest of frontend
Follow up to 5ff364ba1e
2024-09-07 00:13:09 -04:00
Gabriel Horner 12f5215d6c fix: db tests missing correct setup with new class 2024-09-06 18:51:19 -04:00
Gabriel Horner 39b0e3e368 enhance: all journal pages have #Journal class
Also add some support for importer to do the same
2024-09-06 18:27:58 -04:00
Gabriel Horner 25b1732de8 fix: :current-page input doesn't work on current page 2024-09-06 14:30:14 -04:00
Gabriel Horner 8c70932905 fix: deprecate embed macro for db graphs in favor of new approach
particuarly b/c the macro doesn't work for db graphs and a page ref
2024-09-06 12:11:46 -04:00
Gabriel Horner 5362c69aa1 fix: navigating prev and next journals e.g. `g p` 2024-09-06 11:53:54 -04:00
charlie 7a9a66691c fix(ui): using the shui css vars for the classic classes 2024-09-06 22:42:39 +08:00
charlie b92a936060 fix(ui): using the shui css vars for the classic warning classes 2024-09-06 22:32:47 +08:00
Gabriel Horner acdb23d28e fix: frontend lint 2024-09-06 09:50:06 -04:00
charlie 291baf5e1d fix(plugin): e2e tests for the file graph 2024-09-06 14:39:53 +08:00