* Add Turris logo to enhanced QR code display
* Replace deprecated QRCode component with QRCodeSVG
* Refactor button click handlers to simplify event handling in WiFiQRCode
* Re-resolve and re-lock all npm dependencies in package-lock.json
* Override markdown-to-jsx version in order to solve audit issues
* docs: Enhance styleguide configuration with new font and layout options
* docs: Refactor development and introduction sections
* docs: Fix code snippets syntax highlighting & some refactoring
* docs: Update SubmitButton component
* NPM audit fix
* Add encryption property to guest WiFi settings in tests
* Add global fuzzy search and columns visibility to RichTable
* Make thead of RichTable lighter
* Update dependencies in package.json to latest versions
* Enhance ActionButtonWithModal to support dynamic methods
* NPM audit fix
* Add useFocusTrap hook
* Add extendSession endpoint
* Refactor Spinner.css to use CSS variable for color
* Refactor Modal component to use useFocusTrap hook
* Refactor Alert component to use useFocusTrap hook
* Add & updated Weblate translations
* Update icon color classes to use "text-secondary" instead of "text-dark"
* Update Wi-Fi QRCodeModal component to use new styles & add close button
* Refactore WiFiGuestForm component to get rid of obsolete div element
* NPM audit fix
* Add CHANGELOG.md
* Add JS_DIR variable to Makefile
* Add support for shared reForis ESLint configuration
* Update dependencies in package.json
* Update Spinner.css styles for better positioning and responsiveness
* Migrate to Bootstrap 5
* NPM audit fix
* Other small improvements