mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-06 23:21:16 +08:00
refactor: switch notification icons to iconpark
This commit is contained in:
@@ -9,28 +9,28 @@ export const notificationState = reactive({
|
||||
})
|
||||
|
||||
const iconMap = {
|
||||
POST_VIEWED: 'fas fa-eye',
|
||||
COMMENT_REPLY: 'fas fa-reply',
|
||||
POST_REVIEWED: 'fas fa-shield-alt',
|
||||
POST_REVIEW_REQUEST: 'fas fa-gavel',
|
||||
POST_UPDATED: 'fas fa-comment-dots',
|
||||
USER_ACTIVITY: 'fas fa-user',
|
||||
FOLLOWED_POST: 'fas fa-feather-alt',
|
||||
USER_FOLLOWED: 'fas fa-user-plus',
|
||||
USER_UNFOLLOWED: 'fas fa-user-minus',
|
||||
POST_SUBSCRIBED: 'fas fa-bookmark',
|
||||
POST_UNSUBSCRIBED: 'fas fa-bookmark',
|
||||
REGISTER_REQUEST: 'fas fa-user-clock',
|
||||
ACTIVITY_REDEEM: 'fas fa-coffee',
|
||||
POINT_REDEEM: 'fas fa-gift',
|
||||
LOTTERY_WIN: 'fas fa-trophy',
|
||||
LOTTERY_DRAW: 'fas fa-bullhorn',
|
||||
POLL_VOTE: 'fas fa-square-poll-vertical',
|
||||
POLL_RESULT_OWNER: 'fas fa-flag-checkered',
|
||||
POLL_RESULT_PARTICIPANT: 'fas fa-flag-checkered',
|
||||
MENTION: 'fas fa-at',
|
||||
POST_DELETED: 'fas fa-trash',
|
||||
POST_FEATURED: 'fas fa-star',
|
||||
POST_VIEWED: 'HistoryIcon',
|
||||
COMMENT_REPLY: 'MessageOne',
|
||||
POST_REVIEWED: 'CheckCorrect',
|
||||
POST_REVIEW_REQUEST: 'FileText',
|
||||
POST_UPDATED: 'Edit',
|
||||
USER_ACTIVITY: 'UserIcon',
|
||||
FOLLOWED_POST: 'Pin',
|
||||
USER_FOLLOWED: 'AddUser',
|
||||
USER_UNFOLLOWED: 'ReduceUser',
|
||||
POST_SUBSCRIBED: 'Bookmark',
|
||||
POST_UNSUBSCRIBED: 'Bookmark',
|
||||
REGISTER_REQUEST: 'AlarmClock',
|
||||
ACTIVITY_REDEEM: 'PaperMoneyTwo',
|
||||
POINT_REDEEM: 'Gift',
|
||||
LOTTERY_WIN: 'MedalOne',
|
||||
LOTTERY_DRAW: 'Fireworks',
|
||||
POLL_VOTE: 'ChartHistogram',
|
||||
POLL_RESULT_OWNER: 'RankingList',
|
||||
POLL_RESULT_PARTICIPANT: 'ChartLine',
|
||||
MENTION: 'HashtagKey',
|
||||
POST_DELETED: 'ClearIcon',
|
||||
POST_FEATURED: 'Star',
|
||||
}
|
||||
|
||||
export async function fetchUnreadCount() {
|
||||
|
||||
Reference in New Issue
Block a user