Add user settings validation

This commit is contained in:
2024-09-27 14:56:43 +02:00
parent f99c93ac23
commit 3a651ce4d8
7 changed files with 105 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Modal, Text, Toggle, Tooltip, Input, Spacer, Button, useTheme } from '@geist-ui/core';
import { Modal, Text, Toggle, Tooltip, Spacer, useTheme } from '@geist-ui/core';
const Settings = ({ visible, onClose, currentTheme, onThemeChange, onSettingsChange }) => {
const theme = useTheme();