tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

Add <select> element to style guide #1819

Closed jotaen4tinypilot closed 2 months ago

jotaen4tinypilot commented 3 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/131, part (h). Stacked on https://github.com/tiny-pilot/tinypilot/pull/1813.

We didn’t have a <select> field in the style guide yet, and we also were missing the general CSS for it. We’ll need this for turning the “Country Code” input field into a select-field, as discussed in the previous PR.

Once we merged this into Pro, we can also refactor the inlined CSS of the <select> field in the static IP dialog.

Screenshot 2024-07-05 at 08 34 39

Review on CodeApprove