mirror of
https://github.com/run-llama/template-workflow-basic-ui.git
synced 2026-07-21 11:55:24 -04:00
[PR #2] [MERGED] Simplify basic ui starter to single page, and slim down the workflow further #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:modernize📝 Commits (1)
e1773aeSimplify 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.