1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-15 17:50:48 +02:00
unleash.unleash/frontend/src/component
Jaanus Sellin da805f2036
feat: remove archive tooltip conditionally (#8702)
The archived functionality has been moved into the feature list, and we
are showing a tooltip. However, it doesn’t make sense to display it to
new customers, as they wouldn’t be familiar with the previous behavior.

I've introduced a "new/old user" classification, where I’m setting
08.11.2024 as the dividing line. All customers created after 08.11.2024
will be considered new, and we won’t display the tooltip for them.
Everyone else will be treated as old customers.

This approach means there will be a brief period from 08.11.2024 until
the release date where any customers created during this time will be
categorized as new, even if they still have access to the old archive.
For simplicity, I’m willing to accept this risk, as it's likely that in
95% of cases, for those few customers (0–10), they won’t need the
archive functionality immediately, so it’s acceptable not to display the
tooltip for them.

This setup is temporary in our code base and will be removed with a
feature flag.
2024-11-08 16:12:41 +02:00
..
accessOverview
admin
ai refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
application
archive
banners
changeRequest refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
commandBar
common chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
context
demo chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
environments
events fix: console warnings and errors related to event timeline and strategy form (#8692) 2024-11-08 08:18:30 +00:00
feature chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
featureTypes
feedback
feedbackNew
filter feat: remove archive tooltip conditionally (#8702) 2024-11-08 16:12:41 +02:00
insights
integrations
layout Feat/release management overview (#8672) 2024-11-06 14:02:42 +01:00
loginHistory
maintenance
menu chore: remove stale flags (#8689) 2024-11-08 09:40:17 +01:00
onboarding
personalDashboard fix: dashboard onboarding flow correct conditions (#8676) 2024-11-06 15:21:42 +02:00
playground/Playground
project feat: archived toggles do not show switch (#8696) 2024-11-08 12:27:41 +02:00
providers Feat/release management overview (#8672) 2024-11-06 14:02:42 +01:00
releases/ReleaseManagement feat: deleting release-plan templates (#8678) 2024-11-06 15:55:26 +01:00
segments
signals
splash
strategies
tags
user feat: read productivity report from profile (#8662) 2024-11-05 16:14:19 +01:00
App.tsx fix: enterprise routes 404 when not logged in (#8640) 2024-11-04 14:01:33 +01:00
InitialRedirect.tsx