•  
      request #11514 Import Tooltip instead of having a hidden dependency
    Infos
    #11514
    Joris MASSON (jmasson)
    2018-06-25 16:05
    2018-05-24 15:52
    11847
    Details
    Import Tooltip instead of having a hidden dependency
    We should aim to reduce interdependent files and instead rely on "import" to reveal explicitly dependencies. All apps using Tooltips and (transitively) all apps using the angular artifact modal require loading 'Tooltip.js' and 'Tooltip-loader.js' to function properly.
    This means two more blocking HTTP requests for code that might never even be actually used.
    We should instead rely on ES modules and "import" Tooltip.js to use it. That way, it will always be included in new apps using the artifact modal and we can hope to improve the Tooltips without wondering what will break.
    Other
    All
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2018-06-25
    Attachments
    Empty
    References

    Follow-ups