Extract exercise cards into their own component
Exercise cards are useful in multiple places, so they should be displayable by an independent component. The CSS for making the cards have the correct width and height is very finicky and took a long time to get to work. The current styling should be refactored.
parent
ccd9ab47
Showing
- src/main/webapp/app/exercise-card/exercise-card.component.html 59 additions, 0 deletions...ain/webapp/app/exercise-card/exercise-card.component.html
- src/main/webapp/app/exercise-card/exercise-card.component.scss 32 additions, 0 deletions...ain/webapp/app/exercise-card/exercise-card.component.scss
- src/main/webapp/app/exercise-card/exercise-card.component.ts 21 additions, 0 deletionssrc/main/webapp/app/exercise-card/exercise-card.component.ts
- src/main/webapp/app/mock-search/mock-search.component.html 5 additions, 60 deletionssrc/main/webapp/app/mock-search/mock-search.component.html
- src/main/webapp/app/mock-search/mock-search.component.ts 4 additions, 0 deletionssrc/main/webapp/app/mock-search/mock-search.component.ts
- src/main/webapp/app/mock-search/mock-search.module.ts 2 additions, 1 deletionsrc/main/webapp/app/mock-search/mock-search.module.ts
- src/main/webapp/app/mock-search/mock-search.scss 0 additions, 49 deletionssrc/main/webapp/app/mock-search/mock-search.scss
Please register or sign in to comment