1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/frontend/src
Thomas Heartman cd0eff35e2
Chore: remove aria-current; group buttons (#10919)
After some more consideration and reading, I don't think `aria-current`
is the right attribute here. Additionally, `aria-pressed` and
`aria-selected` are also not appropriate here. I can't find a suitable
alternative, so I'm falling back to the first rule of aria: if you don't
know what to do: don't do anything.

As such, I'm falling back to regular html data attributes.
2025-11-05 10:54:31 +01:00
..
__mocks__
assets chore: add new strategy icons (#10665) 2025-09-22 11:26:52 +01:00
component Chore: remove aria-current; group buttons (#10919) 2025-11-05 10:54:31 +01:00
constants fix: date localizations for chart (#10581) 2025-09-01 09:29:45 +00:00
contexts
hooks feat: plausible metrics chart (#10859) 2025-10-24 13:44:35 +03:00
interfaces chore(AI): newStrategyModal flag cleanup (#10912) 2025-11-05 08:59:18 +00:00
openapi fix: enterprise edge stats should take into account full month (#10898) 2025-11-03 13:45:38 +00:00
themes Update chart colors to increase contrasts between the A series. (#10579) 2025-09-01 08:22:44 +02:00
types
utils chore: remove uuid from the frontend (#10808) 2025-10-17 10:31:48 +02:00
index.tsx
setupTests.ts
vite-env.d.ts