No description
  • JavaScript 100%
Find a file
2026-05-15 11:42:21 +02:00
.vscode cleaned up and made ui more coherent 2026-05-15 11:42:21 +02:00
KNLTB Tools Icon.icon Initial commit 2026-05-15 10:19:05 +02:00
lib Initial commit 2026-05-15 10:19:05 +02:00
pages cleaned up and made ui more coherent 2026-05-15 11:42:21 +02:00
shared cleaned up and made ui more coherent 2026-05-15 11:42:21 +02:00
icon-old.png Initial commit 2026-05-15 10:19:05 +02:00
icon.png Initial commit 2026-05-15 10:19:05 +02:00
icon_128x128.png Initial commit 2026-05-15 10:19:05 +02:00
image_1280x800.png Initial commit 2026-05-15 10:19:05 +02:00
manifest.json cleaned up and made ui more coherent 2026-05-15 11:42:21 +02:00
README.md cleaned up and made ui more coherent 2026-05-15 11:42:21 +02:00

KNLTB-Tools

Refactor status

The extension is being reorganized into page-specific scripts and shared helpers:

  • shared/knltb-utils.js — shared normalization, URL, and rating utilities
  • shared/ui-panel.js — shared panel/button style helpers
  • pages/player-profile.js — player profile page logic and charts
  • pages/draw.js — team/draw page logic and rating refresh

Legacy root files remain in place as backups while the refactor is completed.