- Redesigned card display with 2.5:3.5 aspect ratio and image-only view - Added infinite scroll to replace pagination - Implemented authentic card back placeholders for MTG, Pokemon, and Lorcana - Added rarity-based particle effects with tiered intensity (mythic/enchanted/rare/uncommon) - Enhanced hover details panel with structured card information - Fixed search functionality with debouncing and Enter key support - Improved filter system with working TCG, rarity, set, and price filters - Added favorite system for cards in both hover and detail views - Updated card detail page with comprehensive metadata and actions - Fixed API filtering with proper Vercel Postgres implementation - Added particle animations and rarity glow effects - Improved overall UX with better visual hierarchy and interactions
40 lines
No EOL
993 B
JavaScript
40 lines
No EOL
993 B
JavaScript
globalThis.__BUILD_MANIFEST = {
|
|
"polyfillFiles": [
|
|
"static/chunks/polyfills.js"
|
|
],
|
|
"devFiles": [
|
|
"static/chunks/react-refresh.js"
|
|
],
|
|
"ampDevFiles": [],
|
|
"lowPriorityFiles": [],
|
|
"rootMainFiles": [],
|
|
"rootMainFilesTree": {},
|
|
"pages": {
|
|
"/_app": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_app.js"
|
|
],
|
|
"/_error": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/_error.js"
|
|
],
|
|
"/admin/card-import": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/admin/card-import.js"
|
|
],
|
|
"/cards": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main.js",
|
|
"static/chunks/pages/cards.js"
|
|
]
|
|
},
|
|
"ampFirstPages": []
|
|
};
|
|
globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
|
|
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
|
|
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
|
|
|
|
]; |