Skip to content

Refactor Versions dropdown

Sarah German requested to merge refactor-versions-list into main

As of !28 (merged), we no longer need to query multiple sources from the frontend to determine which versions exist on the Archives site. 🎉

So, we can greatly simplify how the Versions dropdown is assembled.

Closes #7 (closed) Closes #22 (closed)

Test locally

  1. Check out this branch
  2. Make sure you have dependencies downloaded: npm i
  3. Start the dev server (npm run dev) and pull up the site in your browser.
  4. Verify the versions dropdown is populated with the available Archive versions. Note that links won't work unless you have the chosen version available locally.
Edited by Sarah German

Merge request reports

Loading