Closed ccanos closed 2 days ago
The pull request introduces significant updates to the translation.en.json
file, primarily focusing on renaming terms and enhancing clarity in user-facing text across various sections of the application. Additionally, it modifies the InnovationFlowSettingsDialog
component to streamline its functionality by removing unnecessary properties and replacing components to focus on collaboration tools. The InnovationFlowDragNDropEditor
component is also updated to improve the layout of the drag-and-drop interface, transitioning to a flexbox layout while maintaining existing functionality.
File Path | Change Summary |
---|---|
src/core/i18n/en/translation.en.json |
Updated strings for clarity, renamed "Innovation Flow Settings" to "Manage Flow", and revised button tooltips. |
src/domain/collaboration/InnovationFlow/InnovationFlowDialogs/InnovationFlowSettingsDialog.tsx |
Removed authorization property, replaced InnovationFlowProfileBlock with InnovationFlowCollaborationToolsBlock , and reorganized props. |
src/domain/collaboration/InnovationFlow/InnovationFlowDragNDropEditor/InnovationFlowDragNDropEditor.tsx |
Replaced ScrollableCardsLayoutContainer with a Box component for a flexbox layout, improving item display while preserving functionality. |
translation.en.json
file, focusing on different sections but indicating ongoing changes to the translation structure.translation.en.json
file, reflecting changes in translations that may relate to the overall rebranding or simplification of terms.useInnovationFlowSettings
hook, which may relate to the broader context of managing innovation flows, aligning with the terminology updates in the main PR.useInnovationFlowSettings
hook, enhancing the refetching mechanism, which could be relevant to the changes in managing innovation flows.useInnovationFlowSettings
hook, indicating ongoing improvements in the innovation flow management, which aligns with the main PR's focus on terminology and clarity.client
, translations
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
6929
Summary by CodeRabbit
New Features
Bug Fixes