vinta-awesome-python/website
Vinta Chen 028c642a8e
refactor(js): replace var with let/const and use double quotes
Modernize variable declarations and string literals in main.js for
consistency and to signal immutability intent. Pure style change with
no behavioral differences.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-23 01:34:33 +08:00
..
static refactor(js): replace var with let/const and use double quotes 2026-03-23 01:34:33 +08:00
templates refactor(html): remove tag-subcat class and inline button attributes 2026-03-23 01:26:26 +08:00
tests refactor(build): remove unused group_categories wrapper 2026-03-22 15:58:42 +08:00
build.py fix(website): scope subcategory filter values to parent category 2026-03-23 01:11:35 +08:00
fetch_github_stars.py refactor(website): hoist loop-invariant variables outside the fetch loop 2026-03-22 01:32:26 +08:00
readme_parser.py fix(parser): strip trailing separators and links from subcategory labels 2026-03-23 01:19:05 +08:00