-
Notifications
You must be signed in to change notification settings - Fork 2
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
Initial UI Review #4
Comments
I would propose to keep the changes to headings as I did implement the design word for word initially but in my testing it took to much space and the titles were more confusing than helpful. I interpreted that part of the design to be placeholders, but if the choice of wording was deliberate we can do A/B. The starred section should be optional, based on the discussions from design review, right? Let me add it in behind a setting. Regarding the filter box position I think this can be configurable too because there is a trade-off: having them on each level will make it take up more space and will prevent filtering all other items. The placeholder text can be then adjusted accordingly. |
Should we merge the "Icon" and "Kernel" columns? This would be closer to the design and I think there is not much use from having them separately. The only advantage would be that user could hide "Icon" column altogether but it does not seem very pleasant to work without icons (well maybe if all you have is Python environments only then it is not needed?) |
Yes, I think that's a good idea. I was wondering about the verbosity of "Python [conda env:notebook]". I don't know what the other options are here, but it seems like just "python" is sufficient?
I dont think having the search on each level is appropriate. But right now, it was only returning options in the first section so I was confused. Maybe we should meet to discuss the behavior because I'm not sure I was getting enough context with what is available in the binder deploy. |
The format of the kernel display returned by |
This is probably because there is only one environment on binder so it did not seem like it is filtering the other sections. Do you know if it is possible to deploy a conda-store with a few pre-defined environments to binder? |
Nebari customizes it to The problem with conda-store's |
Resolved with a simple regex in 68db163. |
I dont think its possible to deploy conda-store itself to binder, but I also don't know if its possible to deploy just multiple conda environments to binder.
nice! |
@krassowski should we close this issue and open more targeted issues going forward? |
Yes, let's do that! |
Context
Moving the discussion from the initial design issue over to this repo for the review process.
UI nitpicks based on design:
Value and/or benefit
.
Anything else?
Original issue: conda-incubator/conda-store-ui#255
The text was updated successfully, but these errors were encountered: