Logo
Explore Help
Register Sign In
valknar/kit-ui
1
0
Fork 0
You've already forked kit-ui
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
efe3c81576d850b81d75ddf8c17b42384acf7e81
kit-ui/app/(app)/layout.tsx

18 lines
388 B
TypeScript
Raw Normal View History

feat: refactor theme, add tailwind-scrollbar, and improve UI components - Removed manual theme switching logic and ThemeProvider - Installed and configured tailwind-scrollbar plugin - Updated FileConverter and ConversionOptions to use shadcn Input - Refactored FontSelector to use shadcn Tabs - Simplified global styles and adjusted glassmorphic effects
2026-02-26 22:22:32 +01:00
import AnimatedBackground from '@/components/AnimatedBackground';
feat: implement Figlet, Pastel, and Unit tools with a unified layout - Add Figlet text converter with font selection and history - Add Pastel color palette generator and manipulation suite - Add comprehensive Units converter with category-based logic - Introduce AppShell with Sidebar and Header for navigation - Modernize theme system with CSS variables and new animations - Update project configuration and dependencies
2026-02-22 21:35:53 +01:00
import { AppShell } from '@/components/layout/AppShell';
import { Providers } from '@/components/providers/Providers';
export default function AppLayout({
children,
}: Readonly<{
children: React.ReactNode;
}>) {
return (
<Providers>
<AppShell>
{children}
</AppShell>
</Providers>
);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 30ms Template: 1ms
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