Skip to content

[codex] feat(dashboard): add Settings tab#227

Merged
ScriptedAlchemy merged 4 commits into
masterfrom
codex/dashboard-settings-page
Jul 2, 2026
Merged

[codex] feat(dashboard): add Settings tab#227
ScriptedAlchemy merged 4 commits into
masterfrom
codex/dashboard-settings-page

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

  • Add a Settings dashboard plugin with project indexing, user upload/watch, automation summary, environment, storage, and version sections.
  • Add aggregated GET /api/settings plus validated PATCH /api/settings/project and PATCH /api/settings/user endpoints.
  • Wire the plugin into dashboard build/assets/capabilities and document the Settings API.

Verification

  • cargo fmt --check
  • cd dashboard && npm run build
  • cd dashboard && npm run test
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-dashboard-settings-master cargo check
  • TMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-dashboard-settings-master cargo test --test dashboard_api_test --no-fail-fast

Note: TMPDIR=/tmp avoids this runner's missing /scratch/tmp default during Rust/C compiler temp-file creation.

@changeset-bot

changeset-bot Bot commented Jul 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: ba594c6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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

Copy link
Copy Markdown

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: 61097bd53e

ℹ️ 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 src/dashboard/assets.rs
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/dashboard-settings-page branch from 61097bd to 298727a Compare July 2, 2026 09:07
@ScriptedAlchemy ScriptedAlchemy force-pushed the codex/dashboard-settings-page branch from 3e5988f to 51e486a Compare July 2, 2026 09:43
@ScriptedAlchemy ScriptedAlchemy merged commit b59da31 into master Jul 2, 2026
14 checks passed
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