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

Conversation

ricoberger
Copy link
Member

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 ricoberger force-pushed the improve-cursor-style-and-other-fixes branch 2 times, most recently from a4c5326 to 58c6a6b Compare January 7, 2023 16:08
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 ricoberger force-pushed the improve-cursor-style-and-other-fixes branch from 58c6a6b to fcbcfed Compare January 7, 2023 16:10
@ricoberger ricoberger merged commit 237e459 into main Jan 7, 2023
@ricoberger ricoberger deleted the improve-cursor-style-and-other-fixes branch January 7, 2023 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant