mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 11:13:26 +00:00
no message
This commit is contained in:
parent
d167a91a07
commit
f54f86f2b5
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.17.67",
|
"version": "0.17.70",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
|||||||
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/0.js
vendored
2
public/js/build/0.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/591.js
vendored
2
public/js/build/591.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/710.js
vendored
2
public/js/build/710.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
0a7c8b2defa909f8
|
d5af67b0d43b37d0
|
||||||
|
|||||||
@ -143,7 +143,7 @@ export default {
|
|||||||
//
|
//
|
||||||
switch (publish.provider) {
|
switch (publish.provider) {
|
||||||
case 'generic':
|
case 'generic':
|
||||||
this.downloadUrl = `${publish.url}/${this.apiVersion}`
|
this.downloadUrl = `${publish.url}/latest`
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'github':
|
case 'github':
|
||||||
|
|||||||
36
resources/assets/sass/pages/page-messenger.scss
vendored
36
resources/assets/sass/pages/page-messenger.scss
vendored
@ -208,12 +208,12 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
> em {
|
> em {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
background-color: rgba($primary-desc-color, 0.3);
|
background-color: rgba($primary-desc-color, 0.25);
|
||||||
height: 18px;
|
height: 20px;
|
||||||
width: 24px;
|
width: 26px;
|
||||||
line-height: 18px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 9px;
|
border-radius: 10px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
@ -267,18 +267,6 @@
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.loading {
|
|
||||||
margin: 0;
|
|
||||||
height: 52px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
.common-loading {
|
|
||||||
width: 20px;
|
|
||||||
height: 20px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.completed {
|
&.completed {
|
||||||
&:after {
|
&:after {
|
||||||
content: "\f373";
|
content: "\f373";
|
||||||
@ -298,12 +286,24 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.nothing {
|
&.nothing,
|
||||||
|
&.loading {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
&.loading {
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-start;
|
||||||
|
justify-content: center;
|
||||||
|
.common-loading {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 43d60dba08b1dc3dfd021c79e2cf7ff4cc9a2433
|
Subproject commit 8d4ff1850bab8f4db63d921ac7115c32fc87c3ac
|
||||||
Loading…
x
Reference in New Issue
Block a user