OpenClawDashboard/dashboard
Manohar 572418f0ea feat(dashboard): live Telegram thread mirror on homepage
- /api/chat/telegram-thread proxy (token stays server-side)
- TelegramThreadCard rewrite: scrollable full history, 'Load older'
  cursor pagination, 15s polling with referential-equality short-circuit,
  scroll-anchored prepends, auto-stick to bottom only when already there
2026-06-10 02:47:03 +00:00
..
public chore: save working state before bind-mount setup (pre tiger write access) 2026-04-25 20:05:51 +00:00
src feat(dashboard): live Telegram thread mirror on homepage 2026-06-10 02:47:03 +00:00
.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
lib_smoke.ts chore: save working state before bind-mount setup (pre tiger write access) 2026-04-25 20:05:51 +00:00
next.config.ts chore: sync pre-existing uncommitted work from migration era 2026-04-18 19:10:47 +00:00
package-lock.json chore(dashboard): dependency updates 2026-06-05 19:49:23 +00:00
package.json chore(dashboard): dependency updates 2026-06-05 19:49:23 +00:00
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.