1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-12 01:17:04 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman 96dac84880
refactor: period selector component (#9202)
Refactors the period selector component now that the design / system is
pretty much finished.

Main points are: change from using CSS selectors to using styled
components; use props instead of classes. This is in keeping with the
general Unleash approach.

There's two very slight visual changes here:
1. There is 4px of added space below the "range" "header" text.
2. The months in the grid are a little closer together and not as wide.
This is because we remove the explicit column gap due to the grid having
a set width. Previously the width was automatic, but because we want
this to line up with the button, we need to set the width explicitly on
both items. As such, with the padding, the grid was a little too wide,
so there was too little padding on the right. This rectifies that.
2025-02-04 11:37:58 +01:00
..
accessOverview fix: icon imports (#6499) 2024-03-12 10:56:10 +01:00
admin refactor: period selector component (#9202) 2025-02-04 11:37:58 +01:00
application chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
archive chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
banners feat: ability to communicate other license messages (#9192) 2025-02-03 15:17:06 +01:00
changeRequest chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
commandBar fix: commandbar colors (#9162) 2025-01-28 14:48:15 +01:00
common refactor: project users virtual autocomplete (#9196) 2025-02-04 10:04:36 +01:00
context fix: save context button spacing (#9059) 2025-01-03 15:01:46 +01:00
demo Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
environments chore: drag to reorder release plan template milestones (#9176) 2025-01-31 09:12:27 +00:00
events feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
feature feat: send the add release plan change request from dialog when submitted (#9174) 2025-01-30 10:56:31 +01:00
featureTypes Simplify Unleash docs updates (#8925) 2024-12-17 14:36:16 +01:00
feedback chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
feedbackNew chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
filter chore: remove simplifyProjectOverview flag (#9068) 2025-01-08 14:10:40 +02:00
insights feat: date range selector (#8991) 2024-12-18 10:40:50 +01:00
integrations Update API tokens and client keys pages (#9143) 2025-02-04 09:32:32 +01:00
layout fix: resolve lifecycle image from asset path (#9121) 2025-01-20 13:23:55 +00:00
loginHistory feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
maintenance
menu feat: transparent header (#9108) 2025-01-17 09:45:45 +01:00
onboarding fix: only call project overview from connect dialog when open (#8977) 2024-12-13 09:41:49 +01:00
personalDashboard feat: productivity email action text (#8966) 2024-12-12 12:00:08 +01:00
playground/Playground chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
project refactor: project users virtual autocomplete (#9196) 2025-02-04 10:04:36 +01:00
providers Feat/release management overview (#8672) 2024-11-06 14:02:42 +01:00
releases chore: drag to reorder release plan template milestones (#9176) 2025-01-31 09:12:27 +00:00
segments chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
signals chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
splash Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
strategies Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
tags Strategy docs updates (#8711) 2024-12-11 10:38:39 +01:00
user chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
App.tsx feat: configurable global font size (#9155) 2025-01-27 14:43:32 +01:00
InitialRedirect.tsx chore: stop using personal dashboard UI flag (#8793) 2024-11-19 10:51:37 +01:00