Skip to content

Fixes#42

Closed
dev-banane wants to merge 5 commits intomainfrom
fixes
Closed

Fixes#42
dev-banane wants to merge 5 commits intomainfrom
fixes

Conversation

@dev-banane
Copy link
Copy Markdown
Member

No description provided.

@dev-banane dev-banane requested a review from 1ceit October 23, 2025 15:00
@dev-banane dev-banane closed this Oct 23, 2025
Copy link
Copy Markdown
Collaborator

@1ceit 1ceit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shit better look good or I'm changing it back

Comment on lines -457 to -462
<span
id="connection-status"
className={`text-xs ${getStatusColor()}`}
>
{connectionStatus}
</span>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this the connection status indicator? Why are you removing it?

Comment thread src/pages/ACARS.tsx
Comment on lines +598 to +612
</Button>
<Button
size="sm"
className="gap-2"
onClick={handleToggleChartsDrawer}
className={`group relative flex items-center gap-2 px-4 py-2.5 rounded-xl border transition-all duration-200 ${
showChartsDrawer
? 'bg-gradient-to-r from-green-500/20 to-emerald-500/20 border-green-500/40 hover:border-green-400/60 shadow-lg shadow-green-500/10'
: 'bg-gradient-to-r from-zinc-800/50 to-zinc-900/50 border-zinc-700/50 hover:border-zinc-600 hover:bg-zinc-800/70'
}`}
>
{showChartsDrawer ? (
<MapPinned className="w-5 h-5 text-green-400" />
<MapPinned className="w-5 h-5" />
) : (
<Map className="w-5 h-5 text-zinc-400 group-hover:text-zinc-300" />
<Map className="w-5 h-5" />
)}
<span className="hidden sm:inline text-sm font-medium">
<span className="hidden sm:inline">
{showChartsDrawer ? 'Hide Charts' : 'Show Charts'}
</span>
</button>
</Button>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noooooooo. Fuck your buttons they piss me off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants