[PR #2] [MERGED] Simplify basic ui starter to single page, and slim down the workflow further #2

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/template-workflow-basic-ui/pull/2
Author: @adrianlyjak
Created: 9/16/2025
Status: Merged
Merged: 9/16/2025
Merged by: @adrianlyjak

Base: mainHead: modernize


📝 Commits (1)

  • e1773ae Simplify basic ui starter

📊 Changes

18 files changed (+212 additions, -2665 deletions)

View changed files

📝 .gitignore (+2 -0)
.gitignore.jinja (+2 -0)
.gitignore.template (+2 -0)
📝 README.md (+6 -3)
📝 pyproject.toml (+10 -8)
📝 src/app/__init__.py (+0 -0)
src/app/workflow.py (+33 -0)
src/quick_start/workflow.py (+0 -37)
📝 ui/package.json (+1 -0)
ui/pnpm-lock.yaml (+0 -2125)
📝 ui/src/App.tsx (+14 -7)
📝 ui/src/index.css (+55 -3)
📝 ui/src/main.tsx (+3 -6)
ui/src/pages/Confetti.tsx (+0 -51)
📝 ui/src/pages/Home.tsx (+82 -124)
📝 ui/src/vite-env.d.ts (+0 -2)
📝 ui/vite.config.ts (+2 -0)
uv.lock (+0 -299)

📄 Description

image

🔄 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/run-llama/template-workflow-basic-ui/pull/2 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 9/16/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@adrianlyjak](https://github.com/adrianlyjak) **Base:** `main` ← **Head:** `modernize` --- ### 📝 Commits (1) - [`e1773ae`](https://github.com/run-llama/template-workflow-basic-ui/commit/e1773ae3aa17fffa956ae80db2a43771a66dfac0) Simplify basic ui starter ### 📊 Changes **18 files changed** (+212 additions, -2665 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `.gitignore.jinja` (+2 -0) ➕ `.gitignore.template` (+2 -0) 📝 `README.md` (+6 -3) 📝 `pyproject.toml` (+10 -8) 📝 `src/app/__init__.py` (+0 -0) ➕ `src/app/workflow.py` (+33 -0) ➖ `src/quick_start/workflow.py` (+0 -37) 📝 `ui/package.json` (+1 -0) ➖ `ui/pnpm-lock.yaml` (+0 -2125) 📝 `ui/src/App.tsx` (+14 -7) 📝 `ui/src/index.css` (+55 -3) 📝 `ui/src/main.tsx` (+3 -6) ➖ `ui/src/pages/Confetti.tsx` (+0 -51) 📝 `ui/src/pages/Home.tsx` (+82 -124) 📝 `ui/src/vite-env.d.ts` (+0 -2) 📝 `ui/vite.config.ts` (+2 -0) ➖ `uv.lock` (+0 -299) </details> ### 📄 Description <img width="1515" height="769" alt="image" src="https://github.com/user-attachments/assets/17ba0abb-ccaf-4ea2-b161-1f286118a3e8" /> --- <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 00:20:18 -05:00
yindo closed this issue 2026-02-16 00:20:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/template-workflow-basic-ui#2