Conversation
* WIP Fix media and unity exports not working * fix(M2-9858): Fix Unity taskData multi-file export and URL index sync - Exclude Unity from isMediaAnswerData to prevent misrouting taskData - Add Unity branch in URL replacement phase to preserve taskData structure - Handle CachedMediaValue in getMediaUrl - Add Unity mock data, tests, and update export test expectations * Fix duplicate filenames in multi-file Unity ZIP export (M2-9858) * fix: build type fail * fix: parsed files that are encrypted * fix: for multifile unity download * fix: remove console log * fix: use actual filenames from S3 URLs in Unity ZIP export instead of index-based names * fix(M2-10449): Unity item_response showing [object Object] in CSV export - Add Unity case to parseResponseValue switch statement so the - item_response column displays folder name and file names matching - the unity-responses ZIP structure instead of [object Object]. * fix(M2-10449): show full folder path per file in Unity CSV item_response - Each file entry now includes the full folder path prefix instead of folder listed once with comma-separated filenames - e.g. folder/file1.txt, folder/file2.txt instead of folder/file1.txt, file2.txt - Matches exact path structure inside unity-responses ZIP for easy cross-reference - Update Unity test expectations to match new format --------- Co-authored-by: sultanofcardio <14842108+sultanofcardio@users.noreply.github.com>
🔗 [Jira Ticket M2-10461](https://mindlogger.atlassian.net/browse/M2-10461) Re-enables the `AnnouncementBanner` component (previously used for the rebranding campaign and then commented out) as an MFA launch announcement. The banner is now gated behind a LaunchDarkly flag (`enable-admin-announcement-banner`) so it can be toggled on/off without a deployment. Banner text lives in the i18n files (`announcementBanner` key) and the link URL is a named constant at the top of the component — the only changes needed for a future announcement campaign. Changes include: - Added `enableAdminAnnouncementBanner` feature flag to `FeatureFlags` type and `FeatureFlagDefaults` (default: `false`) - Re-enabled `<AnnouncementBanner />` in `BaseLayout` and `AuthLayout` (previously commented out) - Updated `AnnouncementBanner` to gate rendering on the `enableAdminAnnouncementBanner` flag - Updated `announcementBanner` i18n key in `app-en.json` and `app-fr.json` with MFA announcement copy - Added `useFeatureFlags` mock to `AnnouncementBanner.test.tsx` so existing tests continue to pass
* fix: Translate MFA error messages and placeholders * fix: Convert hardcoded 'MFA not enabled' messages to translation keys
🔗 [Jira Ticket M2-10392](https://mindlogger.atlassian.net/browse/M2-10392) Changes include: - `yarn upgrade` for non-breaking dependency updates, including Axios `1.13.2` → `1.13.5` - `yarn upgrade --latest @types/markdown-it-container` to match `markdown-it-container` version - `yarn add @types/node@^24.11.0` to match `node` version - Remove indirect dependencies `markdown-it`, `markdown-it-sub`, and `markdown-it-sup` - Remove unused config `Jenkinsfile.groovy` and `junit.xml` Before: 35 vulnerabilities (2 Low | 13 Moderate | 20 High) After: 1 vulnerability (1 Low)
aweiland
approved these changes
Mar 11, 2026
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.
2026.03.1