Added dedicated notifications page.

This commit is contained in:
DebaucheryLibrarian
2021-05-09 00:23:10 +02:00
parent 3f55b90ab8
commit 83ed793e39
17 changed files with 220 additions and 77 deletions

View File

@@ -1,11 +1,3 @@
function setNotifications(state, notifications) {
state.notifications = notifications;
}
function setUnseenNotificationsCount(state, count) {
state.unseenNotificationsCount = count;
}
function setTagFilter(state, tagFilter) {
state.tagFilter = tagFilter;
}
@@ -27,8 +19,6 @@ function setTheme(state, theme) {
}
export default {
setNotifications,
setUnseenNotificationsCount,
setTagFilter,
setRange,
setBatch,