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

Add Swipe Action for Namespaces #674

Merged
merged 1 commit into from
May 26, 2024
Merged

Conversation

ricoberger
Copy link
Member

It is now possible to show the delete action for Namespaces in the settings by swiping the namespace to the left. This should make it easier fo users to "find" the secondary action for namespaces and should also adopted for other components where the secondary actions could be triggered via a long press.

For these new gestures we added the flutter_slidable package, which makes it easier to implement this feature. We also changed the onError color for the light and dark theme to match the onPrimary color.

It is now possible to show the delete action for Namespaces in the
settings by swiping the namespace to the left. This should make it
easier fo users to "find" the secondary action for namespaces and should
also adopted for other components where the secondary actions could be
triggered via a long press.

For these new gestures we added the `flutter_slidable` package, which
makes it easier to implement this feature. We also changed the `onError`
color for the light and dark theme to match the `onPrimary` color.
@ricoberger ricoberger added the changelog: added A new feature was added label May 26, 2024
@ricoberger ricoberger merged commit 5d6d960 into main May 26, 2024
2 checks passed
@ricoberger ricoberger deleted the add-swipe-action-for-namespaces branch May 26, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant