Skip to main content

2026-06-01

Tier Lists — Export Options Modal

All three tier list pages (/tier/anime, /tier/series, /tier/games) now have a proper export dialog instead of a single JSON download. When clicking Export, a modal opens with two options:

Content

  • Only Names
  • Names + Ranking
  • Names + Notes
  • Names + Ranking + Notes

Format

  • JSON
  • CSV
  • TXT

Tier Lists — Shared Stylesheet and App Script

The individual per-page CSS and JS files for the three tier lists have been consolidated into shared files (tier/styles.css, tier/app.js). This removes duplicate code and makes future changes apply to all three lists at once.

Homepage — Fully Clickable Cards

The cards on the main page (/) are now fully clickable — the entire card acts as a link, not just the button inside it. The button label (e.g. "Search for free stuff", "View Tierlists") remains visible for clarity.

A subtle "Have Any Questions?" link has been added to the toolbar of each tier list page, next to the Export button. It links to the documentation at docu.netpurple.net/docs/Netpurple/tier.

Bug Fixes

  • White mode on tier pages — Toggling to white/light mode on /tier and its sub-pages now correctly applies a white background and dark text. Previously the toggle had no visible effect.
  • Card underline — Removed the faint underline that appeared on text inside the clickable homepage cards.
  • Icon colour — The purple icons on the homepage cards were being overridden to white by a CSS inheritance fix. This has been corrected; icons remain purple.

README

The repository README at github.com/codermongo/netpurple has been fully rewritten to describe the project's purpose, all features, the tech stack, project structure, and the Unlicense license.