Skip to content

Commit

Permalink
Apetty/chal 1594 implement challenge filter with uswds (#1034) (#1037)
Browse files Browse the repository at this point in the history
* Update gitignore file to exclude erlang compile folders
* Tune and style challenges filter
* Fine tune date selection logic
* Further tuning filter module for accessibility
* 1. Put form and guidance text in a container div, 2. Updated guidance text, 3. Added aria-label to Keyword or phrase textbox
* Adjust filter full text search to index only on title, tagline, and brief_description
* Remove the word phrase from the filter module and add double quotes to the word 'clear'
* Addressed orphaned form labels
* Make spacing and alignment adjustments requested by Marni
* Restore grey bg that horizontally spans page beneath filter module
* Fix clear button on mobile
* Address additional orphaned form labels for accessibility
* Cherry-picked and merged filter code from staging
* Applied USWDS 2.14.0 styles to filter module
* Added pad above guidance text in filter module
* 1. Moved filter guidance above filter and centered 2. Adjusted multi-select 3. Fixed multi-select issue caused by variance between display a>
* Apetty/chal 1594 implement challenge filter with uswds (#1029)
* removed semicolon from end of ChallengeTiles.js which prevent successful build on main
* Minor update to ChallengeTiles.js, tuned code for linting issue
  • Loading branch information
alexspetty authored Jun 30, 2023
1 parent bd8868c commit 797e983
Show file tree
Hide file tree
Showing 6 changed files with 1,165 additions and 184 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ yarn.lock
**/**~
**/*~
**/#*#

# Erlang build files
/otp-OTP-24.0.2/
/otp-OTP-24.1.2/
5 changes: 3 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
elixir 1.12.3
erlang 23.3.2
#erlang 23.3.2
erlang 24.2
nodejs 16.13.0
yarn 1.22.5
yarn 1.22.5
Loading

0 comments on commit 797e983

Please sign in to comment.