GyulyVGC / sniffnet

Comfortably monitor your Internet traffic 🕵️‍♂️
https://sniffnet.net
Apache License 2.0
14.41k stars 439 forks source link

Make it possible to Increase zoom above 1.50 #542

Closed sang-shelton closed 1 month ago

sang-shelton commented 1 month ago

Is there an existing issue for this?

Describe the solution you'd like

The appearance of the application is still small even after increasing the zoom to 1.50 from the settings. Similar issue here

Here is how the app looks like in 1.0 zoom

Screenshot_2024-05-29_17-42-05

And here is 1.5

Screenshot_2024-05-29_17-42-22

it would be nice if its 2.0 zoom.

Is your feature request related to a problem?

No response

GyulyVGC commented 1 month ago

Thanks for the suggestion, I'll keep this into account for the next release of the app.

GyulyVGC commented 1 month ago

Fixed.

Now the selectable zoom value ranges from x0.33 to x3.

Under the hood I've introduced a logarithmic scale for the slider so that the x1.0 value will still be displayed at the centre of the scale even if linearly it's closer to the lower bound.