Commit Graph

32 Commits

Author SHA1 Message Date
bl3kunja 30d480f053 Newest Main page regreshing. Updated calculator. Removed unused stuff. 2026-04-11 17:09:00 +02:00
bl3kunja d6f8ff78e1 no tournament started 2026-02-08 19:57:30 +01:00
bl3kunja baeaad0d49 Merge APP_V2/main: Combine quality updates with league features
- Merged remote changes: Liga krog3 and league state management
- Resolved merge conflicts in locale files and templates
- Kept local v1.0.1 version and styling improvements
- Added league combine functionality from remote
- Preserved new league_state.json and tournament_results.json
- Integrated i18n improvements

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-08 19:35:27 +01:00
bl3kunja d0bbf7bdce quality update:
- calculator
- result screens
- some fixes
2026-02-08 15:19:13 +01:00
bl3kunja-FW 13c7bd3239 Liga krog3 2026-01-17 09:36:27 +01:00
bl3kunja-FW 27e8b31ae0 combining league jsons 2025-11-14 17:03:30 +01:00
bl3kunja aa01f4136d player stats updated badges 2025-11-12 19:05:44 +01:00
bl3kunja 43a9b63c95 styling update 2025-11-12 17:49:56 +01:00
bl3kunja 64254454a4 player analysis update 2025-11-12 16:22:56 +01:00
bl3kunja 6442194802 Reorganize player stats layout: place shot accuracy graph on top of performance chart
- Move shot accuracy distribution section above the tournament performance chart
- Restructure charts-panel into two distinct sections with clear visual separation:
  - accuracy-section: Shows shot accuracy bar chart and distribution stats at top
  - performance-section: Shows tournament performance chart at bottom
- Add CSS styling for both sections with consistent backgrounds and spacing
- Update chart-info styles to accommodate h3 heading in performance section
- Remove redundant panel-title since sections now have their own h3 headings
- Improve visual hierarchy and organization for better readability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 13:04:27 +01:00
bl3kunja a876c121ef Add shot accuracy data calculation and visualization to player stats page
- Implement calculate_shot_accuracy() function in tv_app.py to extract individual shot values from tournament participant data
- Aggregate shot accuracy data (0-10) by tournament type (4_targets, 20_targets, 40_targets) in analyze_player_performance()
- Update modern_player_stats.html to load shot accuracy data directly from template context instead of API
- Add tournament type mapping between display names (40 Targets) and backend keys (40_targets)
- Implement CSS-based bar chart visualization that displays shot distribution with proper color gradients
- Remove unused async loadShotAccuracyData() API fetch and replace with direct template data access
- Data is now properly aggregated across all tournaments for each player and format type

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 13:00:52 +01:00
bl3kunja 8b503be144 fixed calculator showing when league active and tournament unactive. 2025-11-12 12:06:12 +01:00
bl3kunja-FW fd44ca7128 saving issue fixed 2025-11-11 17:34:42 +01:00
bl3kunja 23dc5673ee language setting button change 2025-11-10 15:19:24 +01:00
bl3kunja 871444c11c tounament.html did not commit 2025-11-10 15:07:49 +01:00
bl3kunja 21bd6b74d2 new translation fix and some overall imrpovement to how the tournament and league workflow works. 2025-11-10 15:04:09 +01:00
bl3kunja 1e709e0248 missing created files - recovered by gitignore 2025-11-09 17:21:26 +01:00
bl3kunja ba7e1626e3 Refactor change... 2025-11-09 12:55:10 +01:00
bl3kunja ca1ea820a2 global search for app.py added 2025-11-09 09:26:31 +01:00
bl3kunja 1e55305914 commited with removed gtk wrapper. Simple python run file with all requirements. 2025-11-09 08:55:29 +01:00
bl3kunja 2b5ec1d9b1 desktop_app_install 2025-11-08 19:24:05 +01:00
bl3kunja 88cfd9c05f Merge APP_V2/main: Combine remote draft updates with local tens sorting fix
- Keep draft.html print functionality (already in local main)
- Merge remote tournament_results.json data
- Local 'fixing tens' commit ensures proper sorting by tens as tiebreaker

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 16:00:55 +01:00
bl3kunja f23053774e Merge APP_V2/main: resolve tournament_results.json conflict
Keeping remote version (updated draft with printout).

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 15:40:36 +01:00
bl3kunja 1dba97ef71 fixing tens 2025-11-04 15:33:33 +01:00
bl3kunja 182cc93f2f - updated draft with printout
- added correction to results for 10s
2025-10-26 11:28:01 +01:00
bl3kunja 4d3f880c64 fixed camera stream issue 2025-10-21 17:31:53 +02:00
bl3kunja f8d8548244 V1.0.0 - release and included language 2025-10-10 16:59:23 +02:00
bl3kunja c61c1448e4 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
2025-09-20 20:03:44 +02:00
bl3kunja-FW 33758e7340 Print function correction + player analysis fix and player stats fix 2025-08-10 18:22:22 +02:00
bl3kunja 054c81e78e added new tournament mode. 2025-08-10 10:31:15 +02:00
bl3kunja-FW 5c7f255a02 Add tournament archives and results for multiple events
- Created JSON files for tournament archives on 2025-07-28 and 2025-07-29, including detailed player scores and shot results.
- Added a new tournament results file summarizing the outcomes of the tournament held on 2025-07-29, including participant scores and completion status.
2025-08-02 15:27:32 +02:00
Bl3kiiie 75ac46c23c Add files via upload 2025-07-30 17:53:24 +02:00