Skip to content

Feature/UI v2#4

Merged
folkadonis merged 3 commits into
mainfrom
feature/ui-v2
Mar 20, 2026
Merged

Feature/UI v2#4
folkadonis merged 3 commits into
mainfrom
feature/ui-v2

Conversation

@folkadonis
Copy link
Copy Markdown
Owner

No description provided.

@folkadonis folkadonis merged commit 2ec7de2 into main Mar 20, 2026
4 checks passed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b614c9ad07

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread pyproject.toml
Comment on lines 43 to 47
[tool.setuptools]
include-package-data = true

[tool.setuptools.package-data]
flowk = ["ui/v2/dist/**/*", "ui/v2/dist/*"]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Build the Vite bundle before packaging ui/v2/dist

These package-data entries only work if flowk/ui/v2/dist already exists, but that directory is ignored by flowk/ui/v2/.gitignore and is not present in this commit (git ls-tree only shows src/, public/, and index.html). I checked .github/workflows/publish.yml:16-21, and the release job still does only python -m build—there is no npm run build step to create dist first—so the published wheel/sdist will still omit the UI bundle. On a normal PyPI install, create_app() therefore won't find ui_dist, so this change doesn't actually fix shipping the / UI.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant