1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component
Fredrik Strand Oseberg 0b50a4e7c5
fix/remove cancel button (#5838)
This PR removes the cancel button from the new constraint accordion.
Since we now do autosave when the constraint updates, cancel is no
longer needed, the done button and delete button is enough.
2024-01-11 08:55:49 +01:00
..
accessOverview feat: add a button to download user access information (#4746) 2023-09-15 11:51:29 +02:00
admin chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
application Fix: icon rendering issue in ApplicationList and add help to app update (#5730) 2023-12-27 18:35:08 +01:00
archive fix: delete archived feature toggles in the UI (#5411) 2023-11-24 09:35:13 +00:00
banners fix: properly handle markdown links (#5768) 2024-01-05 08:18:34 +00:00
changeRequest feat: add tooltip to Scheduled badge (#5726) 2024-01-09 10:32:52 +02:00
common fix/remove cancel button (#5838) 2024-01-11 08:55:49 +01:00
context chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
demo fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
environments feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
events chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
feature Fix/banner placement (#5833) 2024-01-10 16:08:56 +01:00
featureTypes feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feedback feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
feedbackNew feat: plausible for feedback (#5763) 2024-01-04 14:38:54 +02:00
filter feat: keep filter order (#5688) 2023-12-19 15:35:39 +01:00
integrations chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
layout fix: demo banner zIndex, display on top (#5776) 2024-01-05 14:57:34 +00:00
loginHistory fix: date should sort asc/desc properly (#5335) 2023-11-14 14:47:28 +02:00
maintenance feat: add new sticky component to handle stacked stickies (#5088) 2023-10-19 15:50:37 +01:00
menu chore: adapt integrations layout for incoming webhooks (#5828) 2024-01-10 10:33:51 +00:00
playground/Playground feat: add tags filter (#5584) 2023-12-11 14:10:03 +02:00
project chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
providers feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
segments Feat: show change request data on segment project usage page (#5410) 2023-11-28 10:01:56 +01:00
splash chore(deps): update dependency @biomejs/biome to v1.4.0 (#5288) 2023-11-28 09:32:00 +00:00
strategies feat: biome lint frontend (#4903) 2023-10-02 13:25:46 +01:00
tags feat: add CREATE_TAG_TYPE permission (#5386) 2023-11-22 10:20:19 +00:00
user feat: overflow email when it's too long (#5801) 2024-01-09 11:07:42 +01:00
App.tsx refactor: move plausible context on top of feedback (#5824) 2024-01-10 11:31:41 +02:00
InitialRedirect.tsx