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

Feat: CalFresh enrollment success with expiration #1988

Merged
merged 5 commits into from
Apr 29, 2024

Commits on Apr 26, 2024

  1. feat(enrollment): success page displays expiration date if any

    with the TIME_ZONE='America/Los_Angeles' setting, Django will display
    the expiration date in that time zone
    
    Django automatically formats the date according to the user's locale
    (e.g. 'en' or 'es')
    
    turned off djlint around this section because the different <p> tags in
    branches of the {% if %} block was throwing errors and causing weird formatting"
    thekaveman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ab3055b View commit details
    Browse the repository at this point in the history
  2. style: desktop spacing on enrollment success

    align with the 8-point grid and updated comps in Figma
    thekaveman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    01c52c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb42683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77e9e65 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. test(locale): DATE_FORMAT results in expected str

    adding a few init files here to get test discovery to work with the
    new locale directories
    thekaveman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9cdacdc View commit details
    Browse the repository at this point in the history