| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Disable autocorrections on input fields | bndw | 2021-07-11 | 1 | -0/+8 | |
| | | ||||||
| * | Portrait orientation (#35) | Ben Woodward | 2021-07-11 | 3 | -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 Woodward | 2021-07-06 | 3 | -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 characters | bndw | 2021-07-04 | 1 | -1/+9 | |
| | | | | | Fixes #29 | |||||
| * | Prettier formatting (#33) | Ben Woodward | 2021-07-04 | 3 | -28/+53 | |
| | | | | | | * Add prettier * Format code | |||||
| * | Set password maxLength to 63 | bndw | 2021-07-04 | 1 | -1/+1 | |
| | | | | | Fixes #27 | |||||
| * | :lipstick: Update header | bndw | 2020-06-20 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | :lipstick: Dashed card border | bndw | 2020-05-31 | 1 | -4/+3 | |
| | | ||||||
| * | :lipstick: Update title | bndw | 2020-05-31 | 1 | -1/+1 | |
| | | ||||||
| * | :fire: Remove create-react-app boilerplate | bndw | 2020-05-31 | 5 | -168/+0 | |
| | | ||||||
| * | :memo: Note about privacy | bndw | 2020-05-31 | 1 | -2/+3 | |
| | | ||||||
| * | Initial commit | bndw | 2020-05-31 | 8 | -68/+133 | |
| | | ||||||
| * | Initialize project using Create React App | bndw | 2020-05-30 | 8 | -0/+256 | |
