| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change inputs to textareas (#34) | Ben Woodward | 2021-07-06 | 2 | -6/+8 |
| | | | | | | | 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 characters | bndw | 2021-07-04 | 1 | -1/+9 |
| | | | | | Fixes #29 | ||||
| * | Prettier formatting (#33) | Ben Woodward | 2021-07-04 | 2 | -20/+41 |
| | | | | | | * Add prettier * Format code | ||||
| * | Set password maxLength to 63 | bndw | 2021-07-04 | 1 | -1/+1 |
| | | | | | Fixes #27 | ||||
| * | Update deps (#7) | Ben Woodward | 2020-06-07 | 1 | -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 Woodward | 2020-06-07 | 1 | -1/+19 |
| | | | | | Escapes special characters `";,:\` Fixes #3 | ||||
| * | Serif font for input fields (#5) | Ben Woodward | 2020-06-04 | 2 | -2/+5 |
| | | | | Fixes #4 | ||||
| * | Rewrite Card.js with hooks (#1) | Yusuf YILDIZ | 2020-06-02 | 1 | -47/+33 |
| | | |||||
| * | :bug: Set maxLength on inputs | bndw | 2020-05-31 | 1 | -2/+2 |
| | | |||||
| * | Initial commit | bndw | 2020-05-31 | 2 | -0/+103 |
