feat: Integrate NotifyProvider into App component and update ASNs, Domains, and IPRanges managers to display S3MetaBar with improved comments for clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 5m41s

This commit is contained in:
2025-08-11 16:37:10 +07:00
parent 3340571a6e
commit 415f05f6aa
5 changed files with 144 additions and 49 deletions
+4 -1
View File
@@ -22,6 +22,7 @@ import BillingManager from './BillingManager';
import CommunitiesManager from './CommunitiesManager';
import Dashboard from './Dashboard';
import './App.css';
import { NotifyProvider } from './components/NotifyProvider.jsx';
import axios from 'axios';
// --- Simple i18n (RU/EN) ---
@@ -81,7 +82,9 @@ function App() {
<Router>
<LanguageProvider>
<ThemeProvider>
<MainLayout />
<NotifyProvider>
<MainLayout />
</NotifyProvider>
</ThemeProvider>
</LanguageProvider>
</Router>