From 3b0ad24f46eaae737a4ffd2f48cd8fd60093d752 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 28 Feb 2025 11:37:10 -0700 Subject: [PATCH] fix: reset case-sensitive folder names --- .../{Buttons => buttons}/SaveDashboardToCollectionButton.tsx | 0 .../{Buttons => buttons}/SaveMetricToCollectionButton.tsx | 0 .../features/{Buttons => buttons}/SaveMetricToDashboardButton.tsx | 0 web/src/components/features/{Buttons => buttons}/ShareButton.tsx | 0 .../features/{Buttons => buttons}/ShareDashboardButton.tsx | 0 .../features/{Buttons => buttons}/ShareMetricButton.tsx | 0 .../{Dropdowns => dropdowns}/SaveToCollectionsDropdown.tsx | 0 .../features/{Dropdowns => dropdowns}/SaveToDashboardDropdown.tsx | 0 web/src/components/features/{Lists => lists}/FavoriteStar.tsx | 0 web/src/components/features/{Lists => lists}/ListUserItem.tsx | 0 .../components/features/{Lists => lists}/StatusBadgeIndicator.tsx | 0 web/src/components/features/{Lists => lists}/index.ts | 0 web/src/components/features/{Modals => modals}/AddTypeModal.tsx | 0 .../components/features/{Modals => modals}/InvitePeopleModal.tsx | 0 .../components/features/{Modals => modals}/NewCollectionModal.tsx | 0 .../components/features/{Modals => modals}/NewDatasetModal.tsx | 0 web/src/components/features/{Modals => modals}/NewTeamModal.tsx | 0 web/src/components/features/{Modals => modals}/NewTermModal.tsx | 0 web/src/components/features/{Modals => modals}/SupportModal.tsx | 0 .../components/features/{Popups => popups}/SaveResetFilePopup.tsx | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename web/src/components/features/{Buttons => buttons}/SaveDashboardToCollectionButton.tsx (100%) rename web/src/components/features/{Buttons => buttons}/SaveMetricToCollectionButton.tsx (100%) rename web/src/components/features/{Buttons => buttons}/SaveMetricToDashboardButton.tsx (100%) rename web/src/components/features/{Buttons => buttons}/ShareButton.tsx (100%) rename web/src/components/features/{Buttons => buttons}/ShareDashboardButton.tsx (100%) rename web/src/components/features/{Buttons => buttons}/ShareMetricButton.tsx (100%) rename web/src/components/features/{Dropdowns => dropdowns}/SaveToCollectionsDropdown.tsx (100%) rename web/src/components/features/{Dropdowns => dropdowns}/SaveToDashboardDropdown.tsx (100%) rename web/src/components/features/{Lists => lists}/FavoriteStar.tsx (100%) rename web/src/components/features/{Lists => lists}/ListUserItem.tsx (100%) rename web/src/components/features/{Lists => lists}/StatusBadgeIndicator.tsx (100%) rename web/src/components/features/{Lists => lists}/index.ts (100%) rename web/src/components/features/{Modals => modals}/AddTypeModal.tsx (100%) rename web/src/components/features/{Modals => modals}/InvitePeopleModal.tsx (100%) rename web/src/components/features/{Modals => modals}/NewCollectionModal.tsx (100%) rename web/src/components/features/{Modals => modals}/NewDatasetModal.tsx (100%) rename web/src/components/features/{Modals => modals}/NewTeamModal.tsx (100%) rename web/src/components/features/{Modals => modals}/NewTermModal.tsx (100%) rename web/src/components/features/{Modals => modals}/SupportModal.tsx (100%) rename web/src/components/features/{Popups => popups}/SaveResetFilePopup.tsx (100%) diff --git a/web/src/components/features/Buttons/SaveDashboardToCollectionButton.tsx b/web/src/components/features/buttons/SaveDashboardToCollectionButton.tsx similarity index 100% rename from web/src/components/features/Buttons/SaveDashboardToCollectionButton.tsx rename to web/src/components/features/buttons/SaveDashboardToCollectionButton.tsx diff --git a/web/src/components/features/Buttons/SaveMetricToCollectionButton.tsx b/web/src/components/features/buttons/SaveMetricToCollectionButton.tsx similarity index 100% rename from web/src/components/features/Buttons/SaveMetricToCollectionButton.tsx rename to web/src/components/features/buttons/SaveMetricToCollectionButton.tsx diff --git a/web/src/components/features/Buttons/SaveMetricToDashboardButton.tsx b/web/src/components/features/buttons/SaveMetricToDashboardButton.tsx similarity index 100% rename from web/src/components/features/Buttons/SaveMetricToDashboardButton.tsx rename to web/src/components/features/buttons/SaveMetricToDashboardButton.tsx diff --git a/web/src/components/features/Buttons/ShareButton.tsx b/web/src/components/features/buttons/ShareButton.tsx similarity index 100% rename from web/src/components/features/Buttons/ShareButton.tsx rename to web/src/components/features/buttons/ShareButton.tsx diff --git a/web/src/components/features/Buttons/ShareDashboardButton.tsx b/web/src/components/features/buttons/ShareDashboardButton.tsx similarity index 100% rename from web/src/components/features/Buttons/ShareDashboardButton.tsx rename to web/src/components/features/buttons/ShareDashboardButton.tsx diff --git a/web/src/components/features/Buttons/ShareMetricButton.tsx b/web/src/components/features/buttons/ShareMetricButton.tsx similarity index 100% rename from web/src/components/features/Buttons/ShareMetricButton.tsx rename to web/src/components/features/buttons/ShareMetricButton.tsx diff --git a/web/src/components/features/Dropdowns/SaveToCollectionsDropdown.tsx b/web/src/components/features/dropdowns/SaveToCollectionsDropdown.tsx similarity index 100% rename from web/src/components/features/Dropdowns/SaveToCollectionsDropdown.tsx rename to web/src/components/features/dropdowns/SaveToCollectionsDropdown.tsx diff --git a/web/src/components/features/Dropdowns/SaveToDashboardDropdown.tsx b/web/src/components/features/dropdowns/SaveToDashboardDropdown.tsx similarity index 100% rename from web/src/components/features/Dropdowns/SaveToDashboardDropdown.tsx rename to web/src/components/features/dropdowns/SaveToDashboardDropdown.tsx diff --git a/web/src/components/features/Lists/FavoriteStar.tsx b/web/src/components/features/lists/FavoriteStar.tsx similarity index 100% rename from web/src/components/features/Lists/FavoriteStar.tsx rename to web/src/components/features/lists/FavoriteStar.tsx diff --git a/web/src/components/features/Lists/ListUserItem.tsx b/web/src/components/features/lists/ListUserItem.tsx similarity index 100% rename from web/src/components/features/Lists/ListUserItem.tsx rename to web/src/components/features/lists/ListUserItem.tsx diff --git a/web/src/components/features/Lists/StatusBadgeIndicator.tsx b/web/src/components/features/lists/StatusBadgeIndicator.tsx similarity index 100% rename from web/src/components/features/Lists/StatusBadgeIndicator.tsx rename to web/src/components/features/lists/StatusBadgeIndicator.tsx diff --git a/web/src/components/features/Lists/index.ts b/web/src/components/features/lists/index.ts similarity index 100% rename from web/src/components/features/Lists/index.ts rename to web/src/components/features/lists/index.ts diff --git a/web/src/components/features/Modals/AddTypeModal.tsx b/web/src/components/features/modals/AddTypeModal.tsx similarity index 100% rename from web/src/components/features/Modals/AddTypeModal.tsx rename to web/src/components/features/modals/AddTypeModal.tsx diff --git a/web/src/components/features/Modals/InvitePeopleModal.tsx b/web/src/components/features/modals/InvitePeopleModal.tsx similarity index 100% rename from web/src/components/features/Modals/InvitePeopleModal.tsx rename to web/src/components/features/modals/InvitePeopleModal.tsx diff --git a/web/src/components/features/Modals/NewCollectionModal.tsx b/web/src/components/features/modals/NewCollectionModal.tsx similarity index 100% rename from web/src/components/features/Modals/NewCollectionModal.tsx rename to web/src/components/features/modals/NewCollectionModal.tsx diff --git a/web/src/components/features/Modals/NewDatasetModal.tsx b/web/src/components/features/modals/NewDatasetModal.tsx similarity index 100% rename from web/src/components/features/Modals/NewDatasetModal.tsx rename to web/src/components/features/modals/NewDatasetModal.tsx diff --git a/web/src/components/features/Modals/NewTeamModal.tsx b/web/src/components/features/modals/NewTeamModal.tsx similarity index 100% rename from web/src/components/features/Modals/NewTeamModal.tsx rename to web/src/components/features/modals/NewTeamModal.tsx diff --git a/web/src/components/features/Modals/NewTermModal.tsx b/web/src/components/features/modals/NewTermModal.tsx similarity index 100% rename from web/src/components/features/Modals/NewTermModal.tsx rename to web/src/components/features/modals/NewTermModal.tsx diff --git a/web/src/components/features/Modals/SupportModal.tsx b/web/src/components/features/modals/SupportModal.tsx similarity index 100% rename from web/src/components/features/Modals/SupportModal.tsx rename to web/src/components/features/modals/SupportModal.tsx diff --git a/web/src/components/features/Popups/SaveResetFilePopup.tsx b/web/src/components/features/popups/SaveResetFilePopup.tsx similarity index 100% rename from web/src/components/features/Popups/SaveResetFilePopup.tsx rename to web/src/components/features/popups/SaveResetFilePopup.tsx