1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01: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 fix: icon imports (#6499) 2024-03-12 10:56:10 +01:00
admin feat: traffic limits for enterprise-payg (#8596) 2024-10-31 10:26:47 +01:00
ai refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
application chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
archive feat: archive is now part of project feature list (#8587) 2024-10-30 10:38:42 +02:00
banners task: remove upgrade edge banner. (#8032) 2024-09-02 10:50:19 +02:00
changeRequest refactor: introduce a highlight reusable component (#8643) 2024-11-05 09:21:19 +00:00
commandBar fix: fix tracking of menu bar for no search results (#8326) 2024-10-02 09:54:07 +03:00
common chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
context chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
demo chore: flag overview page redesign - environments (#8683) 2024-11-08 09:56:46 +00:00
environments fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
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 fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01: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: remove archive tooltip conditionally (#8702) 2024-11-08 16:12:41 +02:00
insights fix: missing page titles (#8477) 2024-10-18 13:12:58 +02:00
integrations chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
layout Feat/release management overview (#8672) 2024-11-06 14:02:42 +01: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 chore: remove stale flags (#8689) 2024-11-08 09:40:17 +01:00
onboarding chore: remove all deprecated imports of act (#8398) 2024-10-15 13:53:26 +02:00
personalDashboard fix: dashboard onboarding flow correct conditions (#8676) 2024-11-06 15:21:42 +02:00
playground/Playground feat: playground result count buckets (#8555) 2024-10-28 15:43:07 +01:00
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 fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
signals feat: what's new in Unleash (#7497) 2024-07-03 09:54:38 +02:00
splash chore: remove operator upgrade alert (#8053) 2024-09-03 12:18:19 +03:00
strategies fix: invalid spreading of keys into table rows everywhere (#8551) 2024-10-28 13:47:22 +01:00
tags chore: fix "key" prop issues in front end tests (#8459) 2024-10-16 14:57:43 +02:00
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 feat: redirect to personal dashboard when no last project (#8318) 2024-10-01 13:11:29 +02:00