Reworked ui sample image modal to show more information and function a lot better.

This commit is contained in:
Jaret Burkett
2025-09-27 12:50:47 -06:00
parent 98d35f36a9
commit f0646a0a70
6 changed files with 244 additions and 199 deletions

View File

@@ -1,6 +1,9 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
devIndicators: {
buildActivity: false,
},
typescript: {
// Remove this. Build fails because of route types
ignoreBuildErrors: true,