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

[WEB-1759] fix: project dropdown action #5088

Merged
merged 5 commits into from
Jul 11, 2024

Conversation

gakshita
Copy link
Collaborator

@gakshita gakshita commented Jul 9, 2024

In projects dropdown action are not working as expected

Description: When clicking on the projects we get project details(issues, cycles, modules, views etc.) then if we click on the accordion dropdown closes, now if we click on the same project dropdown wont work, we have to click on the accordion only to open the project details.

[WEB-1759]

@CLAassistant
Copy link

CLAassistant commented Jul 9, 2024

CLA assistant check
All committers have signed the CLA.

@anmolsinghbhatia
Copy link
Collaborator

Could you also implement the same redirection behavior when the sidebar is collapsed?

@SatishGandham SatishGandham added this to the v0.23-dev milestone Jul 10, 2024
@@ -340,8 +340,12 @@ export const SidebarProjectsListItem: React.FC<Props> = observer((props) => {
<Logo logo={project.logo_props} size={16} />
</div>
{!isSidebarCollapsed && (
Copy link
Collaborator

Choose a reason for hiding this comment

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

Could you make the entire card clickable?

@gakshita gakshita changed the title fix: project dropdown action [WEB-1759] fix: project dropdown action Jul 11, 2024
@SatishGandham SatishGandham merged commit f06095f into preview Jul 11, 2024
13 of 14 checks passed
@SatishGandham SatishGandham deleted the fix/project-dropdown-action branch July 12, 2024 05:56
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.

None yet

4 participants