Skip to content

feat(webapp): vendor vouch-ui console with delete/clear/archive ui#446

Merged
plind-junior merged 1 commit into
testfrom
feat/webapp-delete-clear
Jul 9, 2026
Merged

feat(webapp): vendor vouch-ui console with delete/clear/archive ui#446
plind-junior merged 1 commit into
testfrom
feat/webapp-delete-clear

Conversation

@plind-junior

Copy link
Copy Markdown
Member

adds the vouch-ui react/vite console under webapp/ (vendored from vouchdev/webApp), carrying the new artifact-management ui:

  • per-artifact delete: a capability-gated DeleteArtifactButton files kb.propose_delete from the drawer + claims panel
  • pending: renders the delete proposal kind readably and adds a clear-queue action that rejects all pending with one reason
  • claims: archive + supersede actions (ClaimLifecycleActions), and archived claims are hidden from the claims list so archive visibly removes them

the delete/archive/supersede actions are capability-gated, so they stay hidden until the endpoint advertises the backend methods. gate green: tsc --noEmit, 127 vitest, vite build.

What changed

Why

What might break

VEP

Tests

  • make check passes locally (lint + mypy + pytest)
  • New / changed behaviour has a test
  • CHANGELOG.md updated under ## [Unreleased]

adds the vouch-ui react/vite console under webapp/ (vendored from
vouchdev/webApp), carrying the new artifact-management ui:

- per-artifact delete: a capability-gated DeleteArtifactButton files
  kb.propose_delete from the drawer + claims panel
- pending: renders the delete proposal kind readably and adds a
  clear-queue action that rejects all pending with one reason
- claims: archive + supersede actions (ClaimLifecycleActions), and
  archived claims are hidden from the claims list so archive visibly
  removes them

the delete/archive/supersede actions are capability-gated, so they stay
hidden until the endpoint advertises the backend methods. gate green:
tsc --noEmit, 127 vitest, vite build.
@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 8abbd5f1-5949-4515-803c-6e91c7db7537

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/webapp-delete-clear

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the size: XL 1000 or more changed non-doc lines label Jul 9, 2026
@plind-junior plind-junior merged commit ef4b6c9 into test Jul 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: XL 1000 or more changed non-doc lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant