presenton/electron/servers/nextjs
sudipnext 1141719da6 Enhance authentication UI and improve chart rendering
- Updated the success and state mismatch HTML pages in openai_codex.py for a better user experience during authentication, including new styles and auto-reload functionality.
- Modified ChartWithBulletsSlideLayout.tsx to disable animations for various chart components and adjusted the layout for better responsiveness.
2026-03-15 14:08:21 +05:45
..
app Enhance authentication UI and improve chart rendering 2026-03-15 14:08:21 +05:45
components feat: enhance image handling in FastAPI and Next.js with web-safe URLs 2026-03-13 13:34:25 +05:45
cypress updated 2026-02-20 12:02:23 +05:45
lib updated 2026-02-20 12:02:23 +05:45
models updated 2026-02-20 12:02:23 +05:45
public updated 2026-02-20 12:02:23 +05:45
store updated 2026-02-20 12:02:23 +05:45
types feat: integrate Codex OAuth flow and enhance user configuration 2026-02-28 09:08:10 +05:45
utils feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
components.json updated 2026-02-20 12:02:23 +05:45
cypress.config.ts updated 2026-02-20 12:02:23 +05:45
next-env.d.ts updated 2026-02-20 12:02:23 +05:45
next.config.mjs feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
package-lock.json updated 2026-02-20 12:02:23 +05:45
package.json updated 2026-02-20 12:02:23 +05:45
postcss.config.mjs updated 2026-02-20 12:02:23 +05:45
README.md updated 2026-02-20 12:02:23 +05:45
tailwind.config.ts updated 2026-02-20 12:02:23 +05:45
tsconfig.json updated 2026-02-20 12:02:23 +05:45
tsconfig.tsbuildinfo updated 2026-02-20 12:02:23 +05:45

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.