Skip to content

Commit

Permalink
chore: feature_llm_market_coin_quick_actions FF removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Dec 2, 2024
1 parent 942954c commit b5a4a82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
7 changes: 7 additions & 0 deletions .changeset/red-buttons-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@ledgerhq/types-live": minor
"live-mobile": minor
"@ledgerhq/live-common": minor
---

Remove feature_llm_market_coin_quick_actions FF
Original file line number Diff line number Diff line change
Expand Up @@ -138,21 +138,6 @@ function View({
)}
</Flex>
</Flex>

{internalCurrency ? (
<FeatureToggle
featureId="llmMarketQuickActions"
fallback={
<Flex mb={6}>
<FabMarketActions
defaultAccount={defaultAccount}
currency={internalCurrency}
accounts={accounts}
/>
</Flex>
}
/>
) : null}
</>
}
refreshControl={
Expand All @@ -173,11 +158,7 @@ function View({
currency={internalCurrency}
/>

{internalCurrency && (
<FeatureToggle featureId="llmMarketQuickActions">
<MarketQuickActions currency={internalCurrency} accounts={accounts} />
</FeatureToggle>
)}
{internalCurrency && <MarketQuickActions currency={internalCurrency} accounts={accounts} />}

{accounts?.length > 0 ? (
<Flex mx={6} mt={8}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ export const DEFAULT_FEATURES: Features = {
lldnewArchOrdinals: DEFAULT_FEATURE,
enableAppsBackup: DEFAULT_FEATURE,
web3hub: DEFAULT_FEATURE,
llmMarketQuickActions: DEFAULT_FEATURE,
spamFilteringTx: DEFAULT_FEATURE,
llmMemoTag: DEFAULT_FEATURE,
lldMemoTag: DEFAULT_FEATURE,
Expand Down
1 change: 0 additions & 1 deletion libs/ledgerjs/packages/types-live/src/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ export type Features = CurrencyFeatures & {
lldnewArchOrdinals: DefaultFeature;
enableAppsBackup: Feature_EnableAppsBackup;
web3hub: Feature_web3hub;
llmMarketQuickActions: DefaultFeature;
spamFilteringTx: Feature_SpamFilteringTx;
llmMemoTag: Feature_MemoTag;
lldMemoTag: Feature_MemoTag;
Expand Down

0 comments on commit b5a4a82

Please sign in to comment.