1. 17 Oct, 2019 3 commits
    • Robert Knight's avatar
      Fix a mismatched HTML close tag · 53585a79
      Robert Knight authored
      53585a79
    • Robert Knight's avatar
      Convert markdown viewer to Preact · ece84a57
      Robert Knight authored
      Convert the view mode of the markdown editor (when `readOnly` is `true`) to Preact.
      The edit mode (when `readOnly` is `false`) will become a separate
      component.
      ece84a57
    • Robert Knight's avatar
      Remove "enabled" state from excerpt component · e59360d2
      Robert Knight authored
      Simplify the `<excerpt>` component by removing the `enabled` property.
      This property was used to avoid the markdown editor being truncated when
      rendered inside the excerpt. However it is possible to achieve the same
      result without this property by using `ng-if`.
      
      This change will simplify porting the excerpt component to Preact and
      also paves the way to splitting the existing `<markdown>` component into
      two separate, simpler, components: One for the "view" mode and one for the "edit"
      mode.
      e59360d2
  2. 15 Oct, 2019 21 commits
  3. 14 Oct, 2019 1 commit
  4. 11 Oct, 2019 2 commits
  5. 10 Oct, 2019 11 commits
  6. 09 Oct, 2019 2 commits