-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat(aci): grid cell components for monitors #84281
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shaping up well! Few small suggestions to tighten up the API surface
static/app/components/workflowEngine/gridCell/connectionCell.tsx
Outdated
Show resolved
Hide resolved
Bundle ReportChanges will increase total bundle size by 1.8kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: app-webpack-bundle-array-pushAssets Changed:
|
@@ -44,7 +45,7 @@ export default storyBook('Grid Cell Components', story => { | |||
link: 'monitors/abc123', | |||
}, | |||
], | |||
type: 'monitor', | |||
renderText: count => tn('%s monitor', '%s monitors', count), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧑🍳💋
# `TitleCell` refactored + renamed `AutomationTitleCell` so that it can be used for monitors and automations <img width="502" alt="Screenshot 2025-01-29 at 3 33 04 PM" src="https://github.com/user-attachments/assets/42dd80c5-6047-45cd-abe3-c1b48bd1856a" /> # `ConnectionCell` refactored + renamed `MonitorsCell` so that it can be used for connected monitors and automations <img width="278" alt="Screenshot 2025-01-29 at 3 32 49 PM" src="https://github.com/user-attachments/assets/e2146d8c-283f-4398-a944-fd06fb70aa37" /> # `IssueCell` https://github.com/user-attachments/assets/a17dabb0-e60f-4fe7-992e-c36bd16fb5b7 # `NumberCell` <img width="170" alt="Screenshot 2025-01-29 at 3 15 00 PM" src="https://github.com/user-attachments/assets/4fa44018-f2e6-402b-99af-aff4613138b5" /> --------- Co-authored-by: Nate Moore <[email protected]>
TitleCell
refactored + renamed
AutomationTitleCell
so that it can be used for monitors and automationsConnectionCell
refactored + renamed
MonitorsCell
so that it can be used for connected monitors and automationsIssueCell
Screen.Recording.2025-01-29.at.3.15.26.PM.mov
NumberCell