Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release to val #796

Open
wants to merge 8 commits into
base: val
Choose a base branch
from
Open

Release to val #796

wants to merge 8 commits into from

Commits on Sep 26, 2024

  1. fix(cs7-updates): Cs7 updates based on qa feedback in val (#790)

    * Ensure % FPL is positive integer value
    
    * Make checkbox required
    
    * Add missing FieldArrays to county/city/other sections
    
    * Ensure labels remain black during validation
    
    * Add CS 7 to a11y tests
    
    * Improve naming
    
    * Add greater than/less than validation
    
    * Insure all Inputs have proper validation
    
    * Label and spacing fixes
    
    * Improve spacing
    
    * Fix typo
    
    * Add missing textarea
    
    ---------
    
    Co-authored-by: Gavin St. Ours <gst-ours@fearless.tech>
    jdinh8124 and charmcitygavin authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9d07daf View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore(ui): move breadcrumbs from labelMappers to ActionForm (#797)

    * feat: move breadcrumb text to `ActionForm`
    
    * chore: remove submission text mapping and move to `ActionForm`
    
    * test: add test for breadcrumb test in `ActionForm`
    
    * chore: use `LinkProps.to` to define form origin for form paths
    
    * chore: undo prop
    
    * chore: remove duplicate logic
    
    * chore: formatting
    
    * chore: formatting
    
    * chore: remove all custom link and navigate logic
    asharonbaltazar authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    921066c View commit details
    Browse the repository at this point in the history
  2. fix(ui): fix New Submission button display (#794)

    * fix: use `custom:cms-roles` to determine whether user can submit
    
    * chore: move county logic in `useGetCounties` and delete user context
    
    * chore: mock `useGetCounties` in tests
    
    * fix: prevent non-state users from accessing submission menus
    
    * chore: delete useless test
    
    * fix: add prop to control user access of forms
    
    * chore: remove super user from default user permissions
    
    * fix: change from `/dashboard` to `/`
    
    * chore: fix tests
    asharonbaltazar authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1e61932 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. feat: add er spa (#793)

    * feat: add er spa
    
    * feat: add new dep wrapper options
    
    * feat: add section styling
    daniel-belcher authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4164a17 View commit details
    Browse the repository at this point in the history
  2. fix(cs8): add cs8 feedback from QA/QE (#789)

    * add feedback from QA
    
    * Add qa logic
    
    * cleanup
    
    * Update v202401.ts
    jdinh8124 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    beb8343 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix(cs3-message-overlap): add changes ben suggested (#799)

    * add changes ben suggested
    
    * Update v202401.ts
    jdinh8124 authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dcfe7b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix(new-sub-navigation): Fix the dashboard not working when navigatin…

    …g from a new form submission
    13bfrancis authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    049e23b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. fix(webform): Adjust noGapsOrOverlaps validation per feedback (#802)

    * Adjust noGapsOrOverlaps validation per feedback
    
    * Add unit tests for noGapsOrOverlaps
    charmcitygavin authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cb26a67 View commit details
    Browse the repository at this point in the history