Deployment#428
Merged
arturasmckwcz merged 66 commits intomainfrom Apr 30, 2026
Merged
Conversation
Fix: No ZIP/PLZ-code for Accompanying details #344
Fix: helpers.ts
Language purpose (GENERAL/TRANSLATION) was stripped from the form data during submission, causing saved languages to lose their purpose field. New languages default to GENERAL purpose. Closes #367
District field in the Refugee Accommodation Centre edit form was a plain text input, making it impossible to consistently pick a valid district. Replaced with a radio-list dropdown fed from the districts API. Submission now sends the district ID instead of a raw string. Closes #357
…nction #316: Add helper func to get activity titles from ids in Opp-List
… UTC datetime-local input values are local time strings. Wrapping them in new Date().toISOString() converts to UTC, causing appointment times to display 2 hours early for UTC+2 users (CEST). Passing the value directly matches how onetime_date_time is handled in the same file. Closes #393 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…fset fix: preserve local time for accomp_datetime (closes #393)
…nying-details Fix: No ZIP/PLZ-code for Accompanying details #344
fix: preserve language purpose when saving volunteer profile
fix: replace district free-text with dropdown in RAC section
fix: Fetch and display connected opportunities on agent profile
…-388 fix: rename language field to refugee language and enable multi-select
…optional-400 Fix opportunity details form blocked when no schedule is set
…ies-volunteers-dashboard-page Feature 411: adds newest opportunities and volunteers to dashboard home page
Fix: Missing comments row on Volunteer Profile #413
Update: Rename prop & Remove Redundant
fix: show Farsi/Dari instead of Persian in the language filter
Fix: Volunteer card: Add tick box in EFZ documents #272
Fix: no API call is made
…om API response Update: Fix: wire received checkbox to API mutation and read state from API response
Fix: Add District to the Accompanying details section #342
Updated: Add District to the Accompanying details section
Fix: Opportunity statuses #332
fix: update opportunity status descriptions #332
Fix: 3 Selections
Update : Opportunity statuses #332
Update: add INACTIVE opportunity status
update need4deed-sdk to 0.0.78
…uses Fix:Opportunity statuses #332
Fix: Volunteer card: Add tick box in EFZ documents #272
…nying-details Fix: Add District to the Accompanying details section #342
…tact-399 Fix waysToContact not displaying when API returns a string value
Fix: Missing comments row on Volunteer Profile #413
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Describe the change and why it matters (optional).
Related Issues
Closes #ISSUE_ID (mandatory if applicable)
Changes
Screenshots / Demos
If UI-related, add before/after or GIFs.
Checklist