Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(ui): Use AutoMirrored icons and migrated deprecated components #1631

Closed
wants to merge 5 commits into from

Commits on Aug 12, 2024

  1. refactor(ui): Use AutoMirrored icons

    This commit updates several icons to use their AutoMirrored counterparts for better right-to-left language support
    BobbyESP committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    b0c7174 View commit details
    Browse the repository at this point in the history
  2. refactor(ui): Migrated deprecated components

    This commit migrates the UI components that has been deprecated in the latest versions of Material 3:
    
    - Replaced `Divider`
     with `HorizontalDivider`.
    - Updated `ExposedDropdownMenuBox` to use `MenuAnchorType`.
    - Added `progress` lambda to `CircularProgressIndicator`.
    - Updated `HorizontalPagerIndicator` syntax.
    - Added animation to `DialogCheckBoxItem`.
    - Updated `LinearProgressIndicator` syntax.
    
    - Replaced `AlertDialog` with `BasicAlertDialog`.
    - Replaced `ClickableText` with `Text` and `AnnotatedString` with links.
    
    ---
    - HorizontalPagerIndicator has to be updated
    BobbyESP committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    38be352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a9c070 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    cea4778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37cc4c2 View commit details
    Browse the repository at this point in the history