mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
adding ability to record logs for debug purposes
This commit is contained in:
@@ -30,6 +30,7 @@ import Dashboard from './views/dashboard/Dashboard.jsx';
|
||||
import ListingDetail from './views/listings/ListingDetail.jsx';
|
||||
import NewsModal from './components/news/NewsModal.jsx';
|
||||
import { I18nProvider, availableLanguages } from './services/i18n/i18n.jsx';
|
||||
import DebugLoggingBanner from './components/debug/DebugLoggingBanner.jsx';
|
||||
|
||||
const semiLocaleModules = import.meta.glob('/node_modules/@douyinfe/semi-ui-19/lib/es/locale/source/*.js', {
|
||||
eager: true,
|
||||
@@ -96,6 +97,7 @@ export default function FredyApp() {
|
||||
<Layout className="app__main">
|
||||
<Content className="app__content">
|
||||
{versionUpdate?.newVersion && <VersionBanner />}
|
||||
<DebugLoggingBanner />
|
||||
{settings.demoMode && (
|
||||
<>
|
||||
<Banner
|
||||
|
||||
Reference in New Issue
Block a user