[Sprint/AspiringAlbatros](feat): Split off badges into a separate component
Closing #1086 (closed)
The idea here was to build a container class around the existing badges component, so that additional badges can be appended without having side-effects on the original badges component's usage next to a users name in a comment.
This is intended to provide a clearer scaffolding for the addition of future badges.
-
All badges - hardcoded at the end of the load fn for testing (this also shows them in the newsfeed):
-
Narrowest phone ever created:
Note, the badges show as black. This has always been the case for myself locally, but this should not be the case live. From my tests, I also do not believe that this has an effect on the use of badges next to a username in the newsfeed or comments, as in those instances the badge names applicable are passed in through "badges".
- Last updated by Ben Hayward
1 1 <ul class="m-channel--badges"> 2 <li *ngIf="user.plus && badges.indexOf('plus') > -1" routerLink="/plus"> 2 <li *ngIf="user.plus && badges.indexOf('plus') > -1" routerLink="/plus"> - Developer
Formatting was out
changed this line in version 5 of the diff
changed the description
unmarked as a Work In Progress
changed the description
changed the description
- Developer
Needs a drop-shadow. Moving to WIP.
marked as a Work In Progress
changed the description
unmarked as a Work In Progress
changed the description
changed the description
mentioned in issue minds#532 (closed)
added MR::Awaiting Review label
closed