Skip to content

Changes

Started by timer
Started 10 hr ago
Took 21 min

Summary

  1. Fix AddSchoolUseCase: AddSchoolUseCase incorrectly set approval required after on the sys admin role invite in the distant future. (details)
  2. Update DESIGN_GUIDELINES.md (details)
  3. Update DESIGN_GUIDELINES.md (details)
  4. added id (details)
  5. Refactor: Improve language dropdown UI and testability (details)
  6. updated id (details)
  7. updated test - (details)
Commit 024b6ee69575fc69c47c648882a5097bdff865ec by Mike Dawson
Fix AddSchoolUseCase: AddSchoolUseCase incorrectly set approval required after on the sys admin role invite in the distant future.
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/domain/school/add/AddSchoolUseCase.kt (diff)
Commit b43bc6dba12bbd4fbba6dbd0170e54a598cabd14 by noreply
Update DESIGN_GUIDELINES.md
The file was modifiedDESIGN_GUIDELINES.md (diff)
Commit 15c20a787b7792fcccc3790ef8bc343a052f11f2 by noreply
Update DESIGN_GUIDELINES.md
The file was modifiedDESIGN_GUIDELINES.md (diff)
The file was modified.maestro/flows/004_user_set_language_on_app_test.yaml (diff)
Commit 66c5153e1d9fadb485f2eb3c0a2ee326ebf40a5f by mandvi.verma
Refactor: Improve language dropdown UI and testability

This commit enhances the `LanguageDropdown` component with the following changes:

*   **UI Text:** Replaces the generic "Language" label with the more descriptive "Choose your language" to improve user experience.
*   **Testability:** Adds a `testTag("choose_language")` to the `ExposedDropdownMenuBox` to make the component easier to find and interact with in UI tests.
*   **Cleanup:** Removes an unused string resource import (`Res.string.language`).
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/LanguageDropdown.kt (diff)
The file was modified.maestro/flows/004_user_set_language_on_app_test.yaml (diff)
The file was modified.maestro/flows/004_user_set_language_on_app_test.yaml (diff)