Page 42 of 42

Re: Webinterface

Posted: Sat Dec 14, 2024 2:00 pm
by momocampo
That's correct Emcodem,I had the same error with 1.4.0.82 but not with 103 or 108. I did the same method as you @DCCentR, means roll back to the previous version (replace server.exe by the previous).
Impossible to know why we have this issue yet,

Re: Webinterface

Posted: Mon Dec 16, 2024 12:41 am
by emcodem

Re: Webinterface

Posted: Thu Dec 19, 2024 3:14 pm
by DCCentR
emcodem wrote: Mon Dec 16, 2024 12:41 am Time for a new beta

https://github.com/emcodem/ffastrans_we ... 0.116-beta
Thanks :D
A small report on the issues noticed (likely most of it has to do with your currently ongoing rework, but still might be useful):
1) Looks like window of running jobs only updates upon manual page refresh in this build:
1.png
1.png (486.77 KiB) Viewed 799 times
2) When switching to the second page and further in the history window, the page shifts down (apparently due to the “Page X” caption broken into two lines):
2.png
2.png (469.57 KiB) Viewed 799 times
3) Layout resizer icon may be barely visible when the queue is full:
3.png
3.png (490.31 KiB) Viewed 799 times
4) This area seems to have very narrow vertical frames, which causes the bottom of the letters in these headers to be cut off:
4.png
4.png (490.12 KiB) Viewed 799 times
5) There is no longer a button to minimize the history window:
5.png
5.png (490.63 KiB) Viewed 799 times
6) Is it possible to put the filename only back here instead of the full path (on 1080p monitors it can be a problem to fit all the columns needed)?
6.png
6.png (407.9 KiB) Viewed 799 times
7) These windows are not aligned on the same line:
7.png
7.png (488.01 KiB) Viewed 797 times

Re: Webinterface

Posted: Thu Dec 19, 2024 11:17 pm
by emcodem
@DCCentR thanks, it is absolutely useful, i did not yet have all of the points on my list. Some of the points are already fixed, others not yet :D

Removing the path from filenames for running jobs was already done, then steinar complained that webint does not work exactly like the inbuilt status monitor so i reverted. I think it is more disturbing now because in the last version, we cut the right side of the path when the column was too small, i did not yet re-implement this feature at the reworked version. If thats not enough we might need to add a choice about how the stuff is represented.

Re: Webinterface

Posted: Sat Dec 21, 2024 1:40 pm
by admin
I don't want to dictate how users wants to view their job status. Making it optional is obviously something worth considering. If not to add as option, one could also have an alternative column called "Job name".... which by default can be derrived from the file name and changed by the user by populating the %s_display_name% variable. This is awailable in the upcoming 1.4.1 release.

-steinar