Skip to content

Update env_vars README to match current file layout#9407

Merged
captainsafia merged 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/env-vars-readme-paths
Apr 30, 2026
Merged

Update env_vars README to match current file layout#9407
captainsafia merged 1 commit intowarpdotdev:masterfrom
anshul-garg27:fix/env-vars-readme-paths

Conversation

@anshul-garg27
Copy link
Copy Markdown
Contributor

Description

The env_vars README ("up-to-date as of 6/26/2024") still references three filenames that have moved or been renamed in the meantime. The prose description of each file still matches the actual contents — only the filenames changed.

README path Actual path
`app/src/server/update_manager.rs` `app/src/server/cloud_objects/update_manager.rs`
`command_dialog/view.rs` `command_dialog/command_dialog_view.rs`
`section_headers_and_footers.rs` `fixed_view_components.rs` (still defines `render_trash_banner` and `render_save_button`)

I deliberately left the rest of the README alone — the other paths it points at all still exist (verified locally with `test -f`).

Testing

Markdown only — nothing to run.

Server API

No server changes.

Agent Mode

Not applicable.

Changelog Entries

None.

Three files referenced in the env_vars README have been moved or renamed
since the doc was last updated (the README itself notes "up-to-date as of
6/26/2024"):

- update_manager.rs lives under server/cloud_objects/, not server/
- command_dialog/view.rs is now command_dialog/command_dialog_view.rs
- section_headers_and_footers.rs is now fixed_view_components.rs

The descriptions still match the actual file contents — only the
filenames changed.
@cla-bot cla-bot Bot added the cla-signed label Apr 29, 2026
@oz-for-oss
Copy link
Copy Markdown
Contributor

oz-for-oss Bot commented Apr 29, 2026

@anshul-garg27

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I approved this pull request. No matching stakeholder was found for the changed files, so no human reviewers were requested.

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Copy link
Copy Markdown
Contributor

@oz-for-oss oz-for-oss Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR updates stale file path references in app/src/env_vars/README.md to match the current source layout for server update management and env var UI files.

Concerns

  • No blocking concerns found.
  • Security pass: this is a markdown-only documentation update and does not introduce security-impacting behavior.

Verdict

Found: 0 critical, 0 important, 0 suggestions

Approve

Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@captainsafia captainsafia merged commit 33c4860 into warpdotdev:master Apr 30, 2026
31 checks passed
@captainsafia captainsafia added the external-contributor Indicates that a PR has been opened by someone outside the Warp team. label Apr 30, 2026 — with Warp Dev Github Integration
wolverine2k pushed a commit to wolverine2k/warp that referenced this pull request May 5, 2026
### Description

The env_vars README ("up-to-date as of 6/26/2024") still references
three filenames that have moved or been renamed in the meantime. The
prose description of each file still matches the actual contents — only
the filenames changed.

| README path | Actual path |
|---|---|
| \`app/src/server/update_manager.rs\` |
\`app/src/server/cloud_objects/update_manager.rs\` |
| \`command_dialog/view.rs\` | \`command_dialog/command_dialog_view.rs\`
|
| \`section_headers_and_footers.rs\` | \`fixed_view_components.rs\`
(still defines \`render_trash_banner\` and \`render_save_button\`) |

I deliberately left the rest of the README alone — the other paths it
points at all still exist (verified locally with \`test -f\`).

### Testing

Markdown only — nothing to run.

### Server API

No server changes.

### Agent Mode

Not applicable.

### Changelog Entries

None.

Co-authored-by: anshul-garg27 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed external-contributor Indicates that a PR has been opened by someone outside the Warp team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants