Enhance print layouts with branded headers and fix navigation consistency

- Replace plain print headers with full branded headers including logo
  - Add dynamic tournament-type styling (🎯 4-target,  20-target, 💪 40-target)
  - Remove border lines and optimize spacing for clean print appearance
  - Fix emoji positioning in league championship headers
  - Standardize navigation with proper active button indicators
  - Add missing translation keys for calculator instructions
  - Update print media queries for professional document output

  Print improvements:
  - Logo and branding now appear on printed results
  - Consistent 20px spacing between header and table
  - Clean white background with subtle borders
  - Optimized typography for print readability

  Navigation fixes:
  - Added active button highlighting across all PC pages
  - Consistent navigation order: Dashboard → Tournament → Player Analysis → Archive → Draft →
  Calculator
  - Fixed draft page active indicator

  🤖 Generated with Claude Code

  Co-Authored-By: Claude <noreply@anthropic.com>

  This commit message covers all the major improvements we made:
  - Print layout enhancements with branded headers
  - Navigation standardization and active indicators
  - Translation fixes
  - Visual styling improvements
  - Professional document output optimization
This commit is contained in:
2025-09-20 20:03:44 +02:00
parent 33758e7340
commit c61c1448e4
62 changed files with 45554 additions and 11528 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"1": {
"number": 1,
"title": "Stream 1",
"url": "http://192.168.0.103:9081",
"active": true
},
"2": {
"number": 2,
"title": "Stream 2",
"url": "http://192.168.0.103:9082",
"active": true
},
"3": {
"number": 3,
"title": "Stream 3",
"url": "http://192.168.0.103:9083",
"active": true
},
"4": {
"number": 4,
"title": "Stream 4",
"url": "http://192.168.0.103:9084",
"active": true
},
"5": {
"number": 5,
"title": "Stream 5",
"url": "http://192.168.0.103:9085",
"active": true
},
"6": {
"number": 6,
"title": "Stream 6",
"url": "http://192.168.0.103:9086",
"active": true
},
"_last_updated": 1757351904.1407912
}