conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[ENH] - Display conda-store version to end users #283

Closed kcpevey closed 10 months ago

kcpevey commented 1 year ago

Feature description

As an end user of conda-store on Nebari, I often need to report issues. However, I don't often have access to the conda-store version which I really should include as part of the issue.

I'd be fine with this being hidden behind an info bubble, etc.

Value and/or benefit

End users can report issues with versions even if they don't have access to the source repo.

Anything else?

No response

smeragoel commented 11 months ago

As a part of the work on refreshing the design files, I also updated the left sidebar. I added the version to the bottom of the left panel and that should fix this issue. This is what it looks like now: Left Panel

Here's the Figma Link: Conda Store Left Sidebar Figma Link

@trallard can you review this?

trallard commented 11 months ago

This looks good - only improvement we discussed was adding a link to the docs next to the version

trallard commented 10 months ago

@smeragoel is this ready for implementation? if so @steff456 can you work on the implementation?

smeragoel commented 10 months ago

Yes, this is ready! I also added the link to the docs next to the version image

steff456 commented 10 months ago

Perfect! I'll work on this 😉

costrouc commented 10 months ago

@steff456 has been working on this the past week. It was reviewed today. Changes will be pushed into a PR soon.

steff456 commented 10 months ago

This issue is fixed in #331