aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Card.js
Commit message (Expand)AuthorAgeFilesLines
* code refactoring proposal (#155)olekstomek2021-07-311-25/+13
* remember the password even if it is cleared by the None option (#127)olekstomek2021-07-301-3/+2
* Add checkbox state to fix issue (#134)Pushpender Saini2021-07-301-2/+10
* 🐛 fix rtl direction bugs (#124)Ahmed Tarek2021-07-291-36/+40
* QR Code sharpness (#139)Ben Woodward2021-07-291-0/+1
* 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
* label attribute for->htmlFor (#97)hatsu2021-07-261-4/+4
* Add RTL Direction & Persian Translation (#79)Ramin2021-07-261-3/+9
* generated PDF has name WiFi Card with your network name (#102)olekstomek2021-07-241-0/+1
* standarized names for wifi alert min 8 characters (#94)olekstomek2021-07-241-1/+1
* just adding information about the possibility of using WPA3 (#91)olekstomek2021-07-241-2/+2
* fix: unmatched title (#70)Baoyuan2021-07-171-1/+1
* Unset password when encryption mode is 'None' (#53)Faithfulness Alamu2021-07-161-3/+7
* [Issue #49] feat: add i18n (#58)Baoyuan2021-07-161-14/+17
* [Issue #44] Hide password when using "None" encryption (#56)Noah Hefner2021-07-161-7/+19
* 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-151-1/+1
* [Feature Request #39] Added encryption options (#43)Noah Hefner2021-07-151-18/+63
* Hide password before printing (#42)Ben Woodward2021-07-131-1/+17
* Fix typo (#38)Alan Hogan2021-07-111-1/+1
* Disable autocorrections on input fieldsbndw2021-07-111-0/+8
* Portrait orientation (#35)Ben Woodward2021-07-111-12/+37
* Change inputs to textareas (#34)Ben Woodward2021-07-061-3/+3
* Password must be atleast 8 charactersbndw2021-07-041-1/+9
* Prettier formatting (#33)Ben Woodward2021-07-041-18/+38
* Set password maxLength to 63bndw2021-07-041-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-041-2/+2
* Rewrite Card.js with hooks (#1)Yusuf YILDIZ2020-06-021-47/+33
* :bug: Set maxLength on inputsbndw2020-05-311-2/+2
* Initial commitbndw2020-05-311-0/+56