ui: Remove automation control header to show all buttons

- Removed large header section with robot icon and text
- Freed up space to display all control buttons properly
- Users can now see DISABLE, ENABLE, EMERGENCY, TEST AI, and ANALYZE buttons
- Cleaner, more compact interface for automation control
- Header was taking unnecessary vertical space

The automation control buttons are now fully visible without scrolling.
This commit is contained in:
mindesbunister
2025-07-28 15:08:10 +02:00
parent 861cfb8522
commit cf6fddc434

View File

@@ -400,18 +400,8 @@ Based on comprehensive technical analysis across multiple timeframes:
{/* Automation Control Panel - Main Column */}
<div className="xl:col-span-3 space-y-8">
<div className="bg-gradient-to-br from-gray-900/90 via-slate-800/80 to-gray-900/90 backdrop-blur-xl p-8 rounded-2xl border border-gray-600/30 shadow-2xl">
{/* Control Header with Enhanced Buttons */}
<div className="flex items-center justify-between mb-8">
<div className="flex items-center space-x-4">
<div className="w-12 h-12 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center">
<span className="text-2xl">🤖</span>
</div>
<div>
<h3 className="text-2xl font-bold text-white">Automation Control</h3>
<p className="text-gray-400">Configure and manage your AI trading bot</p>
</div>
</div>
{/* Control Section - Header removed to save space */}
<div className="mb-8">
{/* Action Feedback */}
{actionFeedback && (
<div className={`mb-4 p-4 rounded-lg border-l-4 ${