Tienson Qin
cebd6883db
enhance: iframe less margin
2024-09-19 21:25:24 +08:00
Tienson Qin
599475b15e
fix: embedded Youtube player too narrow
...
fixes https://github.com/logseq/db-test/issues/110
2024-09-19 19:57:30 +08:00
Tienson Qin
b37a268706
fix: lint and test
2024-09-19 19:46:30 +08:00
Tienson Qin
5da1e920bf
fix: can create graphs with / in name
...
fixes https://github.com/logseq/db-test/issues/109
2024-09-19 18:52:51 +08:00
Tienson Qin
e7e579d3de
fix: pasting differently formatted dates disappear after entry
...
fixes https://github.com/logseq/db-test/issues/103
2024-09-19 18:39:02 +08:00
charlie
733522bd7d
fix: remove duplicated tailwind process https://github.com/logseq/db-test/issues/104
2024-09-19 12:43:47 +08:00
charlie
46dd9e3550
fix: file name and link disappears in preview during upload https://github.com/logseq/db-test/issues/102
2024-09-19 11:15:53 +08:00
Gabriel Horner
ca9d247c72
fix: private built-ins and hidden pages can't be opened
...
in sidebar to cause error states like in #91 . Fixes
https://github.com/logseq/db-test/issues/92#issuecomment-2357277495
2024-09-18 22:50:58 -04:00
Tienson Qin
c3f0cc1953
fix: disallow # in page name
...
Because it creates ambiguity in some cases:
1. With cmd-k we can’t tell the difference between an Apple page
tagged with Fruit and a page named "Apple #Fruit"
2. What should we do with [[Apple #Fruit king]]?
3. Is `#` for Markdown heading or part of a page name?
Fixes https://github.com/logseq/db-test/issues/100
Fixes https://github.com/logseq/db-test/issues/106
Fixes https://github.com/logseq/db-test/issues/105
2024-09-19 06:31:26 +08:00
Gabriel Horner
55ce311173
fix: type page failing for docs graph
...
Looks like the introduction of :logseq.property.view/type
triggered a bug with new pages having the same name as a built-in
and having a page property. This is a followup fix to LOG-3039
2024-09-18 16:26:56 -04:00
Tienson Qin
134f2b1994
chore: replace cleancss with postcss
...
Related to https://github.com/logseq/db-test/issues/104
2024-09-19 01:16:09 +08:00
Tienson Qin
df62549e61
chore: remove login from web app
2024-09-18 23:12:10 +08:00
Tienson Qin
3ae21cd029
fix: right click journal title to open in sidebar
2024-09-18 22:31:09 +08:00
Tienson Qin
0e264a27c9
enhance: limit property width
2024-09-18 22:22:43 +08:00
Gabriel Horner
5fc3c7453a
fix: allow nlp days to be entered for past week
...
Today is Wednesday. Normally 'Last Monday' would refer to the monday
of this week. This nlp library interprets it to mean monday from the
previous week. In order for users to have this ability, let's introduce
a 'This' qualifier so users can enter days of the week that are already
behind them. Added this elsewhere for consistency
2024-09-18 09:35:13 -04:00
Gabriel Horner
1184b24f18
fix: unable to create a page with name of nlp page
...
Selecting `New page: Today` should result in Today, not the nlp translation
2024-09-18 09:28:32 -04:00
Tienson Qin
ce0efea61a
chore: add more .clj-kondo dirs to git ignore
2024-09-18 18:28:29 +08:00
Tienson Qin
e76a47ab67
chore: bump cider-nrepl
2024-09-18 18:14:07 +08:00
charlie
2f7d268692
fix(ui): keyboard shortcuts not working in linked references https://github.com/logseq/db-test/issues/97
2024-09-18 14:17:42 +08:00
Tienson Qin
b3bf67e4c6
fix: lint
2024-09-18 11:49:39 +08:00
Tienson Qin
6a06911fee
fix: Contents removed when switching graph
...
fixes https://github.com/logseq/db-test/issues/94
2024-09-18 11:44:44 +08:00
Tienson Qin
8ab4975041
fix: use cursor-pointer when hovering journal title
...
fixes https://github.com/logseq/db-test/issues/93
2024-09-18 11:16:14 +08:00
Tienson Qin
42f127b396
feat: support nlp date in node reference ( #11531 )
...
feat: support nlp date in node reference
2024-09-18 10:41:37 +08:00
Tienson Qin
e856686cac
fix: natural language input does not work in date picker
...
fixes https://github.com/logseq/db-test/issues/96
2024-09-18 08:30:10 +08:00
Tienson Qin
68e17be06c
fix: changing page title inline doesn't happen immediately
...
fixes https://github.com/logseq/db-test/issues/86
2024-09-18 08:22:33 +08:00
Gabriel Horner
ff10ca99bd
fix: consistently capitalize properties and classes
...
Also capitalize a page section like other sections
2024-09-17 16:49:41 -04:00
Gabriel Horner
98a3082a09
fix: add context to delete property language
...
to remove any ambiguity. Fixes logseq/db-test#101
2024-09-17 16:41:18 -04:00
Gabriel Horner
be54ab98e6
fix: property simple queries by name
...
Maintains backwards compatibility for property filter queries
which fixes imported and handwritten property queries. Extended
sqlite.build and test-helper capabilities in order to test this.
Fixes LOG-3231
2024-09-17 14:39:30 -04:00
Gabriel Horner
65fca295c4
fix: query builder fails for non-keyword args
2024-09-17 13:30:13 -04:00
Gabriel Horner
9423eda275
fix: imported queries don't have #Query
...
Fixes LOG-3233. Also fix some test idents not being valid
2024-09-17 12:27:46 -04:00
Gabriel Horner
85af06beb3
fix: most imported journal pages didn't have #Journal
...
Fixes LOG-3234
2024-09-17 11:31:26 -04:00
Gabriel Horner
45f8922d6e
fix: tag block with #Query
...
when user types it or when pasted. Fix following up #11508
2024-09-16 17:39:03 -04:00
Gabriel Horner
1a827476df
fix: mark all pages view as built-in?
...
Related to
https://github.com/logseq/db-test/issues/91#issuecomment-2352315001 .
We should mark a view as built-in if it's removal leads to broken
built-in functionality
2024-09-16 14:53:50 -04:00
Gabriel Horner
c8d43c2718
fix: users can't navigate to hidden or private built-in pages
...
Fixes https://github.com/logseq/db-test/issues/91 where user is creating
error states by accessing private built-in pages they shouldn't be able to access.
Also fixes https://github.com/logseq/db-test/issues/92#issuecomment-2352089389 where user could
navigate to hidden page
2024-09-16 12:51:37 -04:00
Gabriel Horner
f8a94686ad
fix: Wording of no filter chosen in views
...
Fixes logseq/db-test#95 . Consistent with filter language in query
builder
2024-09-16 11:04:43 -04:00
Gabriel Horner
b093d11666
fix: test without assertion
2024-09-16 08:43:49 -04:00
Tienson Qin
3001c88a7d
fix: nodes with multiple reference aren't replaced correctly upon
...
deletion of references
Fixes https://github.com/logseq/db-test/issues/71
2024-09-16 06:45:30 +08:00
Tienson Qin
b826fc5ba9
fix: built-in pages shouldn't be deleted
...
Fixes https://github.com/logseq/db-test/issues/91 .
We still need to add validation before db/transact!, this will be
handled in another commit.
2024-09-16 06:24:38 +08:00
Tienson Qin
50816b8497
fix: duplicated blocks displayed in block reference preview
2024-09-16 05:41:54 +08:00
Tienson Qin
378476f418
fix: can't create page reference for today's date
...
fixes https://github.com/logseq/db-test/issues/85
This allows a block to reference its parents and a page's block to
reference this page.
2024-09-16 05:37:50 +08:00
Tienson Qin
d463b64c78
fix: check for existing tags when converting page to tags
...
fixes https://github.com/logseq/db-test/issues/82
2024-09-16 04:49:09 +08:00
Tienson Qin
22c7f6747c
fix: hide Search only current page from options when not on a page
...
Close https://github.com/logseq/db-test/issues/81
2024-09-16 04:34:08 +08:00
Tienson Qin
b8e4f7d082
fix: toggle journals on if home page was deleted
...
fixes https://github.com/logseq/db-test/issues/89
2024-09-16 04:14:30 +08:00
Tienson Qin
23f8e9ca44
fix: Accessing date page from Graph View breaks Journals ( #11525 )
...
related to https://github.com/logseq/db-test/issues/80
2024-09-16 02:35:22 +08:00
Tienson Qin
3f3ab05d0a
fix: restore tag's parent to Root tag when deleting its parent
...
Related to https://github.com/logseq/db-test/issues/75
2024-09-15 18:48:03 +08:00
Tienson Qin
ca7fc83048
fix: built-in? value shouldn't be edited
...
Related to https://github.com/logseq/db-test/issues/75
2024-09-15 18:28:48 +08:00
Tienson Qin
7ac1d813ff
chore: remvoe go to this page
...
fixes https://github.com/logseq/db-test/issues/79
2024-09-15 17:37:08 +08:00
Tienson Qin
4cdedf754e
fix: can't update non-built-in property name
...
close https://github.com/logseq/db-test/issues/68
2024-09-15 17:29:07 +08:00
Tienson Qin
8fd59e61d5
fix: queries with "sample" are cycling repeatedly
...
fixes https://github.com/logseq/db-test/issues/90
2024-09-15 13:19:43 +08:00
Tienson Qin
7b9acaa370
fix: lint
2024-09-15 12:36:30 +08:00