Enhance EntryTraceDialog component by refactoring data display logic into dedicated summary functions for improved readability and maintainability. Update GridTab to streamline checkbox state management with a new toggle function. Refactor RulesCard to simplify window removal logic. Adjust CollectionsPanel, GenresPanel, GroupsPanel, RolesPanel, ShowsPanel, and UsersPanel to import sorting utilities from a centralized location, enhancing code organization. Update ThemeProvider to utilize a shared theme context for better consistency across the application.
This commit is contained in:
@@ -5,7 +5,7 @@ import { RouterProvider } from '@tanstack/react-router'
|
||||
import './index.css'
|
||||
import './shared/lib/i18n'
|
||||
import { ThemeProvider } from './theme/ThemeProvider'
|
||||
import { ToastProvider } from './shared/ui/toast-store'
|
||||
import { ToastProvider } from './shared/ui/ToastProvider'
|
||||
import { Toaster } from './shared/ui/toaster'
|
||||
import { router } from './router'
|
||||
import { queryClient } from './shared/api/query-client'
|
||||
|
||||
Reference in New Issue
Block a user