pancake-frontend
pancake-frontend copied to clipboard
:pancakes: Pancake main features (farms, pools, IFO, lottery, profiles)
--- ## PR-Codex overview The focus of this PR is to enhance filtering and searching functionalities in the PositionManagers feature. ### Detailed summary - Improved filtering logic for URL query...
--- ## PR-Codex overview This PR updates the `useSwapBestTrade` hook in `useSwapBestTrade.ts` to debounce the typed value for better performance. ### Detailed summary - Debounces the typed value for improved...
--- ## PR-Codex overview This PR updates components in the Swap feature: - Refactors `BottomDrawer` and `PriceChartContainer` - Adds a custom dismiss function in `SwapWarningModal` - Enhances warning handling in...
--- ## PR-Codex overview The focus of this PR is to enhance the ROI calculation functionality by adding support for LP rewards APR in the RoiCalculatorModal component. ### Detailed summary...
--- ## PR-Codex overview This PR updates the `CurrencyLogo` component to dynamically fetch token logos using new methods. ### Detailed summary - Imported `useHttpLocations`, `Currency`, and `Token` - Removed `multiChainId`...
--- ## PR-Codex overview This PR introduces various updates to the `Swap` package, including adding new interfaces, hooks, components, and configurations related to swapping functionalities. ### Detailed summary - Added...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Product Trade ### Current Behavior When you enter to show detail, an error...
--- ## PR-Codex overview This PR improves client-side checks and updates dependencies across multiple files. ### Detailed summary - Added client-side checks for `window` presence - Updated dependencies for `useIsomorphicEffect`...
--- ## PR-Codex overview This PR enhances client-side compatibility and performance by replacing `window` checks with `isClient`. It also updates hooks to use `useIsomorphicEffect` for better SSR support. ### Detailed...
Making pool page initial load faster by loading all pool prices in parallel rather than sequential. Especially when the Llama pricing API is used this massively reduces pools load time...