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

Skip to content
Snippets Groups Projects
  1. Apr 19, 2021
  2. Apr 16, 2021
  3. Apr 15, 2021
  4. Apr 14, 2021
  5. Apr 12, 2021
  6. Apr 11, 2021
  7. Apr 09, 2021
  8. Apr 08, 2021
  9. Apr 07, 2021
    • Daniel Rainer's avatar
      Merge branch 'exercise_details_modal_improvements' into 'development' · 38ec943f
      Daniel Rainer authored
      Refactor exercise metadata display
      
      See merge request sharing/codeability-sharing-platform!36
      38ec943f
    • Daniel Rainer's avatar
      Do not show enum metadata which is not set · fe78cf3e
      Daniel Rainer authored
      The exercise metadata component is only rendered
      when it gets a value which is not null and has
      a length of at least one (either string or array).
      If it gets a value which is translated before it
      is being passed, the result will be something of
      the form "translation-not-found[...]", which has
      a length of at least one, so it is rendered.
      To prevent this, check if a value is set before
      translating it.
      fe78cf3e