Skip to content

Wdfn 835 - Using USWDSAccordion for accordion's implemented in the Vue code.

Bucknell, Mary S. requested to merge mbucknell/waterdataui:wdfn-835 into main

Before making a pull request

  • Put the appropriate EXEMPT flag if needed in the MR label (see https://practices.wma.chs.usgs.gov/practice/peer_code_review/)
  • Run all linters (make lint)
  • Run all tests (make test)
  • Update the changelog appropriately
  • If making a release, update code.json metadataLastUpdated and bump CHANGELOG.md to next version.

Description

Now using the USWDSAccordion component rather than putting the accordion component markup directly in the Vue components where it is needed.

In some cases, the code was cleaned up, simplified, and unused code removed. Also switched the

Merge request reports