Skip to content

fix(actions): provide ActionsContext globally instead of only within "/app" - #949

Open
rzafari42 wants to merge 1 commit into
masterfrom
fix/actions-context-missing-outside-app
Open

fix(actions): provide ActionsContext globally instead of only within "/app"#949
rzafari42 wants to merge 1 commit into
masterfrom
fix/actions-context-missing-outside-app

Conversation

@rzafari42

Copy link
Copy Markdown
Contributor

https://trello.com/c/7sRB3HHR

Problème:
Le bouton "Nouvelle mission" du menu ouvre désormais le tunnel de création directement, même depuis des pages hors /app. Or le contexte React qui fournit les actions métier (beginNewMission, etc.) n'était monté que dans /app — donc actions.beginNewMission n'existait pas ailleurs, l'erreur était avalée silencieusement, et rien ne se passait au clic

@tristanrobert

Copy link
Copy Markdown
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sonarqubecloud

sonarqubecloud Bot commented Sep 3, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants