Browse Source

ref: Import sentry/components/panels/panelTable directly, bypassing the barrel file (#52654)

This is in support of the 'remove barrel files' fe tsc proposal.

Related:
- https://github.com/getsentry/sentry/pull/52643
- https://github.com/getsentry/sentry/pull/52645
- https://github.com/getsentry/sentry/pull/52648
- https://github.com/getsentry/sentry/pull/52652
- https://github.com/getsentry/sentry/pull/52654 (you are here)
- https://github.com/getsentry/sentry/pull/52655
- https://github.com/getsentry/sentry/pull/52663
- https://github.com/getsentry/getsentry/pull/11094
- https://github.com/getsentry/sentry/pull/52668
Ryan Albrecht 1 year ago
parent
commit
46d038a528

+ 1 - 1
static/app/components/events/eventAttachments.tsx

@@ -14,7 +14,7 @@ import EventAttachmentActions from 'sentry/components/events/eventAttachmentActi
 import {EventDataSection} from 'sentry/components/events/eventDataSection';
 import FileSize from 'sentry/components/fileSize';
 import LoadingError from 'sentry/components/loadingError';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {t} from 'sentry/locale';
 import {IssueAttachment} from 'sentry/types';
 import {Event} from 'sentry/types/event';

+ 1 - 1
static/app/components/events/interfaces/breadcrumbs/breadcrumbs.tsx

@@ -13,7 +13,7 @@ import {
   BreadcrumbTransactionEvent,
   BreadcrumbWithMeta,
 } from 'sentry/components/events/interfaces/breadcrumbs/types';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {Tooltip} from 'sentry/components/tooltip';
 import {IconSort} from 'sentry/icons';
 import {t} from 'sentry/locale';

+ 1 - 1
static/app/components/events/interfaces/debugMeta/index.tsx

@@ -14,7 +14,7 @@ import {Button} from 'sentry/components/button';
 import {SelectOption, SelectSection} from 'sentry/components/compactSelect';
 import {EventDataSection} from 'sentry/components/events/eventDataSection';
 import {getImageRange, parseAddress} from 'sentry/components/events/interfaces/utils';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {t} from 'sentry/locale';
 import DebugMetaStore from 'sentry/stores/debugMetaStore';
 import {space} from 'sentry/styles/space';

+ 1 - 1
static/app/views/alerts/list/incidents/index.tsx

@@ -12,7 +12,7 @@ import * as Layout from 'sentry/components/layouts/thirds';
 import ExternalLink from 'sentry/components/links/externalLink';
 import PageFiltersContainer from 'sentry/components/organizations/pageFilters/container';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
 import {t, tct} from 'sentry/locale';
 import {space} from 'sentry/styles/space';

+ 1 - 1
static/app/views/alerts/list/rules/index.tsx

@@ -10,7 +10,7 @@ import * as Layout from 'sentry/components/layouts/thirds';
 import Link from 'sentry/components/links/link';
 import PageFiltersContainer from 'sentry/components/organizations/pageFilters/container';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import SentryDocumentTitle from 'sentry/components/sentryDocumentTitle';
 import {IconArrow} from 'sentry/icons';
 import {t} from 'sentry/locale';

+ 1 - 1
static/app/views/alerts/rules/issue/details/issuesList.tsx

@@ -8,7 +8,7 @@ import DateTime from 'sentry/components/dateTime';
 import DeprecatedAsyncComponent from 'sentry/components/deprecatedAsyncComponent';
 import Link from 'sentry/components/links/link';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {t} from 'sentry/locale';
 import {space} from 'sentry/styles/space';
 import {Group, Organization, Project} from 'sentry/types';

+ 1 - 1
static/app/views/issueDetails/groupTagValues.tsx

@@ -15,7 +15,7 @@ import ExternalLink from 'sentry/components/links/externalLink';
 import Link from 'sentry/components/links/link';
 import {extractSelectionParameters} from 'sentry/components/organizations/pageFilters/utils';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import TimeSince from 'sentry/components/timeSince';
 import {IconArrow, IconEllipsis, IconMail, IconOpen} from 'sentry/icons';
 import {t} from 'sentry/locale';

+ 1 - 1
static/app/views/issueDetails/grouping/grouping.tsx

@@ -13,7 +13,7 @@ import Slider from 'sentry/components/forms/controls/rangeSlider/slider';
 import * as Layout from 'sentry/components/layouts/thirds';
 import LoadingIndicator from 'sentry/components/loadingIndicator';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {DEFAULT_DEBOUNCE_DURATION} from 'sentry/constants';
 import {t, tct, tn} from 'sentry/locale';
 import {space} from 'sentry/styles/space';

+ 1 - 1
static/app/views/monitors/components/monitorCheckIns.tsx

@@ -8,7 +8,7 @@ import Duration from 'sentry/components/duration';
 import LoadingError from 'sentry/components/loadingError';
 import LoadingIndicator from 'sentry/components/loadingIndicator';
 import Pagination from 'sentry/components/pagination';
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import StatusIndicator from 'sentry/components/statusIndicator';
 import Text from 'sentry/components/text';
 import {Tooltip} from 'sentry/components/tooltip';

+ 1 - 1
static/app/views/monitors/components/overviewTable.tsx

@@ -1,6 +1,6 @@
 import styled from '@emotion/styled';
 
-import {PanelTable} from 'sentry/components/panels';
+import PanelTable from 'sentry/components/panels/panelTable';
 import {t} from 'sentry/locale';
 import {setApiQueryData, useQueryClient} from 'sentry/utils/queryClient';
 import {useLocation} from 'sentry/utils/useLocation';

Some files were not shown because too many files changed in this diff