* feat: add fadeSlideTransitionBuilder for smoother transitions in user login
* fix: reuse onboarding components on server manager page
* fix: gaining focus rebuilt the widget
using memoized fixes this issue
* feat: add AbsIcons font and update pubspec.yaml for font integration
* feat: implement library selection in YouPage
* fix: optimize authenticatedApi provider to not rebuild unnecessarily
* feat: add LibrarySwitchChip widget and integrate it into YouPage and ScaffoldWithNavBar
* feat: enhance library selection UI with refresh functionality and error handling
* fix: change library switcher activation from long press to double tap
* feat: show current library on nav bar
* feat: refactor LibraryBrowserPage to use CustomScrollView and enhance app bar with dynamic library icon and title
* feat: add ability to get logs file from ui
* test: add unit test for log line parsing in logs_provider
* refactor: update all logs to obfuscate sensitive information
* feat: generate dynamic zip file name for logs export
* feat: enhance logging in audiobook player and provider for better debugging
* refactor: extract user display logic into UserBar widget for offline access of settings and logs
* feat: add About section with app metadata and source code link in YouPage