added view for editing a list's title and description #134 #1729
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.
Issues covered
https://github.com/verse-pbc/issues/issues/134
Description
Adds a view for editing the title and description of an AuthorList. This view can be used for simply editing those properties of an existing list or as the first step in a list-creation wizard (step 2 coming in a separate PR).
Note: There were also some intentional, very minor changes to the layout of the
NosForm
/NosSection
components to match the lists design. This will make the same change everywhere they are used, such as on the edit profile view (see before/after below).How to test
Creating (only step 1 for this PR):
Note: The "Next" button does nothing for now.
Updating:
Your changes are saved and the view is dismissed.
Screenshots/Video
Creating:
Updating:
Minor layout changes to
NosForm
/NosSection
: