diff --git a/rollup.config.js b/rollup.config.js index dac65839..ed8799f3 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -55,11 +55,9 @@ export default [ 'react-toastify', 'react-string-replace', 'react-toastify/dist/ReactToastify.css', - 'tw-elements', 'react-router-dom', 'react-leaflet-cluster', '@tanstack/react-query', - 'tributejs', 'prop-types', 'leaflet/dist/leaflet.css', '@heroicons/react/20/solid', diff --git a/src/Components/AppShell/ContextWrapper.tsx b/src/Components/AppShell/ContextWrapper.tsx index 6cafd1a2..50777b63 100644 --- a/src/Components/AppShell/ContextWrapper.tsx +++ b/src/Components/AppShell/ContextWrapper.tsx @@ -22,7 +22,7 @@ const ContextCheckContext = createContext(false) const CloseButton = ({ closeToast }: CloseButtonProps) => ( diff --git a/src/Components/Auth/RequestPasswordPage.tsx b/src/Components/Auth/RequestPasswordPage.tsx index b750249c..0f15acd5 100644 --- a/src/Components/Auth/RequestPasswordPage.tsx +++ b/src/Components/Auth/RequestPasswordPage.tsx @@ -43,19 +43,19 @@ export function RequestPasswordPage({ resetUrl }: { resetUrl: string }) { placeholder='E-Mail' value={email} onChange={(e) => setEmail(e.target.value)} - className='tw-input tw-input-bordered tw:w-full tw:max-w-xs' + className='tw:input tw:input-bordered tw:w-full tw:max-w-xs' /> -
+
diff --git a/src/Components/Auth/SetNewPasswordPage.tsx b/src/Components/Auth/SetNewPasswordPage.tsx index 0004e6c2..c8f59591 100644 --- a/src/Components/Auth/SetNewPasswordPage.tsx +++ b/src/Components/Auth/SetNewPasswordPage.tsx @@ -42,19 +42,19 @@ export function SetNewPasswordPage() { type='password' placeholder='Password' onChange={(e) => setPassword(e.target.value)} - className='tw-input tw-input-bordered tw:w-full tw:max-w-xs' + className='tw:input tw:input-bordered tw:w-full tw:max-w-xs' /> -
+
diff --git a/src/Components/Auth/SignupPage.tsx b/src/Components/Auth/SignupPage.tsx index fe9d44cd..1eb51ea9 100644 --- a/src/Components/Auth/SignupPage.tsx +++ b/src/Components/Auth/SignupPage.tsx @@ -62,32 +62,32 @@ export function SignupPage() { placeholder='Name' value={userName} onChange={(e) => setUserName(e.target.value)} - className='tw-input tw-input-bordered tw:w-full tw:max-w-xs' + className='tw:input tw:input-bordered tw:w-full tw:max-w-xs' /> setEmail(e.target.value)} - className='tw-input tw-input-bordered tw:w-full tw:max-w-xs' + className='tw:input tw:input-bordered tw:w-full tw:max-w-xs' /> setPassword(e.target.value)} - className='tw-input tw-input-bordered tw:w-full tw:max-w-xs' + className='tw:input tw:input-bordered tw:w-full tw:max-w-xs' /> -
+
diff --git a/src/Components/Gaming/Modal.tsx b/src/Components/Gaming/Modal.tsx index ffe0ad17..32f66058 100644 --- a/src/Components/Gaming/Modal.tsx +++ b/src/Components/Gaming/Modal.tsx @@ -20,14 +20,14 @@ export function Modal({ return ( <> {/* You can open the modal using ID.showModal() method */} - -
- {children}
-
+
diff --git a/src/Components/Gaming/Quests.tsx b/src/Components/Gaming/Quests.tsx index c9872844..944a2633 100644 --- a/src/Components/Gaming/Quests.tsx +++ b/src/Components/Gaming/Quests.tsx @@ -39,56 +39,56 @@ export function Quests() { return ( <> {questsOpen ? ( -
-
-
+
+
+
-

+

Level 1

  • -
  • -
  • -
- {/** */}{' '} + {/** */}{' '}
) : ( diff --git a/src/Components/Input/ComboBoxInput.tsx b/src/Components/Input/ComboBoxInput.tsx index edeccde8..398e8005 100644 --- a/src/Components/Input/ComboBoxInput.tsx +++ b/src/Components/Input/ComboBoxInput.tsx @@ -14,7 +14,7 @@ const ComboBoxInput = ({ id, options, value, onValueChange }: ComboBoxProps) => return (