MikeGawi / ePiframe

ePiframe is an e-Paper (or HDMI, Composite display) Raspberry Pi Photo Frame with Google Photos and more
GNU General Public License v3.0
66 stars 12 forks source link

WebUI-Numerical Settings accept strings and don't have limit values #26

Closed MikeGawi closed 2 years ago

MikeGawi commented 2 years ago

All Numerical Settings in WebUI accept strings and don't have limit values (i.e. min and max). The limits are shown when trying to save the value. As Flask and Bootstrap are under the hood - that should be improved.

MikeGawi commented 2 years ago

Used magic of Bootstrap and WTForms (that need to be in version 3.0.0) and now numericals are numeric and have limits.