Skip to content

Update delete camera wording #1839

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update delete camera wording #1839

wants to merge 1 commit into from

Conversation

mcm001
Copy link
Contributor

@mcm001 mcm001 commented Mar 22, 2025

Description

Clarify that deleting camera settings only deletes that camera's settings

Closes #1838

Meta

Merge checklist:

  • Pull Request title is short, imperative summary of proposed changes
  • The description documents the what and why
  • If this PR changes behavior or adds a feature, user documentation is updated
  • If this PR touches photon-serde, all messages have been regenerated and hashes have not changed unexpectedly
  • If this PR touches configuration, this is backwards compatible with settings back to v2024.3.1
  • If this PR addresses a bug, a regression test for it is added

@mcm001 mcm001 requested a review from a team as a code owner March 22, 2025 16:37
@mcm001 mcm001 enabled auto-merge (squash) March 22, 2025 16:37
@@ -222,7 +222,7 @@ const wrappedCameras = computed<SelectItem[]>(() =>
<v-card-text>
<v-row class="align-center pt-6">
<v-col cols="12" md="6">
<span class="white--text"> This will delete ALL OF YOUR SETTINGS and restart PhotonVision. </span>
<span class="white--text"> This will delete all settings, including calibration data. Are you sure? </span>
Copy link
Member

Choose a reason for hiding this comment

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

There's also a backup settings button a bit down, could we change that to back up the calibrations?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We can -- it would be more involved, and not really a kind of zip file people are familiar with. I'm worried having a "full settings zip" and "zip full of calibrations" is confusing

We could instead show a list of cal JSONs to export?

Or just, a hyperlink to the camera settings page?

Copy link
Member

Choose a reason for hiding this comment

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

Either of those sound reasonable to me

@mcm001 mcm001 disabled auto-merge March 22, 2025 16:45
@samfreund samfreund added the frontend Having to do with PhotonClient and its related items label Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Having to do with PhotonClient and its related items
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deleting a camera gives wrong message
3 participants