Skip to main content

Uni-Verein 1.2.0 – Progressive Web App and Mobile Design πŸ“±

Β· 2 min read
RenΓ© Herrmann
Senior developer

Published on July 22, 2026

Uni-Verein 1.2.0 brings mobile usage front and center: the application can now be installed as a Progressive Web App. On top of that, the interface has been reworked for smartphones.

New Features​

  • πŸ“± Progressive Web App (PWA): Uni-Verein can now be installed to the home screen
  • πŸ” Mobile navigation: On smartphones, a hamburger menu and bottom navigation replace the classic desktop sidebar
  • πŸ“Ά Offline indicator: A new connection status on the login screen shows whether an internet connection is available

Improvements​

  • 🧩 Frontend components were split into reusable, mobile-optimized views
  • πŸ—‚οΈ Dialog components were extracted into dedicated modules under src/components/dialogs
  • πŸ“„ A shared ResponsiveTablePagination component is now used across all paginated tables
  • 🎨 Consistent code formatting across the frontend via Prettier
  • βš™οΈ CI/CD workflows now also run on feature branches
  • 🐳 Docker Compose initialization now automatically fetches the latest release version

Bug Fixes​

  • πŸ› The language switch now responds on the first click
  • πŸ› The init script no longer generates duplicate version entries in configuration files

Why These Updates Matter​

More and more board members and treasurers access Uni-Verein while on the go. With PWA support and the new mobile design, managing your organization from a smartphone becomes convenient and reliable.

What's Next?​

Thank you to everyone who contributed feedback on mobile usage for this release! Work on further features like an event calendar continues, so be sure to check back here again soon.