Skip to content

Fix i18n reactivity in RightBar (converters and explorers not updating on language change)#597

Merged
cristian-tamblay merged 1 commit into
developfrom
fix/translation-explorer-converters
May 5, 2026
Merged

Fix i18n reactivity in RightBar (converters and explorers not updating on language change)#597
cristian-tamblay merged 1 commit into
developfrom
fix/translation-explorer-converters

Conversation

@Irozuku
Copy link
Copy Markdown
Collaborator

@Irozuku Irozuku commented May 5, 2026

Summary

This PR fixes an issue where converters and explorers were not updating when the application language changed.


Type of Change

Check all that apply like this [x]:

  • Backend change
  • Frontend change
  • CI / Workflow change
  • Build / Packaging change
  • Bug fix
  • Documentation

Changes (by file)

  • DashAI/front/src/components/notebooks/RightBar.jsx:
    • Added t (translation function) to a useEffect dependency array to ensure converters and explorers update correctly on language change.
    • Removed unnecessary eslint-disable-next-line react-hooks/exhaustive-deps comments from useMemo hooks

Testing (optional)

  • Change the application language and verify that converters and explorers update immediately.
  • Confirm no regressions in RightBar behavior or rendering.

@Irozuku Irozuku added bug Something isn't working front Frontend work labels May 5, 2026
@cristian-tamblay cristian-tamblay merged commit e974b08 into develop May 5, 2026
19 checks passed
@cristian-tamblay cristian-tamblay deleted the fix/translation-explorer-converters branch May 5, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working front Frontend work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants