coreybutler / fenix

A simple and visual static web server with collaboration features.
https://preview.fenixwebserver.com
GNU General Public License v3.0
1.65k stars 135 forks source link

Why Fenix is taking screenshots? #112

Closed iamsamsaul closed 5 years ago

iamsamsaul commented 5 years ago

Hi there,

When I start a webserver using Fenix, the logs show that it's taking screenshots. I was curious why the software is automatically taking screenshots.

[7/3/2019 6:55:13 PM] Server started on port 80. [7/3/2019 6:55:18 PM] Screenshot captured. [7/3/2019 6:55:21 PM] Screenshot captured.

Please elaborate.

Thanks & Regards,

Sam Saul

coreybutler commented 5 years ago

Fenix 2 takes a screenshot of the website so you can see your site "at a glance" from the list.

It's a little difficult to see, but the screenshot below has a thumbnail of each site:

banner_device

Sometimes you end up with alot of sites, and it's easy to forget what is what (sometimes). This feature was designed to prevent that scenario. However; this feature has been pulled out of Fenix 3, since there wasn't much feedback on it.

iamsamsaul commented 5 years ago

Thanks for your reply!