aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Updates jan 2026 (#313)Ben Woodward2026-01-241-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 <idobronfeld@gmail.com> Co-authored-by: Matej Kubinec <matej.kubinec@outlook.com> Co-authored-by: mpilasy <88362233+mpilasy@users.noreply.github.com> Co-authored-by: Tarek Hasan <94107336+Tarek-Hasan@users.noreply.github.com> Co-authored-by: ofostier <ofostier@gmail.com> Co-authored-by: zeecho <30541894+zeecho@users.noreply.github.com> Co-authored-by: Mejans <61360811+Mejans@users.noreply.github.com> Co-authored-by: Jan Zehnder <44242812+NZehnder@users.noreply.github.com>
* Use official node image (#257)Henrik Bierbum Bacher2022-12-051-13/+13
| | | | | | | | | | | * Use official node image Use the official node which relies on a more recent version of alpine, the mhart image uses 3.11 which is end of life as of 7 months ago * Update Dockerfile * Update dependencies to run without openssl lgeacy workaround * Update line endings to fix prettier warnings
* Style and code refactor (#166)Ben Woodward2021-08-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* bump up dependencies versions to newest (#164)olekstomek2021-08-021-10/+10
| | | | | * bump up dependencies versions to newest * by the way a small suggestion in readme
* 🔨 add husky precommit to auto run prettier (#128)Ahmed Tarek2021-07-291-5/+7
| | | | | * :sparkles: add husky precommit to auto run prettier * yarn
* feat: add language detector (#67)KeJun2021-07-171-0/+1
| | | | | * feat: add language detector * style: fmt code
* [Issue #49] feat: add i18n (#58)Baoyuan2021-07-161-0/+2
| | | | | * feat: add i18n * fix: code clean
* Prettier formatting (#33)Ben Woodward2021-07-041-1/+4
| | | | | * Add prettier * Format code
* Update dependencies (#22)Ben Woodward2021-04-031-2/+6
| | | | | ssri and is-svg packages. https://github.com/advisories/GHSA-vx3p-948g-6vhq https://github.com/advisories/GHSA-7r28-3m3f-r2pr
* Update deps (#18)Ben Woodward2020-12-231-1/+1
|
* Initial commitbndw2020-05-311-1/+2
|
* Initialize project using Create React Appbndw2020-05-301-0/+34