aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/style.css
Commit message (Collapse)AuthorAgeFilesLines
* QR Code sharpness (#139)Ben Woodward2021-07-291-0/+2
| | | | | | | | | | | * resolved issue #82 * added max and min widht at style.css * render as svg * added credits to the pt-br language and runned fmt.write Co-authored-by: ismaelpereira <ismaelfgpereira@gmail.com>
* [Issue #44] Hide password when using "None" encryption (#56)Noah Hefner2021-07-161-0/+4
| | | | | | | | | * Changes behavior of password textarea when None encryption is selected * prettier * password text area hides on checking hide password tikbox * className re-structuring, changed Hide Password
* Added website icon and small design change in WiFi details box (#45)llamaiscool2021-07-151-0/+4
| | | | | | | * Added website icon and small design change in WiFi details box * Fixed few errors of previous pull * Fixed errors of previous pull
* [Feature Request #39] Added encryption options (#43)Noah Hefner2021-07-151-1/+1
| | | | | | | | | | | | | * Added encryption options [Feature Request #39] * Added encryption options [Feature Request #39] * Removed encrypt options from print page * made requested changes * fixed css issue * checked WPA/WPA2 as default encryption type
* Hide password before printing (#42)Ben Woodward2021-07-131-0/+3
| | | | | | | | | | * feat: add possiblity to hide password fiel before priting * HidePassword as a property of network and additional print styles - Moves hidePassword into the network object - Adds missing CSS for hiding password Co-authored-by: orenaksakal <orenaksakal@gmail.com>
* Portrait orientation (#35)Ben Woodward2021-07-111-13/+24
| | | | | | | | | | * Portrait orientation Adds a rotate button that toggle landscape and portrait orientation. Fixes #30 * Fix QRCode padding in portait orientation * Default to portrait on small screens
* Change inputs to textareas (#34)Ben Woodward2021-07-061-3/+5
| | | | | | Issue #28 discovered long ssid and password values would be visibly cropped. This change replaces the input fields with 2-row textareas that properly handle the maximum length of both ssids and passwords, 32 and 63 characters respectively.
* Prettier formatting (#33)Ben Woodward2021-07-041-2/+3
| | | | | * Add prettier * Format code
* Serif font for input fields (#5)Ben Woodward2020-06-041-0/+3
| | | Fixes #4
* Initial commitbndw2020-05-311-0/+47