Conversation
* feat(tradinggoose): refresh landing and changelog surfaces Co-authored-by: Codex <codex@openai.com> * docs: update discord invite references Co-authored-by: Codex <codex@openai.com> * docs: regenerate localized docs and generator Co-authored-by: Codex <codex@openai.com> * docs: wire the modular docs generator Co-authored-by: Codex <codex@openai.com> * feat(tradinggoose): add newsletter signup and hosted landing refresh Co-authored-by: Codex <codex@openai.com> * refactor(tradinggoose): consolidate shared widget utilities and copilot widget Co-authored-by: Codex <codex@openai.com> * build(workspace): update package manifests and lockfile Co-authored-by: Codex <codex@openai.com> * build(docs): regenerate docs site and generators Co-authored-by: Codex <codex@openai.com> * feat(landing): refresh landing previews and market listings Co-authored-by: Codex <codex@openai.com> * fix(workflow): resolve trigger and subflow handling Co-authored-by: Codex <codex@openai.com> * refactor(settings): fold general settings into account Co-authored-by: Codex <codex@openai.com> * build(app): harden env loading and telemetry defaults Co-authored-by: Codex <codex@openai.com> * chore(workspace): ignore codex and trigger artifacts Co-authored-by: Codex <codex@openai.com> * fix(changelog): update release links to current repo Co-authored-by: Codex <codex@openai.com> * style(tradinggoose): format tsconfig path mappings Co-authored-by: Codex <codex@openai.com> * ci(workflows): add release, ci, and staging reset workflows Co-authored-by: Codex <codex@openai.com> * build(next): upgrade workspace to Next 16 Co-authored-by: Codex <codex@openai.com> * fix(auth): support change-email verification flow Co-authored-by: Codex <codex@openai.com> * fix(tradinggoose): tighten helper typings Co-authored-by: Codex <codex@openai.com> * fix(tradinggoose): update build configuration and adjust Turbo tasks dependencies * fix(docs): update build script to use NODE_OPTIONS for memory allocation * fix(docs): add outputFileTracingIncludes configuration for content tracing * fix(docs): correct outputFileTracingIncludes pattern and update build script to use webpack * chore: update packageManager to bun@1.3.11 * feat: add dynamic export for static rendering in page component * fix: remove force-static export and clean up page component * fix: update build script to remove webpack flag for consistency * fix: update URLs in environment and proxy files to use preview domain * refactor: improve button styles and update hosted environment checks --------- Co-authored-by: Codex <codex@openai.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refresh the landing and docs experience, regenerate localized docs, and tighten hosted-mode serving so footer assets and public root files are accessible. This branch also consolidates shared widget code, updates workflows and build config, and fixes a few app-level integration points.
Fixes #(issue)
Type of Change
Checklist