[PR #136] [CLOSED] Feature/nextjs config #173

Closed
opened 2026-02-16 10:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/136
Author: @bendusy
Created: 2/11/2025
Status: Closed

Base: mainHead: feature/nextjs-config


📝 Commits (4)

  • 1074110 feat: Update project structure and add core layout components
  • ed45b4c chore: Configure Next.js for standalone output and unoptimized images
  • 0ad6133 feat: Enhance lunar prediction page with comprehensive bazi analysis and user experience improvements
  • 94b9551 feat: Refactor lunar prediction page with enhanced user experience and detailed analysis

📊 Changes

29 files changed (+1839 additions, -90 deletions)

View changed files

📝 .env.example (+8 -6)
📝 .gitignore (+33 -0)
📝 .vscode/settings.json (+1 -1)
📝 Dockerfile (+51 -5)
📝 README.md (+243 -52)
📝 app/layout.tsx (+41 -2)
📝 app/page.tsx (+3 -13)
app/prediction/page.tsx (+556 -0)
📝 config/index.ts (+2 -2)
docker-entrypoint.sh (+24 -0)
jest.config.js (+13 -0)
middleware.ts (+17 -0)
📝 next.config.js (+4 -0)
📝 package.json (+15 -5)
public/_headers (+5 -0)
public/_routes.json (+5 -0)
service/bazi.ts (+49 -0)
service/logger.ts (+22 -0)
service/predict.ts (+202 -0)
📝 tailwind.config.js (+97 -2)

...and 9 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/136 **Author:** [@bendusy](https://github.com/bendusy) **Created:** 2/11/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/nextjs-config` --- ### 📝 Commits (4) - [`1074110`](https://github.com/langgenius/webapp-conversation/commit/107411051eb716a390d2ab8152df051d4e9127ee) feat: Update project structure and add core layout components - [`ed45b4c`](https://github.com/langgenius/webapp-conversation/commit/ed45b4c3606b61dae60fbb633a197d0c1b063e9c) chore: Configure Next.js for standalone output and unoptimized images - [`0ad6133`](https://github.com/langgenius/webapp-conversation/commit/0ad613399f6de1bcd2fbd91a2b6ddf506525e180) feat: Enhance lunar prediction page with comprehensive bazi analysis and user experience improvements - [`94b9551`](https://github.com/langgenius/webapp-conversation/commit/94b955125917d9543d7ca297c5a3e31aac121a9b) feat: Refactor lunar prediction page with enhanced user experience and detailed analysis ### 📊 Changes **29 files changed** (+1839 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+8 -6) 📝 `.gitignore` (+33 -0) 📝 `.vscode/settings.json` (+1 -1) 📝 `Dockerfile` (+51 -5) 📝 `README.md` (+243 -52) 📝 `app/layout.tsx` (+41 -2) 📝 `app/page.tsx` (+3 -13) ➕ `app/prediction/page.tsx` (+556 -0) 📝 `config/index.ts` (+2 -2) ➕ `docker-entrypoint.sh` (+24 -0) ➕ `jest.config.js` (+13 -0) ➕ `middleware.ts` (+17 -0) 📝 `next.config.js` (+4 -0) 📝 `package.json` (+15 -5) ➕ `public/_headers` (+5 -0) ➕ `public/_routes.json` (+5 -0) ➕ `service/bazi.ts` (+49 -0) ➕ `service/logger.ts` (+22 -0) ➕ `service/predict.ts` (+202 -0) 📝 `tailwind.config.js` (+97 -2) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:20 -05:00
yindo closed this issue 2026-02-16 10:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#173