aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Only run Prettier on ./src (#55)Ben Woodward2021-07-152-3/+0
| | | | | * Move base stylesheet input public * Only run prettier on ./src
* Add check for non-null network name (#52)Lionel Karlen2021-07-151-8/+12
|
* Added website icon and small design change in WiFi details box (#45)llamaiscool2021-07-154-4/+7
| | | | | | | * 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-152-19/+64
| | | | | | | | | | | | | * 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-132-1/+20
| | | | | | | | | | * 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>
* Fix typo (#38)Alan Hogan2021-07-111-1/+1
| | | atleast → at least
* Disable autocorrections on input fieldsbndw2021-07-111-0/+8
|
* Portrait orientation (#35)Ben Woodward2021-07-113-29/+61
| | | | | | | | | | * 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-063-7/+9
| | | | | | 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.
* Password must be atleast 8 charactersbndw2021-07-041-1/+9
| | | | Fixes #29
* Prettier formatting (#33)Ben Woodward2021-07-043-28/+53
| | | | | * Add prettier * Format code
* Set password maxLength to 63bndw2021-07-041-1/+1
| | | | Fixes #27
* :lipstick: Update headerbndw2020-06-201-1/+1
|
* Update deps (#7)Ben Woodward2020-06-071-2/+2
| | | | | | | * :arrow_up: yarn upgrade * Run yarn for first time install * :lipstick: s/maxlength/maxLength on input fields
* :bug: Escape special chars (#6)Ben Woodward2020-06-071-1/+19
| | | | Escapes special characters `";,:\` Fixes #3
* Serif font for input fields (#5)Ben Woodward2020-06-042-2/+5
| | | Fixes #4
* Rewrite Card.js with hooks (#1)Yusuf YILDIZ2020-06-021-47/+33
|
* :bug: Set maxLength on inputsbndw2020-05-311-2/+2
|
* :lipstick: Dashed card borderbndw2020-05-311-4/+3
|
* :lipstick: Update titlebndw2020-05-311-1/+1
|
* :fire: Remove create-react-app boilerplatebndw2020-05-315-168/+0
|
* :memo: Note about privacybndw2020-05-311-2/+3
|
* Initial commitbndw2020-05-318-68/+133
|
* Initialize project using Create React Appbndw2020-05-308-0/+256