misc: 갱신 완료 주기를 조금 짧게
This commit is contained in:
+15
-9
@@ -408,14 +408,20 @@ watch(refreshCounter, async () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (haveNewRecord) {
|
if (haveNewRecord) {
|
||||||
toasts.info({
|
toasts.info(
|
||||||
title: "갱신 완료",
|
{
|
||||||
body: `동향 변경이 있습니다.`,
|
title: "갱신 완료",
|
||||||
});
|
body: `동향 변경이 있습니다.`,
|
||||||
|
},
|
||||||
|
{ delay: 1000 * 3 }
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
toasts.success({
|
toasts.success(
|
||||||
title: "갱신 완료",
|
{
|
||||||
});
|
title: "갱신 완료",
|
||||||
|
},
|
||||||
|
{ delay: 1000 * 3 }
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const lastVoteID = response.global.lastVoteID;
|
const lastVoteID = response.global.lastVoteID;
|
||||||
@@ -539,7 +545,7 @@ watch(refreshCounter, async () => {
|
|||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reservedCommandZone{
|
.reservedCommandZone {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -555,7 +561,7 @@ watch(refreshCounter, async () => {
|
|||||||
grid-row: 4;
|
grid-row: 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cityInfo{
|
.cityInfo {
|
||||||
grid-row: 5;
|
grid-row: 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user