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

clean-conversation-sidebar breaks the labels picker #7283

Open
FliegendeWurst opened this issue Mar 7, 2024 · 5 comments
Open

clean-conversation-sidebar breaks the labels picker #7283

FliegendeWurst opened this issue Mar 7, 2024 · 5 comments
Labels

Comments

@FliegendeWurst
Copy link

Description

The labels/projects/milestone sections in issues and PRs are hidden when the extension is enabled. This makes it impossible to apply labels to issues or PRs, configure which project they belong to, or set their milestone.

image

How to replicate the issue + URL

Open any issue or PR, e.g. #1

Extension version

24.2.8

Browser(s) used

Firefox

@fregante
Copy link
Member

fregante commented Mar 7, 2024

The labels/projects/milestone sections in issues and PRs are hidden

That's a feature. They're only hidden when they're empty and not selectable (e.g. if you're just a viewer)

This makes it impossible to apply labels to issues or PRs

That's the bug, it's mistakenly removing the Labels header, but I think you can click the "Details" label?

I think this is somewhat of an ajax issue. I saw it rarely since January and it seems to happen when going back and forth maybe. A page reload should fix it.

Are you using a custom stylesheet? Why are all the rounded borders missing?

@fregante fregante changed the title Labels/projects/milestone section in Issue/PR sidebar is hidden clean-conversation-sidebar breaks the labels picker Mar 7, 2024
@FliegendeWurst
Copy link
Author

FliegendeWurst commented Mar 7, 2024

Thank you for figuring out which feature is responsible for this bug. I have disabled it for now, fixing the issue for me.

That's a feature. They're only hidden when they're empty and not selectable (e.g. if you're just a viewer)

In my case, I have permission to apply labels and configure the project association etc.

That's the bug, it's mistakenly removing the Labels header, but I think you can click the "Details" label?

I can, but that only works if there is already some label applied.

Are you using a custom stylesheet? Why are all the rounded borders missing?

Yes, I'm using a custom stylesheet that removes the rounded borders.

@fregante
Copy link
Member

fregante commented Mar 7, 2024

A page reload should fix it.

How about this?

@FliegendeWurst
Copy link
Author

A page reload should fix it.

How about this?

It doesn't help.

@archon810
Copy link

I think the issue I found is similar enough to be merged into this one. If an issue is added to a project and then archived in the project, the Restore link is hidden by Refined Github.

Here's what it looks like with clean-conversation-sidebar disabled:
image

And with clean-conversation-sidebar enabled:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants