- Applied dark OLED theme with slate color palette - Added Fira Code/Inter typography for technical look - Implemented glassmorphism cards with gradient accents - Added smooth area charts with gradient fills - Improved stats cards with glow effects - Added tabbed navigation (Dashboard/Settings) - Enhanced modal designs with better spacing - Added custom scrollbar styling - Implemented responsive grid layout - Added hover animations and micro-interactions - Improved accessibility with focus states
20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"pages": {
|
|
"/api/monitor/route": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/api/monitor/route.js"
|
|
],
|
|
"/layout": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/css/app/layout.css",
|
|
"static/chunks/app/layout.js"
|
|
],
|
|
"/page": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js",
|
|
"static/chunks/app/page.js"
|
|
]
|
|
}
|
|
} |