Open aktech opened 10 months ago
Assigning to @smeragoel as this will need design work/input
Just a ping to say this is a fairly high value feature. Right now we have to look at the lock file to find out what was installed. And I have to do this fairly often. This is a mistake in the original implementation since the original designs did have this column. One of the core features of conda-store was supposed to be clearly communicating both what was requested and what was installed.
I added another column to indicate the installed version and also added clearer labels. This should fix the issue:
Let me know if this works!
Looks pretty good to me.
Related to #268 - where I added some comments on the proposed design
Based on feedback from #268, here are the updated designs with updates styling:
View:
Edit:
After the conversation re MUI now we need if we can use zebra lines @gabalafou
Oh sorry I didn't see this message. Yes, customizing the MUI tables to have zebra stripes should not be a problem.
Is this issue specifically for design or does it include implementation? Just wondering since its in review but I dont see a PR linked?
It's in my court now, I'll change the status to "TODO"
Feature description
Display a third column in the spec which displays the installed version of the requested packages in here:
Value and/or benefit
It would be great to be able to know what were the exact package versions for the requested packages at a quick glance instead of going through the long list of Packages Installed as Dependencies
Anything else?
No response