[O] Separate started flag
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div id="overall">
|
<div id="overall">
|
||||||
<el-progress v-if="progress !== -1" :text-inside="true" :percentage="progress"/>
|
<el-progress v-if="started" :text-inside="true" :percentage="progress()"/>
|
||||||
|
|
||||||
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
|
<el-dialog title="Notice" :visible.sync="clearUnreadPrompt"
|
||||||
width="30%" style="word-break: unset;">
|
width="30%" style="word-break: unset;">
|
||||||
@@ -79,6 +79,7 @@
|
|||||||
unread: Assignment[];
|
unread: Assignment[];
|
||||||
clearUnreadPrompt = false;
|
clearUnreadPrompt = false;
|
||||||
dontAskAgain = false;
|
dontAskAgain = false;
|
||||||
|
started = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Mark as read progress
|
* Mark as read progress
|
||||||
|
|||||||
Reference in New Issue
Block a user