1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/component
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
..
accessOverview
admin
application feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
archive
banners
changeRequest
commandBar fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
common fix: avoid react key warnings in tables (#7694) 2024-07-30 13:09:12 +02:00
context
demo
environments
events feat: add filter dropdowns to event log pages (#7711) 2024-08-01 08:23:22 +02:00
feature refactor: Make event log look and act like other pages (#7704) 2024-07-31 09:46:47 +02:00
featureTypes
feedback
feedbackNew
filter feat: add filter dropdowns to event log pages (#7711) 2024-08-01 08:23:22 +02:00
insights feat: health stats insights explanation (#7690) 2024-07-29 15:19:20 +02:00
integrations
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory
maintenance
menu
playground/Playground
project refactor: Make event log look and act like other pages (#7704) 2024-07-31 09:46:47 +02:00
providers
segments feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
signals
splash
strategies
tags
user
App.tsx
InitialRedirect.tsx