Skip to content

fix: persist custom_prompt and replace autosave with save button#432

Merged
Movm merged 3 commits intomasterfrom
refactor/unified-custom-prompt-cleanup
Jan 30, 2026
Merged

fix: persist custom_prompt and replace autosave with save button#432
Movm merged 3 commits intomasterfrom
refactor/unified-custom-prompt-cleanup

Conversation

@Movm
Copy link
Copy Markdown
Collaborator

@Movm Movm commented Jan 30, 2026

Summary

  • Fix getProfile() to include custom_prompt in the returned profile data (was silently dropped on page reload)
  • Replace unreliable autosave with an explicit Save button (btn-primary) for the custom prompt field
  • Track dirty state so the button only appears when the prompt has unsaved changes
  • Gitignore Remotion build output, bump tar override

Test plan

  • Open profile, enter a custom prompt, click "Speichern" — confirm it persists after page reload
  • Verify the Save button only appears when the prompt text differs from the saved value
  • Confirm name/email/username fields still autosave as before

Movm added 3 commits January 30, 2026 03:14
…utton

- Include custom_prompt in getProfile() response (was silently dropped)
- Replace autosave with explicit Save button for custom_prompt
- Track dirty state so button only shows when prompt has unsaved changes
@Movm Movm merged commit 72af00f into master Jan 30, 2026
7 of 8 checks passed
@Movm Movm deleted the refactor/unified-custom-prompt-cleanup branch March 10, 2026 16:15
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