This repository has been archived by the owner on May 2, 2024. It is now read-only.
move saved connections above the search field #30
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 of the Change
Based on a client's feedback, I've moved the selected posts section above the search field. Version 0.2.0 was setup this way, but in 0.3.0 having the selected posts below the search results pushes the already selected items off screen making if difficult to see what has already been added.
** Current Display**
![image](https://user-images.githubusercontent.com/6576646/81747542-443b2500-9476-11ea-800b-1c7399e5a900.png)
Updated Display
![image](https://user-images.githubusercontent.com/6576646/81747454-22da3900-9476-11ea-95d5-6e2c9e1063cd.png)
Benefits
This will make it easier for editors to see what has already been attached to a post when adding new connections.
Possible Drawbacks
None come to mind
Verification Process
It's a visual update and I can't imagine a reason why we'd want the selected results at the bottom.
Checklist:
Changelog Entry