feat(sprint-3): refresh responsive UlHub portal

This commit is contained in:
Brent Perteet
2026-08-20 22:00:38 -05:00
parent e552ae4e5c
commit d0b2f28762
12 changed files with 1710 additions and 228 deletions

12
web/.eslintrc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"extends": "next/core-web-vitals",
"overrides": [
{
"files": ["pages/settings/mqtt-certs.tsx", "pages/sim/index.tsx"],
"rules": {
"@next/next/no-html-link-for-pages": "off",
"react/no-unescaped-entities": "off"
}
}
]
}