D. Rimron-Soutter 3ef3a16bc0 Fix ZXDB pagination counters and navigation
Implement URL-driven pagination and correct total counts across ZXDB:
- Root /zxdb: SSR reads ?page; client syncs to SSR; Prev/Next as Links.
- Sub-index pages (genres, languages, machinetypes): parse ?page on server; use SSR props in clients; Prev/Next via Links.
- Labels browse (/zxdb/labels): dynamic SSR, reads ?q & ?page; typed count(*); client syncs to SSR; Prev/Next preserve q.
- Label detail (/zxdb/labels/[id]): tab-aware Prev/Next Links; counters from server.
- Repo: replace raw counts with typed Drizzle count(*) for reliable totals.

Signed-off-by: Junie <Junie@lucy.xalior.com>
2025-12-12 16:11:12 +00:00
2025-12-12 13:43:30 +00:00
2025-11-13 15:21:30 +00:00
2025-12-12 13:43:30 +00:00
2025-12-12 13:43:30 +00:00
2025-10-07 22:04:14 +01:00
2025-10-07 22:04:14 +01:00
2025-10-07 22:01:08 +01:00
2025-10-15 23:04:08 +01:00

Spectrum Next Explorer

A Next.js application for exploring the Spectrum Next hardware. It includes a Register Explorer with realtime search and deeplinkable queries.

Features

  • Register Explorer parsed from data/nextreg.txt
  • Realtime filtering with querystring deep links (e.g. /registers?q=vram)
  • Bootstrap 5 theme with light/dark support

Quick start

  • Prerequisites: Node.js 20+, pnpm (recommended)
  • Install dependencies:
    • pnpm install
  • Run in development (Turbopack, port 4000):
  • Build and start (production):
  • Lint:
    • pnpm lint

Project scripts (package.json)

  • dev: PORT=4000 next dev --turbopack
  • build: next build --turbopack
  • start: next start
  • deploy-test: push to test.explorer.specnext.dev
  • deploy-prod: push to explorer.specnext.dev

Documentation

  • Docs index: docs/index.md
  • Getting Started: docs/getting-started.md
  • Architecture: docs/architecture.md
  • Register Explorer: docs/registers.md

License

  • See LICENSE.txt for details.
Description
Languages
TypeScript 77.3%
SCSS 11.6%
CSS 7.5%
JavaScript 2%
Dockerfile 1.4%
Other 0.2%