aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* fix for loop to for-of - SonarLint warning (#112)olekstomek2021-07-261-5/+4
* hide password option is possible when password has correct length for… (#103)olekstomek2021-07-261-0/+13
* added turkish language (#114)Riza Ergun2021-07-262-0/+26
* label attribute for->htmlFor (#97)hatsu2021-07-261-4/+4
* Add RTL Direction & Persian Translation (#79)Ramin2021-07-263-5/+51
* feat(i18n): add French (fr-FR) (#108)Divlo2021-07-242-0/+28
* generated PDF has name WiFi Card with your network name (#102)olekstomek2021-07-241-0/+1
* Add zh-HK translation (#100)YuetAu2021-07-242-0/+25
* standarized names for wifi alert min 8 characters (#94)olekstomek2021-07-242-9/+13
* just adding information about the possibility of using WPA3 (#91)olekstomek2021-07-241-2/+2
* pt-BR translation (#86)Ismael Ferreira G Pereira2021-07-242-0/+27
* Use english as a fallback language (#77)Ben Woodward2021-07-171-9/+11
* Wouter/nl-NL translations (#76)Wouter2021-07-172-0/+27
* Add Russian and Ukrainian translations (#73)Ben Woodward2021-07-172-0/+55
* Add japanese translation (#68)hatsu2021-07-172-0/+26
* fix: unmatched title (#70)Baoyuan2021-07-171-1/+1
* feat: add language detector (#67)KeJun2021-07-172-4/+9
* Add Portuguese translation (#65)Pedro Renan2021-07-162-0/+26
* Unset password when encryption mode is 'None' (#53)Faithfulness Alamu2021-07-161-3/+7
* Add Spanish translation (#64)oscfdezdz2021-07-162-0/+28
* [Issue #49] feat: add i18n (#58)Baoyuan2021-07-164-22/+97
* [Issue #44] Hide password when using "None" encryption (#56)Noah Hefner2021-07-162-7/+23
* Only run Prettier on ./src (#55)Ben Woodward2021-07-152-3/+0
* 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
* [Feature Request #39] Added encryption options (#43)Noah Hefner2021-07-152-19/+64
* Hide password before printing (#42)Ben Woodward2021-07-132-1/+20
* Fix typo (#38)Alan Hogan2021-07-111-1/+1
* Disable autocorrections on input fieldsbndw2021-07-111-0/+8
* Portrait orientation (#35)Ben Woodward2021-07-113-29/+61
* Change inputs to textareas (#34)Ben Woodward2021-07-063-7/+9
* Password must be atleast 8 charactersbndw2021-07-041-1/+9
* Prettier formatting (#33)Ben Woodward2021-07-043-28/+53
* Set password maxLength to 63bndw2021-07-041-1/+1
* :lipstick: Update headerbndw2020-06-201-1/+1
* Update deps (#7)Ben Woodward2020-06-071-2/+2
* :bug: Escape special chars (#6)Ben Woodward2020-06-071-1/+19
* Serif font for input fields (#5)Ben Woodward2020-06-042-2/+5
* 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