UnamSanctam / UnamWebPanel

MIT License
175 stars 58 forks source link

Some bugs I ran into and some suggestions. #230

Open slezercc opened 1 year ago

slezercc commented 1 year ago

I ran into some bugs on the web panel

first one is this: image

the miner table doesnt expand all the way to the right, and a suggestion I had would be to remove the unique id from the table as i have no idea what its used for, i think it could be cooler to replace it with the computer name.

Also the Statistics page just loads forever for me.

UnamSanctam commented 1 year ago

the miner table doesnt expand all the way to the right

Well it's not technically a bug, it's just that your wallet address is too large to fit to the right so there's blank space. Though it's possible to stretch all the fields out, the reason I changed it to the current one is that otherwise it bugged out when the sizes were changed.

and a suggestion I had would be to remove the unique id from the table as i have no idea what its used for, i think it could be cooler to replace it with the computer name.

The "Unique ID" is the pseudo-unique ID for each computer, using the computer name for it wouldn't really work since computers can have the same computer name.

Also the Statistics page just loads forever for me.

Try redownloading it (don't need to replace the database), I think I did some hotfix before.