<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wifi-card.git/src/components/WifiCard.js, branch master</title>
<subtitle>Print a QR code for connecting to your WiFi</subtitle>
<id>https://code.northwest.io/wifi-card.git/atom?h=master</id>
<link rel='self' href='https://code.northwest.io/wifi-card.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/'/>
<updated>2026-01-25T04:46:24+00:00</updated>
<entry>
<title>Updates jan 2026 (#313)</title>
<updated>2026-01-25T04:46:24+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2026-01-25T04:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=e1927f633cab988ceeb8bcd51dd03aaa5b3f2392'/>
<id>urn:sha1:e1927f633cab988ceeb8bcd51dd03aaa5b3f2392</id>
<content type='text'>
* Update dependencies to latest versions and migrate to React 19

- Update all dependencies to latest versions
- Migrate to React 19 createRoot API (replaces deprecated ReactDOM.render)
- Update qrcode.react import to v4 named export (QRCodeSVG)

* Format CSS with prettier

* Add Hebrew translation

* Add Slovak translation

* Add Malagasy translation

* Add Bangla translation

* Init field

* Change the logic concerning number of cards to print

* fix/clean

* Fix Increment-field-ID-in-the-print-area

* Increment-field-ID-in-the-print-area

* Review id implementation logic

* Fix git commit

* Handle Query parameter

* Fix package.json

* Fix query parameter for language

* fix query parameter for language

* Fix EncryptionModeChange query parameters // Error when non in query

* Fix EncryptionModeChange query parameters // Error when empty in query

* clean Setting.js don't need to import i18n

* clean file App.js

* first iteration for Hash

* Add Esperanto translation

* Update translations for Occitan

2 lines added

* Update translations.js

Added Swiss German to the Translations JavaScript-File

* Update translations.js

Removed custom Translations-Strings of my own Version.

* Update README.md

* Format translations.js with prettier

---------

Co-authored-by: Ido Bronfeld &lt;idobronfeld@gmail.com&gt;
Co-authored-by: Matej Kubinec &lt;matej.kubinec@outlook.com&gt;
Co-authored-by: mpilasy &lt;88362233+mpilasy@users.noreply.github.com&gt;
Co-authored-by: Tarek Hasan &lt;94107336+Tarek-Hasan@users.noreply.github.com&gt;
Co-authored-by: ofostier &lt;ofostier@gmail.com&gt;
Co-authored-by: zeecho &lt;30541894+zeecho@users.noreply.github.com&gt;
Co-authored-by: Mejans &lt;61360811+Mejans@users.noreply.github.com&gt;
Co-authored-by: Jan Zehnder &lt;44242812+NZehnder@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Allow setting additional cards to print (#275)</title>
<updated>2023-08-15T15:32:18+00:00</updated>
<author>
<name>guicamest</name>
<email>guicamest@gmail.com</email>
</author>
<published>2023-08-15T15:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=f1d79a17f615a9cd34b15dd7b96764e4bb99486a'/>
<id>urn:sha1:f1d79a17f615a9cd34b15dd7b96764e4bb99486a</id>
<content type='text'>
* Add setting for additional cards to print

* Render additional cards to print

* Do not render additional cards if amount is less than 1

* Render additional cards when printing

* Improve layout for portrait printing

* Render eap and identity textfields conditionally so that they dont use space

* Use all width in print-area

* Change additionalCards setting to Input and react to changes

* Allow hiding tip (legend) on card

* Print only full cards

* Move print-area - not-displayed - to the bottom of the page

* Set default ssid back to empty, additional cards to 0

* Lower marginBottom of password field to 5 instead of 24 (default)

* Use conditional rendering instead of class to hide password

* Set marginBottom to QR code only on portrait mode

* Set row-gap to 0 to allow up to 6 cards to fit in portrait mode in A4

* Move hideTip setting right after hiddenSSID</content>
</entry>
<entry>
<title>fix: nopass support (#266)</title>
<updated>2023-01-24T04:41:03+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2023-01-24T04:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=d1ad1c456c96d7bb42a3bc33691c6e879335a2f1'/>
<id>urn:sha1:d1ad1c456c96d7bb42a3bc33691c6e879335a2f1</id>
<content type='text'>
Fixes #265</content>
</entry>
<entry>
<title>Add support for EAP-PWD (#246)</title>
<updated>2022-08-12T19:08:59+00:00</updated>
<author>
<name>Jan Tatje</name>
<email>jan@jnt.io</email>
</author>
<published>2022-08-12T19:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=7c5346cbabfb9b7057506e0775faa7f74fd31157'/>
<id>urn:sha1:7c5346cbabfb9b7057506e0775faa7f74fd31157</id>
<content type='text'>
I also added a German translation of the new strings.</content>
</entry>
<entry>
<title>Always add paddingRight for rtl  (#207)</title>
<updated>2021-08-28T16:13:19+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-08-28T16:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=187d4451b4e397b7367d6cdf367021afaa2e19c4'/>
<id>urn:sha1:187d4451b4e397b7367d6cdf367021afaa2e19c4</id>
<content type='text'>
* :bug: hotfix logo padding for rtl languages

* manually run prettier

* :bug: fix icons padding

* :bug: fix header padding

* Always add paddingRight for rtl

Co-authored-by: Tokyo &lt;ahmed.tokyo1@gmail.com&gt;</content>
</entry>
<entry>
<title>Support Hidden WiFi networks (#101)</title>
<updated>2021-08-08T16:26:48+00:00</updated>
<author>
<name>olekstomek</name>
<email>olekstomek@gmail.com</email>
</author>
<published>2021-08-08T16:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=ade8bc7d68922543ab74ee2d41920de139fd0bd3'/>
<id>urn:sha1:ade8bc7d68922543ab74ee2d41920de139fd0bd3</id>
<content type='text'>
* ability to set that WiFi network is hidden

* fix: hide password checbox hidden chebox with hidden SSID option

* improvement, delete constant

* merge master

* add a setting - the WiFi network can have a hidden SSID

* update translation for English and Polish language

* change one line translation in Eng, add semicolon in format to connect to WiFi</content>
</entry>
<entry>
<title>Removes direction prop from wificard (#177)</title>
<updated>2021-08-06T20:44:14+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-08-06T20:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=4702eb67aae29980301df7544622ea39f7b25d8a'/>
<id>urn:sha1:4702eb67aae29980301df7544622ea39f7b25d8a</id>
<content type='text'>
This was causing a runtime error and isn't necessary.
Fixes #172</content>
</entry>
<entry>
<title>Style and code refactor (#166)</title>
<updated>2021-08-05T19:12:17+00:00</updated>
<author>
<name>Ben Woodward</name>
<email>ben@bdw.to</email>
</author>
<published>2021-08-05T19:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://code.northwest.io/wifi-card.git/commit/?id=093f025de3e97339750dc3df5be626a0315507dc'/>
<id>urn:sha1:093f025de3e97339750dc3df5be626a0315507dc</id>
<content type='text'>
* Move all settings below card

* refactor components; lifting state up

* background color

* Evergreen components for everything

* password error

* Tighten card size

* Simply hide password to basic toggle, never disable

* Hide password label, too

* Maximize mobile portrait width

* Make wifi tip smaller

* Small style tweaks

* Copy: update password length error text to include helpful instructions

This will need a backfill for other translations

* Remove unused css

* Use empty string for EncryptionMode=None value

* Remove light.min.css

* Include logo on wificard

* Cleanup after rebase

* Clean-up comments on state

* Padding for mobile</content>
</entry>
</feed>
