Skip to content

feat(ddm): Add widget selection#61242

Merged
ArthurKnaus merged 7 commits into
masterfrom
aknaus/feat/ddm/add-widget-selection
Dec 6, 2023
Merged

feat(ddm): Add widget selection#61242
ArthurKnaus merged 7 commits into
masterfrom
aknaus/feat/ddm/add-widget-selection

Conversation

@ArthurKnaus

Copy link
Copy Markdown
Member

Add ddm context with widget selection state.
Add empty state to tray.
Memoize props and some components to improve performance.

@ArthurKnaus ArthurKnaus requested a review from a team as a code owner December 6, 2023 12:58
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Dec 6, 2023
Comment on lines +436 to 438
if ([0, Infinity, -Infinity, NaN].includes(value)) {
return value.toLocaleString();
}

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ran into a case were some values were Infinite in ddm. Not sure if that is a bug or not 😅
Either way this util should be defensive about it.

@obostjancic obostjancic left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@ArthurKnaus ArthurKnaus merged commit c5e0a5a into master Dec 6, 2023
@ArthurKnaus ArthurKnaus deleted the aknaus/feat/ddm/add-widget-selection branch December 6, 2023 16:11
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants