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

SRV-762 feat - firing resizing event #6

Merged
merged 1 commit into from
Oct 9, 2024
Merged

SRV-762 feat - firing resizing event #6

merged 1 commit into from
Oct 9, 2024

Conversation

nyohasstium
Copy link

SUMMARY

feat(dashboard): sending resizing events to parent

TESTING INSTRUCTIONS

By running something like

    function handleMessage(event) {
        console.log(event.data.event) 
    }

    window.addEventListener('message', handleMessage, false);

the message can be consumed and applied any actions.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@nyohasstium nyohasstium changed the base branch from SRV-795 to master October 9, 2024 13:06
@nyohasstium nyohasstium merged commit 1410a09 into master Oct 9, 2024
1 of 2 checks passed
@nyohasstium nyohasstium deleted the SRV-762 branch October 9, 2024 13:06
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.

1 participant