Skip to content

Commit

Permalink
solve the rerendering fiasco
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 11, 2024
1 parent eda93a7 commit ac30fac
Show file tree
Hide file tree
Showing 11 changed files with 408 additions and 369 deletions.
4 changes: 1 addition & 3 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,7 @@ function AppContent() {
<div className="space-y-6">
{/* Health Check Status */}
<div className="mx-auto p-4 bg-[#0a0a0a] rounded-lg shadow-xl border border-gray-800">
<HealthCheck
onHealthStatusChange={setIsHealthy}
/>
<HealthCheck onHealthStatusChange={setIsHealthy} />
</div>

{/* Only show these components if the server is healthy */}
Expand Down
Loading

0 comments on commit ac30fac

Please sign in to comment.