gc__listoffers

a gui to see providers on the Golem network

GPL-3.0 License

Stars
3
Committers
3

Bot releases are hidden (Show)

gc__listoffers - fix mac os view

Published by krunch3r76 over 2 years ago

  • mac os view now balanced
  • minor fix on headings from 0.5.0 (pre-released)
gc__listoffers - fix mac os view

Published by krunch3r76 over 2 years ago

  • overall balanced view on mac os
gc__listoffers - minor macos view improvements

Published by krunch3r76 over 2 years ago

  • mac os interface a little cleaner to achieve full utility (still needs visual work)
gc__listoffers - just works (without yapapi)

Published by krunch3r76 over 2 years ago

  • yapapi no longer a hard requirement
  • console provides some feedback for cases with no connectivity/fallback (later tip on gui to be provided)
gc__listoffers - feature filter

Published by krunch3r76 over 2 years ago

  • checkbox for optional filtering of features by fuzzy search i.e. simple grep
gc__listoffers - experimental feature column

Published by krunch3r76 over 2 years ago

prerelease to show features, functionality still being implemented for smoother experience (visual improvements and interface improvements)

gc__listoffers - add model field

Published by krunch3r76 over 2 years ago

  • model shown for nodes that gc_spyu has espied on (with sort on frequency)
gc__listoffers - fix faulty column resize on refresh

Published by krunch3r76 over 2 years ago

  • on some versions of tk, columns were resized below minwidth (expected width), now fixed
gc__listoffers - distinguish testnet from mainnet

Published by krunch3r76 over 2 years ago

  • testnet providers are distinguished with a red font: resolves issue #2
  • column resizing disabled
  • fix issue to prevent blank refresh
  • trim verbiage ... improve ui responsiveness
gc__listoffers - fix browse to stats

Published by krunch3r76 almost 3 years ago

update url

gc__listoffers - workaround missing key on offer

Published by krunch3r76 almost 3 years ago

KeyError: 'golem.com.scheme.payu.interval_sec' now missing on offers so a quick substitution with a blank string is made. note, next version should proactively substitute other keys that may go missing.

gc__listoffers - display relevant cols and provide more raw details and link to stats

Published by krunch3r76 almost 3 years ago

  • version column only displayed if old version requested making for more compact view
  • raw info provides detailed stats from stats.golem.network including benchmark
  • context menu adds command to open web browser to stats node page
gc__listoffers - add latest version checkbox; scrollbar to offer list

Published by krunch3r76 almost 3 years ago

  • by default, only the latest version is listed (optional with checkbox on interface)
  • a scrollbar has been added to the side of the offer list to improve the user's perception of size and boundaries
gc__listoffers - fix send to clipboard button

Published by krunch3r76 almost 3 years ago

gc__listoffers - add filterms context dialog for selected items

Published by krunch3r76 almost 3 years ago

  • a context menu command opens a dialog to help construct a filterms filter
gc__listoffers - handle 0 results; refix keep sel on column move

Published by krunch3r76 almost 3 years ago

  • handle the case where there are 0 results
  • various ui fixes
gc__listoffers - add selection panel

Published by krunch3r76 almost 3 years ago

  • list selections in a panel on the right of the main table
  • various ui improvements / fixes
gc__listoffers - retain multiple selections; fix control disabling bug

Published by krunch3r76 almost 3 years ago

  • multiple selections (as many as are pertinent) are maintained after re-ordering and filtering
  • moving columns may have caused the controls to stay disabled - fixed
gc__listoffers - fix filters; keep selections

Published by krunch3r76 almost 3 years ago

  • a single selection that is maintained across a filter is maintained
  • filter values have an epsilon to include very near values and avoid round off exclusions
  • fixed column renamed to start for clarity
gc__listoffers - fix other subnet handling; loosen precision on filters

Published by krunch3r76 almost 3 years ago

  • previously the radio entry for another subnet was not working properly - fixed
  • the precision was too arbitrary to match that of golem when calculating /sec from /hr - fixed