Skip to content

Feature/improve quality#2

Merged
IAnMove merged 9 commits into
developmentfrom
feature/improve_quality
Apr 11, 2026
Merged

Feature/improve quality#2
IAnMove merged 9 commits into
developmentfrom
feature/improve_quality

Conversation

@IAnMove
Copy link
Copy Markdown
Owner

@IAnMove IAnMove commented Apr 11, 2026

No description provided.

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: 7188c66795

ℹ️ 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 on lines +174 to +178
export function applyPromptTemplate(selectEl) {
const val = selectEl.value;
if (!val) return;
const large = document.getElementById('tex-gen-prompt-full');
if (large) large.value = val;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Sync template prompt into active AI generator input

Selecting a suggested prompt in the AI Texture modal does not actually affect generation unless the user manually opens/closes the expanded editor first. applyPromptTemplate only writes to #tex-gen-prompt-full, but texGenerate reads #tex-gen-prompt, so clicking GENERATE right after choosing a template still sees an empty prompt and fails with "Enter a prompt first".

Useful? React with 👍 / 👎.

@IAnMove IAnMove merged commit 4ded531 into development Apr 11, 2026
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