Logo
Explore Help
Register Sign In
AIRegulation/AIRegulation-DocAnalysis
7
0
Fork 0
You've already forked AIRegulation-DocAnalysis
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
987cc097da2a8c6212910cc122140526e1e3b00b
AIRegulation-DocAnalysis/frontend/src/components/layout/shell-config.ts

13 lines
346 B
TypeScript
Raw Normal View History

feat: implement new layout components and routing structure - Added HeaderLayout component for the application header. - Introduced KeepAliveViewport for managing tab states and rendering. - Created TabNav for tab navigation with animated indicator. - Removed old Tabs component in favor of new layout structure. - Updated routing with AppRouter and defined appTabs for navigation. - Enhanced theme context to manage dark mode styles. - Added new UI components: Badge, Button, Separator, and Tabs. - Refactored pages to utilize new layout components and improve responsiveness. - Updated global styles for better theming and layout consistency. - Introduced TypeScript path aliases for cleaner imports.
2026-05-25 16:19:18 +08:00
import { appTabs } from '../../router/tabs';
export const shellFrameClassName = 'mx-auto w-full max-w-[1680px] px-8';
export const shellMeta = {
productLabel: 'T-Systems Regulation',
version: 'v1.0.0',
status: 'ONLINE',
surface: 'Desktop Web',
} as const;
export const shellModuleSummary = appTabs.map((tab) => tab.label).join(' / ');
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 51ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API