Skip to content

Port remaining Ceno-settings to settings sup-page

Taslim Oseni requested to merge expose-remaining-settings into develop

This MR addresses issue #79 (closed). All the remaining Ceno-settings have been ported to the Settings sup-page for easy, direct and native access. The items are:

  • Reachability status
  • UPnP status
  • Local UDP endpoints
  • Public UDP endpoints
  • External UDP endpoints
  • Extra BitTorrent Bootstraps

Changes:

  1. With the exception of Extra BitTorrent Bootstraps, each new setting-item is hidden when there's a null value. Otherwise, the setting-item as well as the value is visible.
  2. Clicking on Extra BitTorrent Bootstraps pops up a dialog where the user can set/update an extra BitTorrent bootstrap.
  3. The Ceno Network Details setting-item has been removed as it is no longer needed. This item was responsible for redirecting to the Ceno web-extension page.

Merge request reports