-
Notifications
You must be signed in to change notification settings - Fork 126
client: Use the app build version as Version in UI in hamburger menu. #3121
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can simplify a bit like @JoeGruffins was saying in the previous PR like this: 6d81766
Also, IMO, the version should just be on the settings page. It looks a little cluttered on the hamburger menu.
Btw, the commit message should be descriptive of what's done in the commit, right now it's more of a communication to people who have been reviewing the PR and already know what's going on. And please link the issue that this resolves.
Done |
@dev-warrior777 srry, conflicts need rebase |
…ecred#2. - This is a rework of decred#3096 and keeps the Build ID in the settings dialog. - Webpack Build ID for caching site/dist build will be addressed in another PR if required.
21aac77
to
6fcf4ef
Compare
@dev-warrior777 please see JoeGruffins@0efd01a This is working for me with less arguments passed around. |
You are right and I was wrong. Updated, thanks. |
…decred#3121) * client: Use the app build version as Version in UI in hamburger menu decred#2. - This is a rework of decred#3096 and keeps the Build ID in the settings dialog. - Webpack Build ID for caching site/dist build will be addressed in another PR if required. * client: Re-work profile dropdown to show simplified, user-facing app version * client,webserver: re-work to modify config per JoeGruff suggestions decred#2 * client,app,webserver: Remove un-needed configuration variables. --------- Co-authored-by: dev-warrior777 <>
…#3121) * client: Use the app build version as Version in UI in hamburger menu #2. - This is a rework of #3096 and keeps the Build ID in the settings dialog. - Webpack Build ID for caching site/dist build will be addressed in another PR if required. * client: Re-work profile dropdown to show simplified, user-facing app version * client,webserver: re-work to modify config per JoeGruff suggestions #2 * client,app,webserver: Remove un-needed configuration variables. --------- Co-authored-by: dev-warrior777 <>
Resolves: Issue #3091