-
Notifications
You must be signed in to change notification settings - Fork 30
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
Log the last time a site was started and display in the UI #1005
Comments
@ndiego I usually use the site name, including emojis, to categorize my sites. Did you think about trying such an approach? Displaying "Last started" information may make sense. However, I'm unsure if the Settings tab fits that best. If Studio displayed such information, wouldn't a tooltip over the site name in the sidebar be a cleaner place to display that? |
CC @matt-west |
Thanks for the suggestion @ndiego! I don’t think this belongs in the Settings tab. We could add a tooltip when you hover over the start button showing when the site was last started. We’ve heard feedback from other users that they want the ability to favourite sites and have them appear at the top of the list in the sidebar. We could extend that to also allow people to sort by the last started timestamp, or site name. Would having more flexibility over ordering of the sites list solve the underlying problem for you here @ndiego? |
Would you see this as an addition to the "Start site" tooltip, e.g., "Start site (Last started on Mar 2, 2025, 14:08)" or keep the "Start site" tooltip for the button and "Last started on Mar 2, 2025, 14:08" for the site name itself? |
That's a good point. I forgot we had that tooltip on the button already. In that case, a tooltip isn't the right approach. We already have a lot of tooltips in Studio and it starts to get a bit overwhelming. |
Yeah, not sure where to place this timestamp. Perhaps it would be better suited to the Overview tab. No strong opinion, other than I would be great to log and display somewhere.
Absolutely. Improving the sidebar would be an incredible enhancement. I believe it should work like Slack and other apps.
|
These are great ideas @ndiego. Thanks for sharing. I think we should hold off on adding a We’re typically not great at removing things from products, so if we add the label now, it will probably hang around for a long time. |
What
When you have many Studio sites, it can become confusing what's what. A small quality of life improvement would be to display the last time the site was started.
Here's a minimalistic implementation.
Why
I often have demo sites that are months old, and having the date helps me identify the one I'm looking for.
How
The placement of the "Last started" date could be placed in the Site details section of the Settings tab. However, it does not look like we are currently logging the last time a site was started. This code would need to be added.
The text was updated successfully, but these errors were encountered: