[codex] feat(dashboard): add Settings tab#227
Conversation
|
There was a problem hiding this comment.
💡 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".
61097bd to
298727a
Compare
3e5988f to
51e486a
Compare
Summary
GET /api/settingsplus validatedPATCH /api/settings/projectandPATCH /api/settings/userendpoints.Verification
cargo fmt --checkcd dashboard && npm run buildcd dashboard && npm run testTMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-dashboard-settings-master cargo checkTMPDIR=/tmp CARGO_TARGET_DIR=/tmp/tracedecay-target-dashboard-settings-master cargo test --test dashboard_api_test --no-fail-fastNote:
TMPDIR=/tmpavoids this runner's missing/scratch/tmpdefault during Rust/C compiler temp-file creation.