tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Docker settings aren't saved or used #173

Closed brianp closed 3 months ago

brianp commented 2 years ago
  1. The docker settings for tag and repository are only saved per session. Once the app is restarted these settings are overridden with the defaults.

  2. The settings aren't actually passed back to the backend at any point. Currently, the latest tag is hardcoded into the docker fetch functions.

We need to persist the settings and utilize them properly.