Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(STATFLO-1093): finish up widget playground #17

Merged
merged 2 commits into from
Oct 3, 2023
Merged

Conversation

Emgem
Copy link
Contributor

@Emgem Emgem commented Oct 3, 2023

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

  • Other information:

@Emgem Emgem requested review from sicsol and jcroll October 3, 2023 13:35
const [rightPanelWidgets, setRightPanelWidgets] = useState<Widget[]>([]);
const [sendableWidgets, setSendableWidgets] = useState<Widget[]>([]);

// useEffect(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be removed?

<IconButton ariaLabel="Delete Widget" color="error" icon="trash" />
<IconButton
ariaLabel="Delete Widget"
// iconClassName="group-hocus-not-disabled:stroke-error-700 dark:group-hocus-not-disabled:stroke-error-400"
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps remove as well?

@Emgem Emgem merged commit 6cc5662 into main Oct 3, 2023
1 check passed
@Emgem Emgem deleted the STATFLO-1093 branch October 3, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants