| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
Fixes #29
|
| |
|
|
|
| |
* Add prettier
* Format code
|
| |
|
|
| |
Fixes #27
|
| |
|
|
|
|
|
| |
* :arrow_up: yarn upgrade
* Run yarn for first time install
* :lipstick: s/maxlength/maxLength on input fields
|
| |
|
|
| |
Escapes special characters `";,:\`
Fixes #3
|
| |
|
| |
Fixes #4
|
| | |
|
| | |
|
| |
|