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

Improve Cursor Style and Other Fixes #434

Merged
merged 1 commit into from
Jan 7, 2023

Commits on Jan 7, 2023

  1. Improve Cursor Style and Other Fixes

    On some items the cursor style wasn't adjusted on dekstop, so that there
    was no indication that the item is clickable. We also had the problem
    that the clickable area was to large for some items (e.g app actions).
    These issues should be fixed now.
    
    We also removed the dismiss option from the snackbar, because sometimes
    this could break the app, when the context isn't available anymore.
    
    In some places we still had used "Theme.of", which is now replaced with
    our new theme() function.
    ricoberger committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    fcbcfed View commit details
    Browse the repository at this point in the history