Skip to content

fix: update sharing status label#1075

Open
girishpanchal30 wants to merge 1 commit intodevelopmentfrom
bugfix/1048
Open

fix: update sharing status label#1075
girishpanchal30 wants to merge 1 commit intodevelopmentfrom
bugfix/1048

Conversation

@girishpanchal30
Copy link
Contributor

Summary

Implemented a computed property to update the label of the sharing status.

Check before Pull Request is ready:

Closes #1048

@girishpanchal30 girishpanchal30 requested a review from Copilot March 16, 2026 14:34
@girishpanchal30 girishpanchal30 added the pr-checklist-skip Allow this Pull Request to skip checklist. label Mar 16, 2026
@pirate-bot pirate-bot added the pr-checklist-complete The Pull Request checklist is complete. (automatic label) label Mar 16, 2026
@pirate-bot
Copy link
Contributor

Plugin build for 5590da1 is ready 🛎️!

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Fixes the dashboard “Sharing Status” label not updating after Start/Stop actions by making the StatusBox title/description derived reactively from the label prop (instead of being computed once at component creation).

Changes:

  • Replaced data()-derived title/description with computed properties so the UI updates when label changes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +60 to +64
title() {
return this.label.split(':')[0]
},
description() {
return this.label.split(':')[1]
Comment on lines +59 to 66
computed: {
title() {
return this.label.split(':')[0]
},
description() {
return this.label.split(':')[1]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-checklist-complete The Pull Request checklist is complete. (automatic label) pr-checklist-skip Allow this Pull Request to skip checklist.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants