Commit Graph

18312 Commits

Author SHA1 Message Date
rcmerci
8d0d4b5063 refactor(srs): update due-cards count 2024-09-24 18:19:04 +08:00
rcmerci
ef2f79e2a1 refactor(srs): update some basic ui 2024-09-24 18:18:41 +08:00
rcmerci
ac752c8ba3 refactor(srs): update frontend.extensions.fsrs 2024-09-24 18:18:41 +08:00
rcmerci
ccf70a5cef refactor(srs): use cljc-fsrs in db-version 2024-09-24 18:18:41 +08:00
charlie
9a00a53a80 enhance(plugin): make plugin property name stable 2024-09-24 14:25:36 +08:00
charlie
6cd5dc9136 fix(e2e): load local test plugin 2024-09-24 11:13:49 +08:00
Gabriel Horner
52eb6985ff chore: update db file lint to remove namespace
and update more unused attributes
2024-09-23 15:00:52 -04:00
Gabriel Horner
aba8080271 fix: db pages can't have parent char
renaming a page to include '/' resulted in that page being
a name you couldn't type as '/' is reserved for parent/namespace
2024-09-23 14:54:37 -04:00
Gabriel Horner
afe4280c6a refactor: DRY up spread out definition of db's
namespace/parent feature. Following up to #11517, provide vars
so it's clear how a feature is used and coupled throughout the codebase
2024-09-23 14:53:12 -04:00
Gabriel Horner
8542e6d8d9 chore: add datetime examples to properties graph 2024-09-23 10:09:44 -04:00
Gabriel Horner
a3f8315e01 chore: db file linter can have exceptions 2024-09-23 09:53:31 -04:00
Tienson Qin
b2e69dd846 fix: lint 2024-09-23 17:26:03 +08:00
Tienson Qin
250d7303d1 fix: disallow renaming normal pages to journals
fixes https://github.com/logseq/db-test/issues/118
2024-09-23 17:14:39 +08:00
Tienson Qin
29a250c669 fix: nlp dates with #
fixes https://github.com/logseq/db-test/issues/121
2024-09-23 16:51:25 +08:00
Tienson Qin
38e2e14d07 fix: Reordering properties issue
fixes https://github.com/logseq/db-test/issues/117
2024-09-23 16:45:22 +08:00
charlie
66c1e4208e fix(ui): items separator for the dropdown property editor 2024-09-23 15:32:18 +08:00
charlie
411ab221a3 fix(ui): icon picker container scrollbar for Windows 2024-09-23 14:42:13 +08:00
charlie
d35c4ab123 enhance(ui): polish emoji icon position of the page title for Windows 2024-09-23 12:18:51 +08:00
Tienson Qin
3bd3d6b125 fix: property filters not persisted 2024-09-23 00:14:24 +08:00
Tienson Qin
823afdebc5 fix: filter by :datetime property 2024-09-23 00:03:12 +08:00
Tienson Qin
fe3d445f32 chore: typo 2024-09-22 13:42:47 +08:00
Tienson Qin
15045ea0f7 fix: datetime timezone 2024-09-22 10:49:43 +08:00
Tienson Qin
c5c0f5d822 feat: add datetime type 2024-09-22 10:25:07 +08:00
Charlie
3e5890f9f6 enhance(ux):resize table columns (#11537)
* enhance(ux): add table column resizer

* Add migration for sized-columns

---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2024-09-21 12:45:09 +08:00
Tienson Qin
bd9b9266b4 fix: reduce debounce time for search results 2024-09-21 09:55:06 +08:00
Tienson Qin
f494ef9786 fix: "/" page error 2024-09-21 09:51:22 +08:00
Tienson Qin
c392a9c321 perf: debounce search 2024-09-21 09:47:38 +08:00
Tienson Qin
2738f2cba5 fix: page name crash 2024-09-21 07:56:43 +08:00
Tienson Qin
582e3a9bbe Merge pull request #11517 from logseq/feat/namespace
feat: support namespace pages and tags
2024-09-21 07:45:08 +08:00
Tienson Qin
7e26022c8b Merge branch 'feat/db' into feat/namespace 2024-09-21 07:44:53 +08:00
Gabriel Horner
f33ce442e4 fix(dev): dev cmd should only run on clj* files
linter fails nonsensically on .md and .css
2024-09-20 17:32:58 -04:00
Gabriel Horner
fdc0ca58d4 fix: changing tag cases should not break their identity
Fixes logseq/db-test#83. Also add a handy log to toggle when tracing sources
of ui bugs
2024-09-20 16:11:39 -04:00
Tienson Qin
223250dd2d enhance: add commas between property multiple values 2024-09-20 20:51:30 +08:00
Tienson Qin
6d28a07f38 fix: allow classes to be referenced 2024-09-20 20:45:16 +08:00
Tienson Qin
8d1d5363a0 Merge branch 'feat/db' into feat/namespace 2024-09-20 20:34:21 +08:00
rcmerci
a90cd8a13c chore: wrong docstring position 2024-09-20 19:44:24 +08:00
Tienson Qin
8d81f1a154 chore: add doc for view 2024-09-20 19:05:02 +08:00
Tienson Qin
1c71b10247 enhance(ux): use arrows for properties navigation (#11535)
enhance: properties support arrow navigation
2024-09-20 18:37:32 +08:00
charlie
7ce01462bd enhance(ux): change block icon color from the icon picker palette 2024-09-20 10:18:12 +08:00
charlie
2cb1749c9d enhance(ui): remove icon previewer 2024-09-20 09:59:29 +08:00
Tienson Qin
dc47fe48c1 fix: setting codeblocks to readonly prevents modifying config.edn
fixes https://github.com/logseq/db-test/issues/112
2024-09-20 07:56:43 +08:00
Gabriel Horner
b5ed337f3b fix: /node embed failing hard
new nlp pages tripped this up
2024-09-19 17:36:23 -04:00
Gabriel Horner
27c5d120ef fix: import fails hard on page names with '#'
Follow up to c3f0cc1953
2024-09-19 14:57:18 -04:00
Gabriel Horner
9301c605db fix: invalid blocks when pasting multi-line content
related to
https://github.com/logseq/db-test/issues/56#issuecomment-2343937486 but
had seen this happen elsewhere when extract-blocks was called
2024-09-19 12:08:32 -04:00
Tienson Qin
81e9081501 fix: Description property on a block synchronizes with other properties
fixes https://linear.app/logseq/issue/LOG-3239/description-property-on-a-block-synchronizes-with-other-properties
2024-09-19 23:34:03 +08:00
Gabriel Horner
702b5b45b5 fix: can add '#' to property name through dropdown
Also fix blank property name not giving user a notification
2024-09-19 11:11:55 -04:00
Gabriel Horner
cfd561d28c fix: validation error messages don't match user messages 2024-09-19 11:04:01 -04:00
Gabriel Horner
c0e7ffe444 fix: graph-parser lint 2024-09-19 10:33:35 -04:00
Tienson Qin
4381c368ce enhance: display bullet in table results
This makes it easier to navigate and do further actions like cut and
export, etc.
2024-09-19 22:17:04 +08:00
Tienson Qin
e8d7d20921 fix: Text duplication in blocks with a page link and a codeblock
fixes https://github.com/logseq/db-test/issues/87
2024-09-19 22:02:44 +08:00