Skip to content

Commit

Permalink
Chore: Purge some unused modules (RocketChat#26447)
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan authored Aug 2, 2022
1 parent b1d268d commit 4f18995
Show file tree
Hide file tree
Showing 31 changed files with 2 additions and 729 deletions.
27 changes: 0 additions & 27 deletions apps/meteor/client/components/GenericTable/LoadingRow.tsx

This file was deleted.

12 changes: 0 additions & 12 deletions apps/meteor/client/components/Logo.stories.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions apps/meteor/client/components/Logo.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions apps/meteor/client/components/Page/PageHeaderWithBorder.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions apps/meteor/client/components/message/MessageEmoji.tsx

This file was deleted.

47 changes: 0 additions & 47 deletions apps/meteor/client/components/message/Oembed/definitions.ts

This file was deleted.

24 changes: 0 additions & 24 deletions apps/meteor/client/components/message/StatusMessage.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions apps/meteor/client/definitions/SubscriptionAndRoom.ts

This file was deleted.

27 changes: 0 additions & 27 deletions apps/meteor/client/hooks/useDir.ts

This file was deleted.

24 changes: 0 additions & 24 deletions apps/meteor/client/lib/voip/PhoneNumberParser.ts

This file was deleted.

2 changes: 1 addition & 1 deletion apps/meteor/client/providers/VideoConfProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Unsubscribe } from 'use-subscription';
import { VideoConfContext, VideoConfPopupPayload } from '../contexts/VideoConfContext';
import { VideoConfManager, DirectCallParams, ProviderCapabilities, CallPreferences } from '../lib/VideoConfManager';
import VideoConfBlockModal from '../views/room/contextualBar/VideoConference/VideoConfBlockModal';
import VideoConfPopups from '../views/room/contextualBar/VideoConference/VideoConfPopups/VideoConfPopups';
import VideoConfPopups from '../views/room/contextualBar/VideoConference/VideoConfPopups';

const VideoConfContextProvider = ({ children }: { children: ReactNode }): ReactElement => {
const [outgoing, setOutgoing] = useState<VideoConfPopupPayload | undefined>();
Expand Down
17 changes: 0 additions & 17 deletions apps/meteor/client/sidebar/Item/ExtendedSkeleton.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions apps/meteor/client/sidebar/Item/skeletons/CondensedSkeleton.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions apps/meteor/client/sidebar/Item/skeletons/MediumSkeleton.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions apps/meteor/client/sidebar/Item/skeletons/Skeleton.stories.tsx

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useRouteParameter, usePermission } from '@rocket.chat/ui-contexts';
import React, { ReactElement } from 'react';

import NotAuthorizedPage from '../../notAuthorized/NotAuthorizedPage';
import PermissionsTable from './PermissionsTable/PermissionsTable';
import PermissionsTable from './PermissionsTable';
import UsersInRole from './UsersInRole';

const PermissionsRouter = (): ReactElement => {
Expand Down
49 changes: 0 additions & 49 deletions apps/meteor/client/views/omnichannel/DepartmentAutoComplete.js

This file was deleted.

Loading

0 comments on commit 4f18995

Please sign in to comment.