Conversation
This reverts commit 4840cea.
WalkthroughThis change updates the sidebar tab group component by removing conditional grayscale and opacity styling previously applied to tabs marked as "asleep." Now, all tabs display at full opacity and without grayscale effects, regardless of their asleep state. No changes were made to exported or public entities. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SidebarTabGroups
participant SidebarTab
User->>SidebarTabGroups: Render sidebar tab groups
SidebarTabGroups->>SidebarTab: Render each tab (with or without asleep state)
SidebarTab-->>SidebarTabGroups: Rendered with uniform styling (no grayscale/opacity change)
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (5)
🔇 Additional comments (2)
|
Build artifacts for all platforms are ready! 🚀Download the artifacts from: (execution 15812276669 / attempt 1) |
Reverts #128
Summary by CodeRabbit