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

Workspaces Indicator Issue #2933

Closed
4 tasks done
JoshCodeStuff opened this issue Nov 12, 2024 · 4 comments
Closed
4 tasks done

Workspaces Indicator Issue #2933

JoshCodeStuff opened this issue Nov 12, 2024 · 4 comments

Comments

@JoshCodeStuff
Copy link

Captchas

  • I have read the instructions.
  • I have searched existing issues and avoided creating duplicates.
  • I am not filing an enhancement request.

What happened?

Just updated to the latest version, and the "Default Workspace" indicator is now stuck at the top of the tab list with no way to remove it. I do not use workspaces and like to keep this icon hidden at all times for minimalism. It had been working fine to go into toolbar edit mode and drag it into the unused section, however that is no longer working.

image
image

Reproducible?

  • I have checked that this issue cannot be reproduced on Mozilla Firefox.

Version

1.0.1-a.19

What platform are you seeing the problem on?

Linux

Relevant log output

No response

Copy link

dosubot bot commented Nov 12, 2024

I found a related issue that might be helpful:

  • Cannot remove container tab indicators #2930
    This issue is about not being able to remove container tab indicators, similar to your problem with the "Default Workspace" indicator. There are no comments or solutions provided yet.

To continue talking to Dosu, mention @dosu.

@JoshCodeStuff
Copy link
Author

I found a related issue that might be helpful:

* [Cannot remove container tab indicators #2930](https://github.com/zen-browser/desktop/issues/2930)
  This issue is about not being able to remove container tab indicators, similar to your problem with the "Default Workspace" indicator. There are no comments or solutions provided yet.

To continue talking to Dosu, mention @dosu.

To any real humans reading this: this issue is not related or helpful.

@cheeeebs
Copy link

You can use CSS to remove that for now. You can use this code.

#zen-current-workspace-indicator {
    display: none !important;
}

Here's the guide for using custom CSS: https://docs.zen-browser.app/guides/live-editing.

You can also change zen.workspaces.show-workspace-indicator to false in about:config but this only works on expanded view right now.

Copy link

dosubot bot commented Dec 14, 2024

Hi, @JoshCodeStuff. I'm Dosu, and I'm helping the desktop team manage their backlog. I'm marking this issue as stale.

Issue Summary

  • You reported an issue with the "Default Workspace" indicator being permanently displayed after updating to version 1.0.1-a.19 on Linux.
  • I suggested a related issue, but you found it unhelpful.
  • Cheeeebs provided a workaround using custom CSS to hide the indicator and suggested a configuration change that works in expanded view.

Next Steps

  • Please let us know if this issue is still relevant to the latest version of the desktop repository. If so, you can keep the discussion open by commenting on the issue.
  • Otherwise, this issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 14, 2024
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants