app-monorepo
app-monorepo copied to clipboard
feat: Earn pages
trafficstars
PR Summary
- New Component Added Added a new component to track progress in the application.
- New Routing File Added Added a new routing file for the 'Earn' tab.
- Dev Environment Specific Routing Added Updated the main routing file to include a route for the 'Earn' tab, that is only accessible in the development environment.
- New View for 'Earn' Section Introduced a new view corresponding to the 'Earn' tab.
- Unused Configuration File Removed Removed an unused configuration file related to the 'Market' view.
- Enhanced 'StakingApr' Component Updated the 'StakingApr' component to include a new 'Ad' component and linked buttons in the component to specific functions.
- New File in 'EarnTokenDetail' Directory Introduced a new 'index' file in the 'EarnTokenDetail' directory.
- Added Route for 'EarnTokenDetail' Added a new route path for 'EarnTokenDetail' in the main routing file.
- Extended Staking and Tab Enums Updated 'staking' and 'tab' enums to include 'EarnTokenDetail' and 'Earn' respectively.
- New File for 'Earn' Tab Added a new file 'tabEarn.ts' in 'routes' directory detailing all routes for 'Earn' tab.