Skip to content
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ab1baed
update react-router and stylelint-scss and address critical vulnerabi…
cybele-ripple Apr 1, 2026
d0a64cb
fix peer dependency issue
cybele-ripple Apr 1, 2026
c889aaa
added npm override to enforce stylelint-order version
cybele-ripple Apr 1, 2026
d89c1fd
Fix npm ci by adding override for stylelint-order to resolve peer dep…
cybele-ripple Apr 1, 2026
d7ae69c
updated react from 17 to 18, associated code changes
cybele-ripple Apr 2, 2026
9f92132
Merge remote-tracking branch 'origin/main' into react-router-stylelin…
cybele-ripple Apr 10, 2026
37b6a70
Initial commit for AMM Pool page
kuan121 Mar 28, 2026
1b4cfc6
Correctly handle fully liquidated AMM pools
kuan121 Mar 28, 2026
6cb9418
Fix chart not displaying the latest data point
kuan121 Mar 28, 2026
be03fa4
Add unit tests
kuan121 Mar 28, 2026
95ede15
Fix pagination flash by using useEffect instead of react-query in use…
kuan121 Mar 29, 2026
715cc8e
Migrate MPT page to use shared useCursorPaginatedQuery hook for trans…
kuan121 Mar 29, 2026
3194866
Fix amount formatting issue
kuan121 Mar 30, 2026
6ce3c05
Set batch size for DEX Trades, Transfers and Deposits/Withdraws table…
kuan121 Mar 30, 2026
7b78380
delete planning file
kuan121 Mar 30, 2026
c8c055d
add translations for other languages
kuan121 Mar 30, 2026
9c62933
Fix linting issue
kuan121 Mar 30, 2026
2012d1a
minor refactoring
kuan121 Mar 31, 2026
7feef3a
remove unused or duplicate keys
kuan121 Mar 31, 2026
b06e74c
remove one more duplicate key 'volume'
kuan121 Mar 31, 2026
9ce1d06
minor refactoring: move files around and extract elements into separa…
kuan121 Mar 31, 2026
97c84d9
update style to match exactly with figma design
kuan121 Apr 1, 2026
0a325d2
update styles for mobile and tablet views
kuan121 Apr 1, 2026
a745f4a
Update style and text content for liquidated amm pool alert
kuan121 Apr 1, 2026
dbc10bd
Fix linting issue
kuan121 Apr 1, 2026
577e39e
hide currency symbol in header token pair badge
kuan121 Apr 1, 2026
5fd1063
minor style updates
kuan121 Apr 1, 2026
25a4124
Update unit tests to remove unnecessary mocks
kuan121 Apr 1, 2026
7f4fae4
Add test for hiding type column of DEX trades table
kuan121 Apr 1, 2026
78f2777
fix failed CI jobs
kuan121 Apr 1, 2026
8bf1dcd
rename info icon svg
kuan121 Apr 1, 2026
826767c
Move TVLVolumeChart to shared/
kuan121 Apr 2, 2026
92eb913
Remove green text on hover for CopyableText
kuan121 Apr 2, 2026
1dfc78b
Use 'deleted' rather than 'liquidated' for deleted AMM pool
kuan121 Apr 2, 2026
0821374
Updated copyabletext tooltip text to white
kuan121 Apr 2, 2026
b133e27
Show market data card with only token balances for non mainnet
kuan121 Apr 5, 2026
336d313
minor css style update
kuan121 Apr 5, 2026
0851809
minor update to replacement cost calculation and its unit tests
kuan121 Apr 8, 2026
c567193
update key name and date for translation key 'token_page.data_notice'
kuan121 Apr 8, 2026
8f3aa09
correct time display for translation
kuan121 Apr 8, 2026
aff8b4f
Fix Asset columns showing -- in deposit/withdrawal tables on cross-po…
kuan121 Apr 9, 2026
4bcf9df
store trading fee base 100000 in a constant
kuan121 Apr 10, 2026
806864b
define constant for table batch size for AMM page
kuan121 Apr 10, 2026
f35a5ba
Fix double tooltips issue for DEX Trade table
kuan121 Apr 10, 2026
e09b907
remove unused translation key
kuan121 Apr 10, 2026
802da1f
Merge branch 'main' into react-router-stylelint-scss-updates
cybele-ripple Apr 15, 2026
b77f113
Merge branch 'main' into react-router-stylelint-scss-updates
cybele-ripple Apr 16, 2026
b18765f
Fix CI failures after merge
cybele-ripple Apr 17, 2026
88b06e7
Regenerate package-lock.json against public npm registry
cybele-ripple Apr 17, 2026
0bff9e5
Merge branch 'main' into react-router-stylelint-scss-updates
cybele-ripple Apr 17, 2026
5d73e52
Upgrade stylelint ecosystem back to v17
cybele-ripple Apr 21, 2026
b4819ef
Merge remote-tracking branch 'origin/main' into react-router-stylelin…
cybele-ripple Apr 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
],
rules: {
'at-rule-empty-line-before': null,
'block-closing-brace-newline-after': null,
Comment thread
kuan121 marked this conversation as resolved.
'import-notation': 'string',
'length-zero-no-unit': null,
},
Expand Down
Loading
Loading