Combine Service and Application Settings into one 'view' where the user can find and update settings for the service and the app in a single place.
Acceptance criteria
[ ] There is a way to see and edit service settings
[ ] I can get to it from the setting tab
[ ] Individual settings e.g. Token expiry are only visible if they exist in the backend
Tasks
[ ] Sketch
[ ] Design
[ ] Implement
[ ] Test
Sketch
Background / details
Service settings:
Port
Service log level
Token expiry time (show if the data is there but read only, hide otherwise)
In https://github.com/vegaprotocol/vegawallet-desktop/pull/505 we introduced two new handlers to retrieve / update service specific settings. We need to figure out a place where we can display them on the UI, and allow the user to update the parts which make sense updating.
The Chore
Combine Service and Application Settings into one 'view' where the user can find and update settings for the service and the app in a single place.
Acceptance criteria
Tasks
Sketch
Background / details
Service settings:
In https://github.com/vegaprotocol/vegawallet-desktop/pull/505 we introduced two new handlers to retrieve / update service specific settings. We need to figure out a place where we can display them on the UI, and allow the user to update the parts which make sense updating.