Skip to content

feat(aci): add edit monitors drawer and link monitor creation page #91761

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

Merged
merged 2 commits into from
May 16, 2025

Conversation

ameliahsu
Copy link
Member

"Create New Monitor" now links to the monitor creation page
"Edit Monitors" now opens a new drawer to connect/disconnect monitors

Screenshot 2025-05-15 at 11 44 11 AM

doesn't look like much without mock data
Screenshot 2025-05-15 at 11 42 48 AM

designs with mock data:
Screenshot 2025-05-15 at 11 47 17 AM

@ameliahsu ameliahsu requested a review from a team as a code owner May 15, 2025 18:49
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 15, 2025
@ameliahsu ameliahsu requested a review from scttcper May 15, 2025 18:50
</DrawerBody>
</div>
),
{ariaLabel: 'Details'}
Copy link
Member

Choose a reason for hiding this comment

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

non obvious but this needs a drawerKey for resizing

Comment on lines +71 to +76
<div>
<DrawerHeader />
<DrawerBody>
<EditConnectedMonitors storageKey={storageKey} />
</DrawerBody>
</div>
Copy link
Member

Choose a reason for hiding this comment

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

i'd pull this into its own component as soon as we need to add more things

@ameliahsu ameliahsu merged commit 08848f1 into master May 16, 2025
42 checks passed
@ameliahsu ameliahsu deleted the mia/aci/new-automation-connected-monitors branch May 16, 2025 16:05
andrewshie-sentry pushed a commit that referenced this pull request May 20, 2025
…91761)

**"Create New Monitor"** now links to the monitor creation page
**"Edit Monitors"** now opens a new drawer to connect/disconnect
monitors

<img width="1219" alt="Screenshot 2025-05-15 at 11 44 11 AM"
src="https://github.com/user-attachments/assets/050c6956-e4d2-4362-a8c0-014e921614e9"
/>

doesn't look like much without mock data
<img width="1486" alt="Screenshot 2025-05-15 at 11 42 48 AM"
src="https://github.com/user-attachments/assets/38a409c0-cbd0-40b8-aaaa-901b553fa7e4"
/>


**designs with mock data:**
<img width="410" alt="Screenshot 2025-05-15 at 11 47 17 AM"
src="https://github.com/user-attachments/assets/06929b99-fd6e-44cc-a8b5-20a9891354ce"
/>
@github-actions github-actions bot locked and limited conversation to collaborators Jun 1, 2025
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