This repository was archived by the owner on Jun 9, 2023. It is now read-only.
Merged
Conversation
|
I can check it out later! |
|
So far so good. It's working fine! Will be useful a 'reset' function to put back the default values? I've found so far:
|
Owner
Author
57df109 to
0078c6b
Compare
122d779 to
17b8f30
Compare
17b8f30 to
5ec8896
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request implements screen which allows for customization of swipe actions that should be available for each side of submissions.
Each side can have all or no actions selected and both sides can have the same actions selected. The only limitation is that the same action can't be selected multiple times for the same side.
Long pressing or holding drag handle and scrolling starts reorder action. Swipe left/right gesture can be used to remove selected swipe action. New actions can be added by using "Add action" button under corresponding group.
Submission preview at the top of the screen can be used to see how selected actions are configured.
Preview
Tasks to finish