1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02: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 fix: icon imports (#6499) 2024-03-12 10:56:10 +01:00
admin fix: add workaround for tooltip (#7649) 2024-07-24 09:33:29 +00:00
application feat: redirect to new feature flag creation (#7679) 2024-07-26 14:27:02 +03:00
archive chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
banners feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
changeRequest feat: configurable strategies limit (#7488) 2024-07-01 10:03:26 +02:00
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 feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
demo feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
environments chore: don't prevent users from entering the env form when they're at the limit (#7549) 2024-07-05 13:11:00 +02:00
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 chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
feedback feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
feedbackNew feat: command bar feedback (#7485) 2024-07-01 14:15:51 +03:00
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 Feat: webhook markdown (#7658) 2024-07-25 09:45:20 +00:00
layout fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
loginHistory task: upgraded semver dependency (and biome) (#7272) 2024-06-04 15:01:43 +02:00
maintenance fix: icon imports (#6499) 2024-03-12 10:56:10 +01:00
menu feat: command bar poc (#7350) 2024-06-11 15:27:59 +03:00
playground/Playground feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
project refactor: Make event log look and act like other pages (#7704) 2024-07-31 09:46:47 +02:00
providers feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
segments feat: limit segments component (#7553) 2024-07-08 09:03:08 +02:00
signals feat: what's new in Unleash (#7497) 2024-07-03 09:54:38 +02:00
splash chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
strategies feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
tags feat: separate command bar and search hotkeys (#7651) 2024-07-24 12:46:03 +03:00
user feat: Disallow repeating last 5 passwords. (#7552) 2024-07-09 16:18:35 +02:00
App.tsx fix: make loader not exlpode to 100vh in unnecessary locations (#7589) 2024-07-15 14:41:45 +02:00
InitialRedirect.tsx fix: use a fullscreen loader for the initial redirect load (#7619) 2024-07-18 14:50:59 +02:00