-
Notifications
You must be signed in to change notification settings - Fork 180
feat: added promo notification for csv-import #2068
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added promo notification for csv-import #2068
Conversation
src/routes/(console)/bottomAlerts.ts
Outdated
}, | ||
show: true // For testing, will be: isPromoLive('2025-07-01', '15:00', 'Europe/Paris') | ||
}; | ||
if (csvImportPromo.show) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need this if statement if the show is try above. also remove the comment. above referring the for testing, ...
src/routes/(console)/bottomAlerts.ts
Outdated
enabled: true, | ||
cta: { | ||
link: csvImportPromo.cta.link, | ||
external: csvImportPromo.cta.external |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need hideOnClick
here as well.
Add CSV Import Console Notification
Description
Adds a new console notification to announce the CSV import feature. The notification will be displayed to users within project views starting July 1st, 2025 at 3 PM CET.( solves GRO-1112)
Changes
bottomAlerts.ts
Implementation Details
csv-import-placeholder-dark.png
csv-import-placeholder-light.png
Testing Instructions
show: true
temporarily in the notification configshow
property to useisPromoLive()
before mergingScreenshots
Notes