From ee626f188907d0ff6d0a297c7075da1c6de1659a Mon Sep 17 00:00:00 2001 From: Xzensi Date: Sat, 1 Jun 2024 05:47:09 +0200 Subject: [PATCH] Chore: Gitignore change --- .gitignore | 1 + src/UserInterface/Modals/UserInfoModal.ts | 54 +++++++++++------------ 2 files changed, 28 insertions(+), 27 deletions(-) diff --git a/.gitignore b/.gitignore index 73a75ea..138467d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ node_modules vendor @excluded dist/**/* +assets/**/*.css !dist/userscript !dist/userscript/client.user.js !dist/css diff --git a/src/UserInterface/Modals/UserInfoModal.ts b/src/UserInterface/Modals/UserInfoModal.ts index 45b7fb8..8460072 100644 --- a/src/UserInterface/Modals/UserInfoModal.ts +++ b/src/UserInterface/Modals/UserInfoModal.ts @@ -665,37 +665,32 @@ export class UserInfoModal extends AbstractModal { // label: 'Verified', // active: true // }, - // { - // type: 'staff', - // label: 'Staff', - // active: true - // }, - // { - // type: 'Partner', - // label: 'partner', - // active: true - // }, - // { - // type: 'global_moderator', - // label: 'Global moderator', - // active: true - // }, - // { - // type: 'global_admin', - // label: 'Global admin', - // active: true - // }, + // // { + // // type: 'staff', + // // label: 'Staff', + // // active: true + // // }, + // // { + // // type: 'Partner', + // // label: 'partner', + // // active: true + // // }, + // // { + // // type: 'global_moderator', + // // label: 'Global moderator', + // // active: true + // // }, + // // { + // // type: 'global_admin', + // // label: 'Global admin', + // // active: true + // // }, // { // type: 'moderator', // label: 'Moderator', // active: true // }, // { - // type: 'vip', - // label: 'VIP', - // active: true - // }, - // { // type: 'founder', // label: 'Founder', // active: true @@ -706,10 +701,15 @@ export class UserInfoModal extends AbstractModal { // active: true // }, // { - // type: 'sidekick', - // label: 'Sidekick', + // type: 'vip', + // label: 'VIP', // active: true // }, + // // { + // // type: 'sidekick', + // // label: 'Sidekick', + // // active: true + // // }, // { // type: 'subscriber', // label: 'Subscriber',