Skip to content

Conversation

@dataforxyz
Copy link

  • What kind of change does this PR introduce?
    Feature – exposes the current app version in the Settings page by wiring the build/version metadata through Next.js.
  • Why was this change needed?
    The Settings screen lacked visibility into which build was deployed, making debugging and support harder. By threading the version through NEXT_PUBLIC_APP_VERSION (reading from version.txt or an env var) and rendering it in Global Settings, support and QA can confirm the exact build without external tooling. No related GitHub issue reference was provided.
  • Other information:
    No prior discussions were needed; this is a contained UI enhancement. Future follow-up could include surfacing the version in more discovery-friendly areas (e.g., footer) or linking to release notes, but that’s out of scope here.
  • Checklist:

@vercel
Copy link

vercel bot commented Nov 26, 2025

@dataforxyz is attempting to deploy a commit to the Listinai Team on Vercel.

A member of the Team first needs to authorize it.

…hing

- Add attempt counter with 60 attempts max (10 minute timeout)
- Add detailed logging for each status check attempt
- Add logging for PUBLISH_COMPLETE, SEND_TO_USER_INBOX, and FAILED states
- Add timeout error handling with informative error message
- Improve logging in the post endpoint call with endpoint, request body, and response details
- Reorganize and format request body for better readability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Add DOCKER_SETUP.md with three Docker Compose options (infrastructure only, single container, and full stack)
- Add Dockerfile.dev-single for development with all services in one container
- Add Dockerfile.devcontainer for development container setup
- Add MIGRATE_TIKTOK.md with TikTok integration migration instructions
- Add docker-compose.full.yaml for full stack in separate containers
- Add docker-compose.single.yaml for single container development (matches production pattern)
- Add migration utility scripts for TikTok integration database sync
  - migrate-tiktok-integration.ts: TypeScript utility for migrating between databases
  - export-tiktok-integration.sql: SQL export template
  - import-tiktok-integration.sql: SQL import template

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
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