[O] Create progress getter
This commit is contained in:
@@ -79,7 +79,14 @@
|
|||||||
unread: Assignment[];
|
unread: Assignment[];
|
||||||
clearUnreadPrompt = false;
|
clearUnreadPrompt = false;
|
||||||
dontAskAgain = false;
|
dontAskAgain = false;
|
||||||
progress = -1;
|
|
||||||
|
/**
|
||||||
|
* Mark as read progress
|
||||||
|
*/
|
||||||
|
progress()
|
||||||
|
{
|
||||||
|
return this.unread.filter(a => !a.unread).length / this.unread.length;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* On page load - check if the user has too many notifications
|
* On page load - check if the user has too many notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user