Skip to content

Commit

Permalink
dApp: Remove gamification features (#912)
Browse files Browse the repository at this point in the history
Closes: AENG-149

### Changes
- Removed feature flag
- Removed unused image assets
- Removed unused benefits constants
- Removed gamification related UI from `Sidebar` component
- Removed gamification related UI from `UnstakeDetails` component
- Removed unused `WithdrawWarning` component
  • Loading branch information
kkosiorowska authored Dec 5, 2024
2 parents 1452d52 + a39e8e9 commit 8fb2ad7
Show file tree
Hide file tree
Showing 14 changed files with 30 additions and 320 deletions.
1 change: 0 additions & 1 deletion dapp/.env
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ VITE_POSTHOG_API_HOST="https://us.i.posthog.com"
VITE_POSTHOG_API_KEY=""

# Feature flags
VITE_FEATURE_FLAG_GAMIFICATION_ENABLED="false"
VITE_FEATURE_FLAG_WITHDRAWALS_ENABLED="false"
VITE_FEATURE_FLAG_OKX_WALLET_ENABLED="false"
VITE_FEATURE_FLAG_XVERSE_WALLET_ENABLED="false"
Expand Down
60 changes: 0 additions & 60 deletions dapp/src/assets/images/benefits/bibos-beehive.svg

This file was deleted.

4 changes: 0 additions & 4 deletions dapp/src/assets/images/benefits/index.ts

This file was deleted.

Loading

0 comments on commit 8fb2ad7

Please sign in to comment.