Browser Connection
@@ -186,7 +186,7 @@ export function IndexerPage() {
@@ -196,7 +196,7 @@ export function IndexerPage() {
@@ -206,7 +206,7 @@ export function IndexerPage() {
@@ -214,7 +214,7 @@ export function IndexerPage() {
@@ -222,7 +222,7 @@ export function IndexerPage() {
{/* Indexer Status */}
-
+
Status
{loading ? 'Stopping...' : 'Stop Indexing'}
@@ -259,7 +259,7 @@ export function IndexerPage() {
{/* Start Form */}
-
+
Start Indexing
@@ -272,7 +272,7 @@ export function IndexerPage() {
value={rootId}
onChange={e => setRootId(e.target.value.toUpperCase())}
placeholder="e.g., KWCJ-RN4"
- className="w-full px-3 py-2 border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
+ className="w-full px-3 py-2 min-h-[40px] border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
/>
@@ -286,7 +286,7 @@ export function IndexerPage() {
value={maxGenerations}
onChange={e => setMaxGenerations(e.target.value)}
placeholder="∞"
- className="w-full px-3 py-2 border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
+ className="w-full px-3 py-2 min-h-[40px] border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
/>
@@ -297,7 +297,7 @@ export function IndexerPage() {
@@ -329,7 +329,7 @@ export function IndexerPage() {
value={ignoreIds}
onChange={e => setIgnoreIds(e.target.value.toUpperCase())}
placeholder="ID1,ID2"
- className="w-full px-3 py-2 border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
+ className="w-full px-3 py-2 min-h-[40px] border rounded-md bg-app-bg text-app-text border-app-border focus:border-app-accent focus:outline-none text-sm"
/>
@@ -337,7 +337,7 @@ export function IndexerPage() {
@@ -364,15 +364,14 @@ export function IndexerPage() {
)}
{/* Full Width Output Console */}
-
+
Output
{outputLines.length} lines
{outputLines.length === 0 ? (
Output will appear here when indexing starts...
diff --git a/client/src/components/integrity/IntegrityPage.tsx b/client/src/components/integrity/IntegrityPage.tsx
index de30fcd..c90892b 100644
--- a/client/src/components/integrity/IntegrityPage.tsx
+++ b/client/src/components/integrity/IntegrityPage.tsx
@@ -222,20 +222,20 @@ export function IntegrityPage() {
const dbName = database?.rootName || dbId;
return (
-
+
{/* Header */}
-
-
-
-
-
Data Integrity
-
{dbName}
+
+
+
+
+
Data Integrity
+
{dbName}
{/* Summary Cards */}
-
+
{/* Tab Navigation */}
-
-
+
+
{TABS.map(tab => (