1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-19 17:52:45 +02:00
unleash.unleash/frontend/src
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
..
__mocks__
assets feat: increase unleash width (#5707) 2023-12-21 08:42:28 +01:00
component fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
constants feat: make maintenance-related 503s more intuitive (#5018) 2023-10-16 09:27:29 +01:00
contexts feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
hooks feat: plausible for feedback (#5763) 2024-01-04 14:38:54 +02:00
interfaces Feat/add feedback to new strategy form (#5745) 2024-01-03 15:43:22 +01:00
openapi chore: generate missing orval types (#5722) 2023-12-22 12:10:50 +02:00
themes refactor/reshape table (#5328) 2023-11-14 08:44:36 +01:00
types Project Overview with react-table v8 (#5571) 2023-12-11 13:33:11 +01:00
utils Feat/add feedback to new strategy form (#5745) 2024-01-03 15:43:22 +01:00
index.tsx feat: feedback skeleton ui (#5727) 2023-12-22 15:09:02 +02:00
setupTests.ts feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
vite-env.d.ts