TradingAgents/frontend
MarkLo be75949f65 fix(frontend): unify color scheme and fix K-line chart rendering
- Add gradient styles to workflow Card, Footer, and DownloadReports
- Simplify K-line chart implementation using BarChart with Cell coloring
- Fix TypeScript errors in chart components
- Ensure consistent visual design across all pages
2025-12-01 19:19:13 +08:00
..
app fix(frontend): unify color scheme and fix K-line chart rendering 2025-12-01 19:19:13 +08:00
components fix(frontend): unify color scheme and fix K-line chart rendering 2025-12-01 19:19:13 +08:00
context 2025-11-25 02:13:52 +08:00
hooks 2025-11-21 13:16:04 +08:00
lib 2025-11-25 17:03:17 +08:00
public 2025-11-29 00:19:17 +08:00
.dockerignore 2025-11-20 21:56:47 +08:00
.gitignore 2025-11-20 21:56:47 +08:00
Dockerfile 2025-11-21 22:52:52 +08:00
Dockerfile.railway 2025-11-22 01:26:09 +08:00
README.md 2025-11-20 21:56:47 +08:00
components.json 2025-11-20 21:56:47 +08:00
eslint.config.mjs 2025-11-20 21:56:47 +08:00
next.config.ts 2025-11-21 23:19:42 +08:00
package-lock.json 2025-12-01 01:54:44 +08:00
package.json 2025-11-21 07:25:16 +08:00
pnpm-lock.yaml 2025-11-21 07:25:16 +08:00
postcss.config.mjs 2025-11-20 21:56:47 +08:00
tsconfig.json 2025-11-20 21:56:47 +08:00

README.md

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.