MemePlace / Frontend

Frontend Repo
3 stars 0 forks source link

Navbar Community Display #51

Closed Step7750 closed 6 years ago

Step7750 commented 6 years ago

The navbar should display details about the current community the user is on. This should include the name of the community, a badge indicating whether it is NSFW, and maybe some stats. One way would be having a mat-expansion-panel that gives this information along with the sidebar text and description of the community.

The navbar will need to subscribe to changes in the router in order to change when needed.

Step7750 commented 6 years ago

This was implemented as a header in https://github.com/MemePlace/Frontend/pull/68