Skip to content

feat(frontend): add pause and resume action buttons to ScheduleCard for grantor #281

Description

@libby-coder

Problem

The pause/resume contract functions are implemented but there is no UI surface for them. Grantors cannot pause a schedule from the dashboard.

What to add

When isGrantor && !schedule.revoked:

  • If not paused: show a "Pause" button that calls pause_schedule and refreshes.
  • If paused: show a "Resume" button that calls resume_schedule.

Include a confirmation modal similar to the existing RevokeModal.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programenhancementNew feature or requestfrontendNext.js / TypeScript UI

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions