1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component/integrations
Nuno Góis 769146fbd3
fix: properly handle markdown links (#5768)
Iterates on https://github.com/Unleash/unleash/pull/5762

While on the previous PR we would always open markdown links on a new
tab, we still want to navigate on the same tab when a relative link is
specified.

This adds a new `Markdown` common component with this logic by default,
which should make things a lot simpler and easier to maintain. The logic
that was followed is similar to the existing internal/external links
logic in our banners.
2024-01-05 08:18:34 +00:00
..
AddonRedirect feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
CreateIntegration feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
EditIntegration feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
IntegrationForm feat: remove feature flag for datadog json template (#5105) 2023-10-26 09:09:26 +02:00
IntegrationHowToSection fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
IntegrationList fix: UI improvements related to the increase of width (#5752) 2024-01-04 09:57:30 +00:00
ViewIntegration feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00