Change Application page UI#2263
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughUpdated the application overview page to always show the “Associated GenAI Resources” associations view.
Walkthrough
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (2 warnings, 1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This pull request simplifies the
ApplicationOverviewpage by removing the toggle between "Associations" and "API Keys" views, leaving only the "Associations" tab visible. Unused imports and state related to the removed functionality have also been cleaned up.UI simplification:
ToggleButtonGroupand related state (viewMode) that allowed switching between "Associations" and "API Keys" tabs, so only the "Associations" tab is now shown. [1] [2]Code cleanup:
ToggleButton,ToggleButtonGroup, and theAPIKeyTabcomponent, as they are no longer used. [1] [2]