1. 10 Mar, 2021 3 commits
    • Tom Quirk's avatar
      Address maintainer feedback · ef82e4c0
      Tom Quirk authored
      - check localStorage is available before persisting/retrieving alert
      - remove unnecessary async call
      ef82e4c0
    • Tom Quirk's avatar
      Address reviewer feedback · d0500d6a
      Tom Quirk authored
      - simplify jira connect alert display logic
      - add namespacing to success translation
      d0500d6a
    • Tom Quirk's avatar
      Display success message when namespace is linked in Jira · 5ec6487d
      Tom Quirk authored
      Use localStorage to set and retrieve alert data,
      used for success messages in Jira Connect app.
      
      Here, we refactor SET_ERROR_MESSAGE to SET_ALERT.
      This allows us to control the "global" gl-alert component
      via the same mutation.
      
      We also extend the gl-alert to include an optional
      `linkUrl`, which is injected via gl-sprintf if it
      exists.
      5ec6487d
  2. 09 Mar, 2021 37 commits