-
Notifications
You must be signed in to change notification settings - Fork 53
Update the label in the left sidebar when we have a single site running #721
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
Conversation
|
I'm not convinced it's a good change. 🤷 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality-wise, it works as expected for me and I can see the text changing based on whether I have one site or more sites running. One advantage that I spotted while testing this in other languages is that it makes the text shorter and that button generally looks better (for example, in Ukrainian) when only one site is running.
However, I can also see that functionality and related wording being meant for bulk managing the sites e.g. bulk stopping them.
I feel like it is more of a design decision rather than code review call. Let's tag @matt-west for an opinion.
That said, I am approving these changes because they work as expected.
|
I like subtle details like this one. I don’t have a strong opinion on this specific change. |
So do I. Thanks for changing this @sejas. The details matter! :) |
|
Thinking forward, if we add the ability to start all sites, it would make sense to return to the original wording so we have consistent 'Start all' and 'Stop all' actions. |
Agreed, we could change it back in the future if necessary. Maybe we don't even need to "start/stop" sites, and they are always up. |
Related issues
Proposed Changes
Stop alllink label toStopwhen there is only one site runningTesting Instructions
npm startStopin the left sidebarStop allin the left sidebarPre-merge Checklist