From 23b90b5923440c9e4f55aa5e690dc48fa1c92774 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 22:55:11 +0200 Subject: [PATCH] Nightly: Custom-Emoji-Feature entfernt (UI + Styles), nur 'Badges entfernen' bleibt --- web/index.html | 2 +- web/src/App.tsx | 36 ++---------------------------------- web/src/styles.css | 10 +--------- 3 files changed, 4 insertions(+), 44 deletions(-) diff --git a/web/index.html b/web/index.html index bf11631..cf00157 100644 --- a/web/index.html +++ b/web/index.html @@ -6,7 +6,7 @@ Soundboard - + diff --git a/web/src/App.tsx b/web/src/App.tsx index b8d60cc..e7d82dd 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useMemo, useRef, useState } from 'react'; import ReactDOM from 'react-dom'; -import { fetchChannels, fetchSounds, playSound, setVolumeLive, getVolume, adminStatus, adminLogin, adminLogout, adminDelete, adminRename, playUrl, fetchCategories, createCategory, assignCategories, assignBadges, clearBadges, updateCategory, deleteCategory, partyStart, partyStop } from './api'; +import { fetchChannels, fetchSounds, playSound, setVolumeLive, getVolume, adminStatus, adminLogin, adminLogout, adminDelete, adminRename, playUrl, fetchCategories, createCategory, assignCategories, clearBadges, updateCategory, deleteCategory, partyStart, partyStop } from './api'; import type { VoiceChannelInfo, Sound, Category } from './types'; import { getCookie, setCookie } from './cookies'; @@ -461,39 +461,7 @@ export default function App() { }} >Zu Kategorie - {/* Custom Badge Picker */} -
- - {showEmojiPicker && typeof document !== 'undefined' && ReactDOM.createPortal( -
- {EMOJIS.map((e, i)=> ( - - ))} -
, - document.body - )} -
+ {/* Custom Emoji Feature entfernt */}