OpenClawDashboard/dashboard
Mannu 6127b6de24 feat: add /positions dashboard page with live P&L stats and table
- New /api/positions route proxies to angel.manohargupta.com (positions + pnl-history)
- Positions page: 4 stat cards (total/unrealised/realised/open count), open table, closed-today table
- Auto-refreshes every 30s; manual refresh triggers force-poll on tracker
- Add Positions nav item to app-sidebar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 09:40:56 +05:30
..
public feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
src feat: add /positions dashboard page with live P&L stats and table 2026-06-06 09:40:56 +05:30
.gitignore feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
components.json feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
eslint.config.mjs feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
next.config.ts feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
package-lock.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
package.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
postcss.config.mjs feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
README.md feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30
tsconfig.json feat: initial commit with dashboard, docs, and configurations 2026-02-10 20:54:37 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.