This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
  1. Feb 12, 2021
  2. Feb 08, 2021
    • Daniel Rainer's avatar
      Extract exercise cards into their own component · d09ce59e
      Daniel Rainer authored
      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.
      d09ce59e
    • Daniel Rainer's avatar
      Rename "SearchResult" to "Exercise" · d73da187
      Daniel Rainer authored
      At the moment, we only treat exercises as search results,
      but exercises can also appear in other context,
      e.g. as bookmarked exercises.
      
      For this reason, it makes more sense to describe them
      using the more general term "Exercise".
      d73da187
    • Daniel Rainer's avatar
      Create new component for exercise details · 059f3f57
      Daniel Rainer authored
      This is part of an effort to refactor
      the large component "MockSearchComponent"
      into smaller parts with well defined functionality.
      
      The new component is used for the detail
      view of a single exercise.
      059f3f57
  3. Feb 03, 2021
  4. Feb 01, 2021
  5. Jan 30, 2021
  6. Jan 25, 2021
  7. Jan 21, 2021