Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
070143b
feat: inline Solana exec quality into /apps hub, remove /apps/exec su…
Flotapponnier Aug 15, 2026
8d6f8c9
inline exec quality into /apps, delete /apps/exec (#1951)
Flotapponnier Aug 15, 2026
292faaa
fix: guard data.platforms spread in ExecBenchTable against null
Flotapponnier Aug 15, 2026
487b356
fix: guard data.platforms in ExecBenchTable (#1952)
Flotapponnier Aug 15, 2026
f4bff2b
fix: remove emojis and Solana exec section from /apps hub
Flotapponnier Aug 15, 2026
41cf3fe
fix: remove Solana exec section and emojis from /apps (merge resolved)
Flotapponnier Aug 15, 2026
cbb8190
fix: remove emojis and exec section from /apps (#1954)
Flotapponnier Aug 15, 2026
a533ecd
fix: no emoji no exec section on /apps (conflict resolved)
Flotapponnier Aug 15, 2026
eea1f37
remove /apps page, libs, components — redirect /apps to /benchmarks
Flotapponnier Aug 15, 2026
c71c27c
merge dev, keep apps page deleted
Flotapponnier Aug 15, 2026
7dab36e
remove /apps page and all associated libs (#1957)
Flotapponnier Aug 15, 2026
b48ee4c
merge main, keep deletions
Flotapponnier Aug 15, 2026
237d7f7
feat: add /trading-apps hub linking all 8 trading-app benches
Flotapponnier Aug 15, 2026
aa25dc5
merge dev, resolve redirect conflict
Flotapponnier Aug 15, 2026
dbbf2c5
feat: /trading-apps hub page (#1958)
Flotapponnier Aug 15, 2026
a1d659a
feat: rebuild /trading-apps as rich hub with live KPIs, product grid,…
Flotapponnier Aug 15, 2026
f5c83df
merge dev, keep rich trading-apps hub
Flotapponnier Aug 15, 2026
93b6f38
Merge pull request #1959 from ChainBench/feat/trading-apps-hub
Flotapponnier Aug 15, 2026
b0534f8
merge main, keep /apps -> /trading-apps redirect
Flotapponnier Aug 15, 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
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const nextConfig: NextConfig = {
},
{
source: "/apps",
destination: "/benchmarks",
destination: "/trading-apps",
permanent: true,
},
...chainRedirects,
Expand Down
Loading
Loading