1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/frontend/src/component/events
Thomas Heartman 7db42453b1
feat: add filter dropdowns to event log pages (#7711)
Adds placeholder filter buttons (that don't work at all) yet to the
three event logs.

Flag logs get to choose to and from dates, created by, and event type.

Project logs get all that flag logs get + a filter for flag.

The global log gets all project log filters + a project filter.

There's still work to be done to add data to createdBy, eventType, to
hook it up to the API, and to finalize the layout, but I wanted to get a
rough outline in to iterate on later. The eventType icon will also need
to be decided on.


![image](https://github.com/user-attachments/assets/06a65301-9cc5-45ed-b753-2b9235d64ea6)
2024-08-01 08:23:22 +02:00
..
EventCard fix: break long project/flag names in the event log to prevent overflow (#7684) 2024-07-29 08:54:43 +00:00
EventDiff chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
EventJson chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
EventLog feat: add filter dropdowns to event log pages (#7711) 2024-08-01 08:23:22 +02:00
EventPage