4 Commits

Author SHA1 Message Date
mindesbunister
fba41aaf78 Restore improved layout and coin icons from development branch
- Restore clean homepage with only StatusOverview component
- Restore improved StatusOverview with CoinGecko coin icons
- Restore unified layout with gradient cards instead of fragmented sections
2025-07-17 11:55:09 +02:00
mindesbunister
0e3a2d7255 feat: Implement Jupiter-style trading interface with token selection
- Add 'You're paying' and 'You're receiving' sections with proper token dropdowns
- Implement balance display and MAX button functionality
- Add automatic receiving amount calculation based on paying amount
- Enhance token selector with icons, names, and balance information
- Improve leverage position value calculations and risk warnings
- Update trade execution to use new paying/receiving token structure
- Maintain all existing functionality including stop loss, take profit, and position management

This creates a more intuitive and professional trading interface that matches Jupiter's UX patterns.
2025-07-16 14:56:53 +02:00
mindesbunister
39b6300939 Clean up UI: remove unnecessary text and elements
- Remove 'AI Trading Dashboard' hero section from overview page
- Remove 'Advanced cryptocurrency trading...' description from overview
- Remove 'Manual Trading' header and description from trading page
- Remove 'Refresh Balance' button functionality
- Remove symbol selection interface and related state management
- Remove wallet overview section to prevent runtime errors
- Simplify trading page to focus on core trading panels only

Result: Cleaner, more focused user interface with streamlined navigation
2025-07-16 11:47:40 +02:00
mindesbunister
de45349baa Restore working dashboard and TradingView analysis
- Fixed layout conflicts by removing minimal layout.tsx in favor of complete layout.js
- Restored original AI Analysis page with full TradingView integration
- Connected enhanced screenshot API to real TradingView automation service
- Fixed screenshot gallery to handle both string and object formats
- Added image serving API route for screenshot display
- Resolved hydration mismatch issues with suppressHydrationWarning
- All navigation pages working (Analysis, Trading, Automation, Settings)
- TradingView automation successfully capturing screenshots from AI and DIY layouts
- Docker Compose v2 compatibility ensured

Working features:
- Homepage with hero section and status cards
- Navigation menu with Trading Bot branding
- Real TradingView screenshot capture
- AI-powered chart analysis
- Multi-layout support (AI + DIY module)
- Screenshot gallery with image serving
- API endpoints for balance, status, screenshots, trading
2025-07-14 14:21:19 +02:00