-
Notifications
You must be signed in to change notification settings - Fork 461
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
Consider merging Project Logs and Container Logs pages #176
Comments
I wonder if we should do this before (or while) doing dotnet/aspire-private-planning#682 As James alluded to, we'd probably need to do a little bit of design as to how we indicate what type the selected item is (and whether we show any other details about it - state?). Also the dropdown would look a little intimidating as just a flat list of everything together (fluent-select doesn't support optgroup)... should consider different ways that could be displayed/selected. |
Idea: Fluent select supports icons. Have the dropdown show both together but with different icons, e.g.
|
Need to discuss whether we want to /can do this for preview or not. |
If we are putting this in milestone, we would need assignee for this. cc: @dbreshears |
I think the grouping is good enough for preview. cc @DamianEdwards to see what he thinks. |
What we have now or some other grouping? |
I'm still not a fan of the menu layout and separate project/container/executable pages. IMO the menu should be something like:
|
We should address, but post-preview |
We could simplify the sidebar menu by merging Project Logs and Container Logs pages under a "Console Logs" page. The dropdown on the page would have a selectable list of projects and containers merged together. Future executable logs feature would also use this page.
There should be an indication of whether the selected item is a project, container, or executable.
The text was updated successfully, but these errors were encountered: