fix(host-editor): show download for selected remote path #740
No reviewers
Labels
No labels
E2E Failure
area:agent
area:audit-log
area:auth
area:authz
area:ci
area:crypto
area:db
area:docker
area:headers
area:ingest
area:ldap
area:rate-limit
area:ssrf
area:supply-chain
area:terminal
autorelease: pending
autorelease: tagged
bug
claude-working
documentation
duplicate
enhancement
good first issue
help wanted
invalid
priority: critical
priority: high
priority: low
priority: medium
question
security
sev:critical
sev:high
sev:info
sev:low
sev:medium
tests-required
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carrtech/ct-ops!740
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/host-editor-selected-download"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary\n- add a Remote files toolbar download action for the currently selected path\n- keep the open-file download action working by passing the opened path explicitly\n- add a Host Editor panel regression test for the selected-path download button\n\n## Validation\n- node --test apps/web/lib/host-editor/panel-ui.test.mjs\n- pnpm --dir apps/web type-check\n- pnpm --dir apps/web lint\n- pnpm --dir apps/web test:unit\n- BETTER_AUTH_URL=http://localhost:3000 DATABASE_URL=postgresql://ctops:ctops@localhost:5432/ctops pnpm --dir apps/web build\n\nCompanion docs PR: carrtech/website#56