-
Notifications
You must be signed in to change notification settings - Fork 360
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
LLM notifications prompts #507
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 671a3fd The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
d684f71
to
287e6c3
Compare
287e6c3
to
1a01d6b
Compare
1767873
to
457fcd0
Compare
a46d789
to
359ad70
Compare
Screenshots: ✅
There are no changes in the screenshots for this PR. If this is expected, you are good to go. |
Codecov Report
@@ Coverage Diff @@
## release #507 +/- ##
===========================================
- Coverage 47.50% 47.49% -0.01%
===========================================
Files 623 623
Lines 27751 27751
Branches 7160 7160
===========================================
- Hits 13182 13181 -1
- Misses 13447 13448 +1
Partials 1122 1122
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
some little tweaks 😉
if (!notificationsToken) { | ||
const token = await messaging().getToken(); | ||
setNotificationsToken(token); | ||
messaging().onMessage(async remoteMessage => { |
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.
i see a lot of messaging().xxx
does messaging() return an instance of FCM and wouldn't it be better to set a const in the component linking to it to not repeat this? 🤔 (maybe it will stop working idk)
46da5ec
to
afaf39d
Compare
…ons feature flag is disabled
conflict on the pnpm lock @jules-grenier-ledger |
…IVE-2536-llm-notifications-prompts
…IVE-2536-llm-notifications-prompts
📝 Description
v0 of the Notifications in LLM
New Modal to ask user to enable Notifications that is triggered only when specific criterias are met (same as for the ratings modal).
New section in the settings to handle notifications options.
Two options added to the feature flags in LLC :
languages_whitelisted
andlanguages_blacklisted
to enable or disable respectively any feature flagged feature for just some languages in the remote config.❓ Context
ledger-live-mobile
ledger-live-common
✅ Checklist
📸 Demo
Fix for this ticket LIVE-3076
Record_2022-06-23-16-02-27.mp4
🚀 Expectations to reach
Please make sure you follow these Important Steps.
Pull Requests must pass the CI and be internally validated in order to be merged.