Add sidebar collapse button to sidebar while viewing the tags list #3239
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
The sidebar contains a button to collapse the sidebar, but it is only visible when viewing the list of storages and notes. If the user is currently viewing the list of tags, the sidebar collapse button is not visible:
![image](https://user-images.githubusercontent.com/10067384/64228877-0e807e00-ce9d-11e9-81de-1a83801c0b82.png)
Notes view has always shown the sidebar collapse button:
![image](https://user-images.githubusercontent.com/10067384/64228493-e9d7d680-ce9b-11e9-87c8-f0036ff2abbd.png)
The tags list now renders the sidebar collapse button as well:
![image](https://user-images.githubusercontent.com/10067384/64228828-e5f88400-ce9c-11e9-8841-a4a5ce07cf7c.png)
Issue fixed
Fixes #2097
Type of changes
Checklist: