catalinii / minisatip

minisatip is an SATIP server for linux using local DVB-S2, DVB-C, DVB-T or ATSC cards
https://minisatip.org
328 stars 81 forks source link

progress-bar-rewrite #914

Closed kellerman closed 2 years ago

kellerman commented 2 years ago

Progress bars rewritten to a pure HTML/CSS solution. pBar jQuery plugin removed. Added dB display over SNR progress bar. Added animation for the progress bars when the table is being updated. Color scale depending of the value (5 colors)

Preview https://i.imgur.com/tDuWPJc.png Open to any modifications to colors, borders, brightness, opacity etc...

catalinii commented 2 years ago

@kellerman at high level it looks good.

The only question I have is related to the value 16.5. I see it is always displaying that value? Can that be replaced with the raw value? If we need to export it we can

kellerman commented 2 years ago

@catalinii The variable is set to 16.5 for testing, it shold be replaced with the real value/10.

lars18th commented 2 years ago

Hi @catalinii ,

I'm working no implementing the capture of the dB to finish this patch. Please watch out for changes.

catalinii commented 2 years ago

@lars18th I will merge @kellerman's changes, feel free to rebase on top of his changes

lars18th commented 2 years ago

@lars18th I will merge @kellerman's changes, feel free to rebase on top of his changes

OK, I'll do it @catalinii .

lars18th commented 2 years ago

@lars18th I will merge @kellerman's changes, feel free to rebase on top of his changes

OK, I'll do it @catalinii .

Done @catalinii !