Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: sidebar #1683

Merged
merged 70 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from 58 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
d8fa6f3
archive: collapsible sidebar component
0xMasayoshi Sep 6, 2024
036176c
fix: SidebarContainer & background color
0xMasayoshi Sep 6, 2024
128254e
fix: checksum v3 factory on scroll
0xMasayoshi Sep 10, 2024
01d9168
chore: show splash on loading pool pages
0xMasayoshi Sep 10, 2024
51a148f
fix: portfolio settings style
0xMasayoshi Sep 10, 2024
f29b207
fix: red & green colors
0xMasayoshi Sep 10, 2024
88b15f9
fix: responsiveness in ConcentratedPositionsTable
0xMasayoshi Sep 10, 2024
57bb793
chore: update pool pages layout
0xMasayoshi Sep 10, 2024
e614aba
chore: always display label on explore charts legend
0xMasayoshi Sep 11, 2024
8fdd91f
chore: update sidebar layout
0xMasayoshi Sep 11, 2024
0390f6d
fix: hide header sidebar on smaller devices
0xMasayoshi Sep 11, 2024
396d04f
chore: mv sidebar to /app
0xMasayoshi Sep 11, 2024
8583c07
fix: sidebar padding
0xMasayoshi Sep 11, 2024
cdec641
chore: update page layouts
0xMasayoshi Sep 11, 2024
0b15f88
feat: sidebar functionality
0xMasayoshi Sep 11, 2024
4bf38c8
fix: only show sidebar on chain-gated pages
0xMasayoshi Sep 12, 2024
1529240
chore: update navbar
0xMasayoshi Sep 12, 2024
351ed3a
fix: header
0xMasayoshi Sep 12, 2024
c4e0aa3
fix: NavigationMenuTrigger style
0xMasayoshi Sep 12, 2024
4e0a9da
chore: mv /(trade) under /[chainId] and update chainId logic
0xMasayoshi Sep 13, 2024
ea80beb
fix: redirects
0xMasayoshi Sep 13, 2024
d16208d
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Sep 13, 2024
712328d
chore: mv hotjar to root evm layout
0xMasayoshi Sep 13, 2024
e7f90a2
feat: add sidebar to aptos
0xMasayoshi Sep 13, 2024
14488da
chore: mv /aptos/(common) -> /aptos/_common
0xMasayoshi Sep 14, 2024
516fbf1
fix: carousel position when sidebar open
0xMasayoshi Sep 14, 2024
0bea9f6
chore: add bg to layouts
0xMasayoshi Sep 14, 2024
a11d770
chore: add NonStandardChain types
0xMasayoshi Sep 17, 2024
17d0bfe
feat: add handling for unsupported networks on sidebar
0xMasayoshi Sep 17, 2024
6c75e55
chore: add support for nonstandard networks to NetworkSelector
0xMasayoshi Sep 18, 2024
92ea2ac
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Sep 22, 2024
99ec9b8
feat: mobile network selection behavior
0xMasayoshi Sep 23, 2024
a1098a9
fix: HeaderNetworkSelector behavior
0xMasayoshi Sep 24, 2024
769d098
chore: cleanup
0xMasayoshi Sep 24, 2024
9ac62e5
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Sep 24, 2024
c14510b
fix: build
0xMasayoshi Sep 24, 2024
1ab7d76
fix: stake layout
0xMasayoshi Sep 24, 2024
241ad96
fix: tests
0xMasayoshi Sep 24, 2024
9a33ac5
feat: twap/dca/xswap supportedNetworks
0xMasayoshi Sep 27, 2024
5f9d69a
feat: selected network sidebar state
0xMasayoshi Sep 27, 2024
7fc0e05
fix: header links
0xMasayoshi Sep 27, 2024
5a9bb07
fix: trade link in header
0xMasayoshi Sep 27, 2024
966e617
chore: add sidebar to /stake
0xMasayoshi Sep 28, 2024
e4ffb52
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Oct 1, 2024
ef79dda
chore: stake sidebar default closed
0xMasayoshi Oct 1, 2024
c5bb067
chore: tron sidebar support
0xMasayoshi Oct 2, 2024
0f17ed6
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Oct 2, 2024
eea413e
fix: tests
0xMasayoshi Oct 3, 2024
9d3fe09
fix: red & green colors
0xMasayoshi Oct 3, 2024
c4cb6b4
chore: PREFERRED_CHAINID_ORDER
0xMasayoshi Oct 3, 2024
b65e1f2
fix: /swap spacing on aptos & tron
0xMasayoshi Oct 3, 2024
45fc771
fix: tron header
0xMasayoshi Oct 3, 2024
3ddde37
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Oct 7, 2024
fa5af99
chore: reduce bundle size
0xMasayoshi Oct 7, 2024
68fb820
fix: unsupported network in portfolio
0xMasayoshi Oct 7, 2024
55e1e09
fix: positions layout
0xMasayoshi Oct 7, 2024
058002c
chore: move /(evm) & /(non-evm) under /(networks)
0xMasayoshi Oct 10, 2024
a9a7775
Merge remote-tracking branch 'origin/master' into feat/sidebar
matthewlilley Oct 11, 2024
3e27966
fix: use next navigation notfound
matthewlilley Oct 11, 2024
89dac5f
chore: lint
matthewlilley Oct 11, 2024
c654610
chore: /smart/[vault] & /smart/(overview) layouts
0xMasayoshi Oct 11, 2024
7128d82
fix: supported sidebar networks on /explore/smart-pools
0xMasayoshi Oct 11, 2024
d1c5da6
chore: cleanup
0xMasayoshi Oct 11, 2024
6e33035
fix: positions NavigationItems
0xMasayoshi Oct 13, 2024
453ec0b
Merge remote-tracking branch 'origin/master' into feat/sidebar
0xMasayoshi Oct 14, 2024
b8d3390
chore: disable tron
0xMasayoshi Oct 14, 2024
1ed3b05
Merge remote-tracking branch 'origin/track-drpc-method' into feat/sid…
0xMasayoshi Oct 14, 2024
e3057a3
chore: use ChainKey instead of chainId in hrefs
0xMasayoshi Oct 14, 2024
74842ee
fix: aptos pool table links
0xMasayoshi Oct 15, 2024
4bf1951
Merge remote-tracking branch 'origin/master' into feat/sidebar
matthewlilley Oct 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@ const nextConfig = bundleAnalyzer({
permanent: true,
destination: 'https://medium.com/sushiswap-org',
},
{
source: '/skale/swap',
permanent: true,
destination: '/swap?chainId=2046399126',
},
{
source: '/swap/cross-chain:path*',
permanent: true,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"lodash.zip": "4.2.0",
"ms": "2.1.3",
"nanoid": "4.0.0",
"next": "14.2.11",
"next": "14.2.13",
"next-themes": "0.2.1",
"octokit": "2.1.0",
"petra-plugin-wallet-adapter": "0.4.5",
Expand Down
18 changes: 0 additions & 18 deletions apps/web/src/app/(evm)/(trade)/header.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions apps/web/src/app/(evm)/(trade)/layout.tsx

This file was deleted.

85 changes: 0 additions & 85 deletions apps/web/src/app/(evm)/[chainId]/(positions)/layout.tsx

This file was deleted.

77 changes: 0 additions & 77 deletions apps/web/src/app/(evm)/[chainId]/explore/layout.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions apps/web/src/app/(evm)/[chainId]/header.tsx

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading