-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
Allow activating workspaces without making them the default everywhere #1417
Conversation
While I love the feature, I don’t want it to always be the default. This way you can disable that workspaces are the default filter if a workspace is found.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I think this is a good idea, but I'd suggest an alternate approach.
We should just have Even better, maybe just allow the user to set a list of all the filter modes that they want to see, and in what order. |
I love your idea. I can have a look if I can make this work. That means you'd rather not merge this PR the way it is, right? Apart from the feature going in the wrong direction: Have you looked if the code if that's okay in general? As this is my first time writing rust code anything I should do differently in a next iteration would be great to hear as early as possible 😊 |
First, please don't make major changes until you get an opinion from ellie or conrad. I've contributed here but am not a maintainer, so I was just expressing my opinion :) I was just a little worried about adding several more flags to the config file so I wanted to propose something a little cleaner. Second, I think my suggestion would require a larger change than this but it shouldn't be too bad. It'd mainly require some changes in how The structure of your code here looks fine to me, and it seems like you understand how this code is working as well. I'm confident you'd have no trouble implement a different approach. |
Thanks for the input. So the best thing right now would be to wait for feedback from ellie or conrad? |
Sounds like a good idea to me! We'd need to ensure that there's a default in the case where Thanks for the work here @hco, do let us know if you need any help! And thanks @arcuru for your feedback and suggestions 🙏 You're correct in saying that I'd rather avoid a whole bunch of new flags, we're getting pretty heavy on those already |
Hey there 👋
While I love the workspaces feature, I don’t want it to always be the default.
This way you can disable that workspaces is the default filter if a workspace is found.
This is the first time ever I wrote rust code, so this might be really wrong. Let me know if I can improve something!
PS: Thanks for Atuin and all the great work around it, I really like it.