From ca0923e27fd855d300b5e5f9ab0c0cfa3bb8d4a0 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Fri, 5 Dec 2025 03:35:13 -0600 Subject: [PATCH] Rename NetworkingCard.vue to GlobalSettingsCard.vue (#2215) ## Description In the UI, the title for this card is `Global Settings`. This more closely follows the UI. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_ - [ ] This PR has been [linted](https://docs.photonvision.org/en/latest/docs/contributing/linting.html). - [ ] 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 v2025.3.2 - [ ] If this PR touches pipeline settings or anything related to data exchange, the frontend typing is updated - [ ] If this PR addresses a bug, a regression test for it is added --- .../settings/{NetworkingCard.vue => GlobalSettingsCard.vue} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename photon-client/src/components/settings/{NetworkingCard.vue => GlobalSettingsCard.vue} (100%) diff --git a/photon-client/src/components/settings/NetworkingCard.vue b/photon-client/src/components/settings/GlobalSettingsCard.vue similarity index 100% rename from photon-client/src/components/settings/NetworkingCard.vue rename to photon-client/src/components/settings/GlobalSettingsCard.vue