Skip to content
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

Add version labels to the UI #440

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otech47
Copy link

@otech47 otech47 commented Oct 27, 2022

I saw a few issues (#203, #421, #421) involving version numbers in the UI so I started to look into it to see what might be involved

I was able to get something basic rendered in the sidebar because lnd.getInfo just happened to return the version number already...

Screen Shot 2022-10-27 at 4 19 29 PM
Screen Shot 2022-10-27 at 4 26 47 PM

however it gets trickier from here

I don't think it's exactly as easy to do for the LiT version number since the app/src/api/lit.ts only has litcli session GRPC calls implemented so far. But obviously litcli --v returns the version so maybe that approach could work...

Screen Shot 2022-10-27 at 4 22 16 PM

I stopped there since it started to get quite involved but will try to chip away at this and see if it can be done.

Also wanted to see if there is a different approach anyone might recommend.. or if there is any design / code style feedback on the implemented LND version in 223ca0c

@dstrukt dstrukt self-requested a review October 28, 2022 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant