mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
Add agenda
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"@material-ui/icons": "^4.5.1",
|
||||
"browserfs": "^1.4.3",
|
||||
"isomorphic-git": "^0.72.0",
|
||||
"mldoc_org": "^0.0.4",
|
||||
"mldoc_org": "^0.0.6",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"showdown": "^1.9.1"
|
||||
|
||||
@@ -1,3 +1,71 @@
|
||||
.grow {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.priority {
|
||||
color: #FFF;
|
||||
padding: 0px 3px;
|
||||
font-size: 12px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.priority-a {
|
||||
background: red;
|
||||
}
|
||||
|
||||
.priority-b {
|
||||
background: purple;
|
||||
}
|
||||
|
||||
.priority-c {
|
||||
background: green;
|
||||
}
|
||||
|
||||
.marker-todo {
|
||||
|
||||
}
|
||||
|
||||
.marker-doing, .marker-in-progress {
|
||||
|
||||
}
|
||||
|
||||
.marker-waiting {
|
||||
|
||||
}
|
||||
|
||||
.marker-done {
|
||||
color: green;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.marker-canceled, .marker-cancelled {
|
||||
color: #ff4500;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
i {
|
||||
border: solid black;
|
||||
border-width: 0 3px 3px 0;
|
||||
display: inline-block;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.right {
|
||||
transform: rotate(-45deg);
|
||||
-webkit-transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.left {
|
||||
transform: rotate(135deg);
|
||||
-webkit-transform: rotate(135deg);
|
||||
}
|
||||
|
||||
.up {
|
||||
transform: rotate(-135deg);
|
||||
-webkit-transform: rotate(-135deg);
|
||||
}
|
||||
|
||||
.down {
|
||||
transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
}
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
[cider/cider-nrepl "0.23.0-SNAPSHOT"]
|
||||
|
||||
[rum "0.11.4"]
|
||||
[funcool/promesa "4.0.2"]
|
||||
[prismatic/dommy "1.1.0"]
|
||||
[metosin/reitit "0.3.10"]
|
||||
[metosin/reitit-spec "0.3.10"]
|
||||
[metosin/reitit-frontend "0.3.10"]]
|
||||
[funcool/promesa "4.0.2"]]
|
||||
|
||||
:nrepl {:port 8701}
|
||||
|
||||
|
||||
@@ -889,10 +889,10 @@ mkdirp@^0.5.1:
|
||||
dependencies:
|
||||
minimist "0.0.8"
|
||||
|
||||
mldoc_org@^0.0.4:
|
||||
version "0.0.4"
|
||||
resolved "https://registry.yarnpkg.com/mldoc_org/-/mldoc_org-0.0.4.tgz#022b37fccef36ad0ba79ef0b6ed4fa7a3d981045"
|
||||
integrity sha512-DQ7JR+OYSAZaZo0jFrBkqMAM0rWio4zYxbK4VPxe65PWZBVYSzDX885U1LNXbJiTz6T5Z1qh7D6AyWsdTnVUDw==
|
||||
mldoc_org@^0.0.6:
|
||||
version "0.0.6"
|
||||
resolved "https://registry.yarnpkg.com/mldoc_org/-/mldoc_org-0.0.6.tgz#4fe6aeb865a2cce658b44f5a32c353d3857c2d36"
|
||||
integrity sha512-bWvUkHKEhsLMdl/ZabWCfvHqdXbP36tNYiswzi3UXZDuzJOe+u/yqaw7MeY89FQq2DJmx7P9rTgfY4gR+3kluQ==
|
||||
dependencies:
|
||||
yargs "^12.0.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user