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

Refactor Project and Organization Switchers into Separate Components #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

shawaiz-khan
Copy link

This pull request separates the ProjectSwitcher and OrganizationSwitcher into distinct components for improved maintainability. The ProjectSwitcher component now handles project selection, while the OrganizationSwitcher component manages organization selection. The following changes have been made:

Refactoring: Moved organization-related logic out of the ProjectSwitcher and into a separate OrganizationSwitcher component.
UI Updates: Both components are styled consistently to maintain a unified appearance across the application.
Functionality: Added placeholder functionality with toast notifications indicating areas for future implementation.

This separation will facilitate easier updates and modifications in the future and provides a cleaner structure for handling project and organization selections.

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