Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

oraichain/oraiswap-frontend

trungbach pushed 13 commits to develop-v3 oraichain/oraiswap-frontend

View on GitHub

trungbach pushed 1 commit to feat/vite-react oraichain/oraiswap-frontend

View on GitHub

trungbach pushed 1 commit to feat/vite-react oraichain/oraiswap-frontend

View on GitHub

sonarcloud[bot] created a comment on a pull request on oraichain/oraiswap-frontend
## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

vuonghuuhung pushed 57 commits to feat/vite-react oraichain/oraiswap-frontend

View on GitHub

vuonghuuhung created a tag on oraichain/oraiswap-frontend

3.20.10 - OraiDEX is an IBC and CosmWasm-based decentralized exchange platform with multichain interoperability, optimal speed, and a lot of liquidity options for users

vuonghuuhung deleted a branch oraichain/oraiswap-frontend

fix/new-v3

vuonghuuhung pushed 6 commits to main oraichain/oraiswap-frontend
  • remove svg on root 9badd6b
  • optimize chart performance d54f603
  • Merge branch 'main' into fix/new-v3 cc04e89
  • remove console.log c272bd8
  • resolve font bb7f45e
  • Merge pull request #1007 from oraichain/fix/new-v3 Fix/new v3 c09c23c

View on GitHub

vuonghuuhung closed a pull request on oraichain/oraiswap-frontend
Fix/new v3
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced theme support for various components, allow...
quangdz1704 created a review on a pull request on oraichain/oraiswap-frontend

View on GitHub

haunv3 created a review on a pull request on oraichain/oraiswap-frontend

View on GitHub

vuonghuuhung pushed 1 commit to fix/new-v3 oraichain/oraiswap-frontend

View on GitHub

sonarcloud[bot] created a comment on a pull request on oraichain/oraiswap-frontend
## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

haunv3 created a review on a pull request on oraichain/oraiswap-frontend

View on GitHub

vuonghuuhung pushed 1 commit to fix/new-v3 oraichain/oraiswap-frontend

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Refactor theme-based color definitions into the `theme` object** The component uses inline conditional statements to set colors based on the `theme` pr...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Consider alternative approach to chunk boundary handling.** This change mirrors the modification in `getHistoricalPriceDataInHour`, suggesting an intentional pattern...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Remove unused 'theme' object or populate it with theme properties** The `theme` object defined at lines 27-31 is currently empty and not utilized in the component. C...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Replace console.time with proper performance monitoring.** The `console.time` call is missing its corresponding `console.timeEnd`, and using console for performance ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Remove commented code and verify mobile layout.** The commented-out mobile styles should either be: 1. Removed entirely if no longer needed 2. Restored if mobile lay...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting the max button click handler.** The max button click handler could be extracted into a separate function for better reusability and...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Fix incorrect font-size value in simulating class.** The font-size value is incorrectly specified as a string 'small'. Apply this fix: ```diff .simulating { font...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting theme colors to a constants file** The current implementation has theme-dependent colors scattered throughout the component. Consid...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Replace hardcoded colors with theme variables** The current implementation uses hardcoded colors that seem like placeholder values: - Grid colors: 'red' and 'green' ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:warning: Potential issue_ **Add error handling for Max click handler.** The Max functionality should handle cases where amounts[tokenFrom?.denom] is undefined more gracefully. ```diff onClick...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Consider extracting duplicated token input logic into a reusable component.** The TokenFrom and TokenTo sections share nearly identical code structure ...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Optimize button styling.** Two suggestions for improvement: 1. Consider using min-width instead of fixed width to accommodate varying content 2. Specif...

View on GitHub

coderabbitai[bot] created a review comment on a pull request on oraichain/oraiswap-frontend
_:hammer_and_wrench: Refactor suggestion_ **Add text truncation indicator.** The name class has a max-width constraint but no visual indication of truncation. ```diff flex-wrap: nowrap; ...

View on GitHub

coderabbitai[bot] created a review on a pull request on oraichain/oraiswap-frontend
**Actionable comments posted: 13** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (13)</summary><blockquote> <details> <summary>src/pages/Pool-V3/components/HistoricalChartDataWrapp...

View on GitHub

coderabbitai[bot] created a review on a pull request on oraichain/oraiswap-frontend
**Actionable comments posted: 13** <details> <summary>๐Ÿงน Outside diff range and nitpick comments (13)</summary><blockquote> <details> <summary>src/pages/Pool-V3/components/HistoricalChartDataWrapp...

View on GitHub

Load more