Rename files (6): _ -> -

This commit is contained in:
Chewbacca 2022-11-15 14:00:40 -05:00
parent d4f5fd4d88
commit 24e7873bce
86 changed files with 69 additions and 69 deletions

View file

@ -10,7 +10,7 @@ import ScrollableList from 'soapbox/components/scrollable-list';
import StatusContainer from 'soapbox/containers/status-container'; import StatusContainer from 'soapbox/containers/status-container';
import Ad from 'soapbox/features/ads/components/ad'; import Ad from 'soapbox/features/ads/components/ad';
import FeedSuggestions from 'soapbox/features/feed-suggestions/feed-suggestions'; import FeedSuggestions from 'soapbox/features/feed-suggestions/feed-suggestions';
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status'; import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder-status';
import { ALGORITHMS } from 'soapbox/features/timeline-insertion'; import { ALGORITHMS } from 'soapbox/features/timeline-insertion';
import PendingStatus from 'soapbox/features/ui/components/pending_status'; import PendingStatus from 'soapbox/features/ui/components/pending_status';
import { useSoapboxConfig } from 'soapbox/hooks'; import { useSoapboxConfig } from 'soapbox/hooks';

View file

@ -2,7 +2,7 @@ import React, { useState } from 'react';
import { openModal } from 'soapbox/actions/modals'; import { openModal } from 'soapbox/actions/modals';
import AttachmentThumbs from 'soapbox/components/attachment-thumbs'; import AttachmentThumbs from 'soapbox/components/attachment-thumbs';
import PlaceholderCard from 'soapbox/features/placeholder/components/placeholder_card'; import PlaceholderCard from 'soapbox/features/placeholder/components/placeholder-card';
import Card from 'soapbox/features/status/components/card'; import Card from 'soapbox/features/status/components/card';
import Bundle from 'soapbox/features/ui/components/bundle'; import Bundle from 'soapbox/features/ui/components/bundle';
import { MediaGallery, Video, Audio } from 'soapbox/features/ui/util/async-components'; import { MediaGallery, Video, Audio } from 'soapbox/features/ui/util/async-components';

View file

@ -11,7 +11,7 @@ import { toggleStatusHidden } from 'soapbox/actions/statuses';
import Icon from 'soapbox/components/icon'; import Icon from 'soapbox/components/icon';
import TranslateButton from 'soapbox/components/translate-button'; import TranslateButton from 'soapbox/components/translate-button';
import AccountContainer from 'soapbox/containers/account-container'; import AccountContainer from 'soapbox/containers/account-container';
import QuotedStatus from 'soapbox/features/status/containers/quoted_status_container'; import QuotedStatus from 'soapbox/features/status/containers/quoted-status-container';
import { useAppDispatch, useSettings } from 'soapbox/hooks'; import { useAppDispatch, useSettings } from 'soapbox/hooks';
import { defaultMediaVisibility, textForScreenReader, getActualStatus } from 'soapbox/utils/status'; import { defaultMediaVisibility, textForScreenReader, getActualStatus } from 'soapbox/utils/status';

View file

@ -19,7 +19,7 @@ import Helmet from 'soapbox/components/helmet';
import LoadingScreen from 'soapbox/components/loading-screen'; import LoadingScreen from 'soapbox/components/loading-screen';
import AuthLayout from 'soapbox/features/auth-layout'; import AuthLayout from 'soapbox/features/auth-layout';
import EmbeddedStatus from 'soapbox/features/embedded-status'; import EmbeddedStatus from 'soapbox/features/embedded-status';
import PublicLayout from 'soapbox/features/public_layout'; import PublicLayout from 'soapbox/features/public-layout';
import BundleContainer from 'soapbox/features/ui/containers/bundle_container'; import BundleContainer from 'soapbox/features/ui/containers/bundle_container';
import { import {
ModalContainer, ModalContainer,

View file

@ -12,8 +12,8 @@ import PasswordReset from '../auth-login/components/password_reset';
import PasswordResetConfirm from '../auth-login/components/password_reset_confirm'; import PasswordResetConfirm from '../auth-login/components/password_reset_confirm';
import RegistrationForm from '../auth-login/components/registration_form'; import RegistrationForm from '../auth-login/components/registration_form';
import ExternalLoginForm from '../external-login/components/external-login-form'; import ExternalLoginForm from '../external-login/components/external-login-form';
import Footer from '../public_layout/components/footer'; import Footer from '../public-layout/components/footer';
import RegisterInvite from '../register_invite'; import RegisterInvite from '../register-invite';
import Verification from '../verification'; import Verification from '../verification';
import EmailPassthru from '../verification/email_passthru'; import EmailPassthru from '../verification/email_passthru';

View file

@ -8,7 +8,7 @@ import { createSelector } from 'reselect';
import { fetchChats, expandChats } from 'soapbox/actions/chats'; import { fetchChats, expandChats } from 'soapbox/actions/chats';
import PullToRefresh from 'soapbox/components/pull-to-refresh'; import PullToRefresh from 'soapbox/components/pull-to-refresh';
import { Card, Text } from 'soapbox/components/ui'; import { Card, Text } from 'soapbox/components/ui';
import PlaceholderChat from 'soapbox/features/placeholder/components/placeholder_chat'; import PlaceholderChat from 'soapbox/features/placeholder/components/placeholder-chat';
import { useAppSelector } from 'soapbox/hooks'; import { useAppSelector } from 'soapbox/hooks';
import Chat from './chat'; import Chat from './chat';

View file

@ -10,9 +10,9 @@ import ScrollableList from 'soapbox/components/scrollable-list';
import { HStack, Tabs, Text } from 'soapbox/components/ui'; import { HStack, Tabs, Text } from 'soapbox/components/ui';
import AccountContainer from 'soapbox/containers/account-container'; import AccountContainer from 'soapbox/containers/account-container';
import StatusContainer from 'soapbox/containers/status-container'; import StatusContainer from 'soapbox/containers/status-container';
import PlaceholderAccount from 'soapbox/features/placeholder/components/placeholder_account'; import PlaceholderAccount from 'soapbox/features/placeholder/components/placeholder-account';
import PlaceholderHashtag from 'soapbox/features/placeholder/components/placeholder_hashtag'; import PlaceholderHashtag from 'soapbox/features/placeholder/components/placeholder-hashtag';
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status'; import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder-status';
import { useAppDispatch, useAppSelector } from 'soapbox/hooks'; import { useAppDispatch, useAppSelector } from 'soapbox/hooks';
import type { OrderedSet as ImmutableOrderedSet } from 'immutable'; import type { OrderedSet as ImmutableOrderedSet } from 'immutable';

View file

@ -15,7 +15,7 @@ import {
FormGroup, FormGroup,
Textarea, Textarea,
} from 'soapbox/components/ui'; } from 'soapbox/components/ui';
import SettingToggle from 'soapbox/features/notifications/components/setting_toggle'; import SettingToggle from 'soapbox/features/notifications/components/setting-toggle';
import { useAppSelector, useAppDispatch, useSettings } from 'soapbox/hooks'; import { useAppSelector, useAppDispatch, useSettings } from 'soapbox/hooks';
const isJSONValid = (text: any): boolean => { const isJSONValid = (text: any): boolean => {

View file

@ -5,7 +5,7 @@ import Icon from 'soapbox/components/icon';
import { useAppSelector } from 'soapbox/hooks'; import { useAppSelector } from 'soapbox/hooks';
import { makeGetRemoteInstance } from 'soapbox/selectors'; import { makeGetRemoteInstance } from 'soapbox/selectors';
import InstanceRestrictions from './instance_restrictions'; import InstanceRestrictions from './instance-restrictions';
const getRemoteInstance = makeGetRemoteInstance(); const getRemoteInstance = makeGetRemoteInstance();

View file

@ -9,7 +9,7 @@ import { federationRestrictionsDisclosed } from 'soapbox/utils/state';
import Column from '../ui/components/column'; import Column from '../ui/components/column';
import RestrictedInstance from './components/restricted_instance'; import RestrictedInstance from './components/restricted-instance';
import type { OrderedSet as ImmutableOrderedSet } from 'immutable'; import type { OrderedSet as ImmutableOrderedSet } from 'immutable';

View file

@ -7,7 +7,7 @@ import { useAppDispatch, useAppSelector, useDimensions } from 'soapbox/hooks';
import useCarouselAvatars from 'soapbox/queries/carousels'; import useCarouselAvatars from 'soapbox/queries/carousels';
import { Card, HStack, Icon, Stack, Text } from '../../components/ui'; import { Card, HStack, Icon, Stack, Text } from '../../components/ui';
import PlaceholderAvatar from '../placeholder/components/placeholder_avatar'; import PlaceholderAvatar from '../placeholder/components/placeholder-avatar';
const CarouselItem = ({ avatar }: { avatar: any }) => { const CarouselItem = ({ avatar }: { avatar: any }) => {
const dispatch = useAppDispatch(); const dispatch = useAppDispatch();

View file

@ -10,7 +10,7 @@ import { useAppSelector } from 'soapbox/hooks';
import Column from '../ui/components/column'; import Column from '../ui/components/column';
import AccountAuthorize from './components/account_authorize'; import AccountAuthorize from './components/account-authorize';
const messages = defineMessages({ const messages = defineMessages({
heading: { id: 'column.follow_requests', defaultMessage: 'Follow requests' }, heading: { id: 'column.follow_requests', defaultMessage: 'Follow requests' },

View file

@ -9,7 +9,7 @@ import {
import Column from '../ui/components/column'; import Column from '../ui/components/column';
import CSVImporter from './components/csv_importer'; import CSVImporter from './components/csv-importer';
const messages = defineMessages({ const messages = defineMessages({
heading: { id: 'column.import_data', defaultMessage: 'Import data' }, heading: { id: 'column.import_data', defaultMessage: 'Import data' },

View file

@ -6,7 +6,7 @@ import { setupListAdder, resetListAdder } from 'soapbox/actions/lists';
import { CardHeader, CardTitle, Modal } from 'soapbox/components/ui'; import { CardHeader, CardTitle, Modal } from 'soapbox/components/ui';
import { useAppDispatch, useAppSelector } from 'soapbox/hooks'; import { useAppDispatch, useAppSelector } from 'soapbox/hooks';
import NewListForm from '../lists/components/new_list_form'; import NewListForm from '../lists/components/new-list-form';
import Account from './components/account'; import Account from './components/account';
import List from './components/list'; import List from './components/list';

View file

@ -11,7 +11,7 @@ import ScrollableList from 'soapbox/components/scrollable-list';
import { Column, IconButton, Spinner } from 'soapbox/components/ui'; import { Column, IconButton, Spinner } from 'soapbox/components/ui';
import { useAppSelector } from 'soapbox/hooks'; import { useAppSelector } from 'soapbox/hooks';
import NewListForm from './components/new_list_form'; import NewListForm from './components/new-list-form';
import type { RootState } from 'soapbox/store'; import type { RootState } from 'soapbox/store';

View file

@ -15,10 +15,10 @@ import PullToRefresh from 'soapbox/components/pull-to-refresh';
import ScrollTopButton from 'soapbox/components/scroll-top-button'; import ScrollTopButton from 'soapbox/components/scroll-top-button';
import ScrollableList from 'soapbox/components/scrollable-list'; import ScrollableList from 'soapbox/components/scrollable-list';
import { Column } from 'soapbox/components/ui'; import { Column } from 'soapbox/components/ui';
import PlaceholderNotification from 'soapbox/features/placeholder/components/placeholder_notification'; import PlaceholderNotification from 'soapbox/features/placeholder/components/placeholder-notification';
import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks'; import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks';
import FilterBar from './components/filter_bar'; import FilterBar from './components/filter-bar';
import Notification from './components/notification'; import Notification from './components/notification';
import type { VirtuosoHandle } from 'react-virtuoso'; import type { VirtuosoHandle } from 'react-virtuoso';

View file

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
import PlaceholderAvatar from './placeholder_avatar'; import PlaceholderAvatar from './placeholder-avatar';
import PlaceholderDisplayName from './placeholder_display_name'; import PlaceholderDisplayName from './placeholder-display-name';
/** Fake account to display while data is loading. */ /** Fake account to display while data is loading. */
const PlaceholderAccount: React.FC = () => { const PlaceholderAccount: React.FC = () => {

View file

@ -2,8 +2,8 @@ import React from 'react';
import { randomIntFromInterval, generateText } from '../utils'; import { randomIntFromInterval, generateText } from '../utils';
import PlaceholderAvatar from './placeholder_avatar'; import PlaceholderAvatar from './placeholder-avatar';
import PlaceholderDisplayName from './placeholder_display_name'; import PlaceholderDisplayName from './placeholder-display-name';
/** Fake chat to display while data is loading. */ /** Fake chat to display while data is loading. */
const PlaceholderChat: React.FC = () => { const PlaceholderChat: React.FC = () => {

View file

@ -1,6 +1,6 @@
import React from 'react'; import React from 'react';
import PlaceholderStatus from './placeholder_status'; import PlaceholderStatus from './placeholder-status';
/** Fake material status to display while data is loading. */ /** Fake material status to display while data is loading. */
const PlaceholderMaterialStatus: React.FC = () => { const PlaceholderMaterialStatus: React.FC = () => {

View file

@ -1,8 +1,8 @@
import * as React from 'react'; import * as React from 'react';
import PlaceholderAvatar from './placeholder_avatar'; import PlaceholderAvatar from './placeholder-avatar';
import PlaceholderDisplayName from './placeholder_display_name'; import PlaceholderDisplayName from './placeholder-display-name';
import PlaceholderStatusContent from './placeholder_status_content'; import PlaceholderStatusContent from './placeholder-status-content';
/** Fake notification to display while data is loading. */ /** Fake notification to display while data is loading. */
const PlaceholderNotification = () => ( const PlaceholderNotification = () => (

View file

@ -1,9 +1,9 @@
import classNames from 'clsx'; import classNames from 'clsx';
import * as React from 'react'; import * as React from 'react';
import PlaceholderAvatar from './placeholder_avatar'; import PlaceholderAvatar from './placeholder-avatar';
import PlaceholderDisplayName from './placeholder_display_name'; import PlaceholderDisplayName from './placeholder-display-name';
import PlaceholderStatusContent from './placeholder_status_content'; import PlaceholderStatusContent from './placeholder-status-content';
interface IPlaceholderStatus { interface IPlaceholderStatus {
thread?: boolean thread?: boolean

View file

@ -6,7 +6,7 @@ import { changeSetting } from 'soapbox/actions/settings';
import List, { ListItem } from 'soapbox/components/list'; import List, { ListItem } from 'soapbox/components/list';
import { Form } from 'soapbox/components/ui'; import { Form } from 'soapbox/components/ui';
import { SelectDropdown } from 'soapbox/features/forms'; import { SelectDropdown } from 'soapbox/features/forms';
import SettingToggle from 'soapbox/features/notifications/components/setting_toggle'; import SettingToggle from 'soapbox/features/notifications/components/setting-toggle';
import { useFeatures, useSettings } from 'soapbox/hooks'; import { useFeatures, useSettings } from 'soapbox/hooks';
import ThemeToggle from '../ui/components/theme-toggle'; import ThemeToggle from '../ui/components/theme-toggle';

View file

@ -6,7 +6,7 @@ import { useAppSelector } from 'soapbox/hooks';
import { isStandalone } from 'soapbox/utils/state'; import { isStandalone } from 'soapbox/utils/state';
import AboutPage from '../about'; import AboutPage from '../about';
import LandingPage from '../landing_page'; import LandingPage from '../landing-page';
import Footer from './components/footer'; import Footer from './components/footer';
import Header from './components/header'; import Header from './components/header';

View file

@ -11,7 +11,7 @@ import { Column } from 'soapbox/components/ui';
import Accordion from 'soapbox/features/ui/components/accordion'; import Accordion from 'soapbox/features/ui/components/accordion';
import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks'; import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks';
import PinnedHostsPicker from '../remote_timeline/components/pinned_hosts_picker'; import PinnedHostsPicker from '../remote-timeline/components/pinned-hosts-picker';
import Timeline from '../ui/components/timeline'; import Timeline from '../ui/components/timeline';
const messages = defineMessages({ const messages = defineMessages({

View file

@ -11,7 +11,7 @@ import { useAppDispatch, useSettings } from 'soapbox/hooks';
import Timeline from '../ui/components/timeline'; import Timeline from '../ui/components/timeline';
import PinnedHostsPicker from './components/pinned_hosts_picker'; import PinnedHostsPicker from './components/pinned-hosts-picker';
const messages = defineMessages({ const messages = defineMessages({
title: { id: 'column.remote', defaultMessage: 'Federated timeline' }, title: { id: 'column.remote', defaultMessage: 'Federated timeline' },

View file

@ -2,8 +2,8 @@ import classNames from 'clsx';
import React from 'react'; import React from 'react';
import AttachmentThumbs from 'soapbox/components/attachment-thumbs'; import AttachmentThumbs from 'soapbox/components/attachment-thumbs';
import StatusReplyMentions from 'soapbox/components/status-reply-mentions';
import StatusContent from 'soapbox/components/status-content'; import StatusContent from 'soapbox/components/status-content';
import StatusReplyMentions from 'soapbox/components/status-reply-mentions';
import { HStack } from 'soapbox/components/ui'; import { HStack } from 'soapbox/components/ui';
import AccountContainer from 'soapbox/containers/account-container'; import AccountContainer from 'soapbox/containers/account-container';
import PollPreview from 'soapbox/features/ui/components/poll_preview'; import PollPreview from 'soapbox/features/ui/components/poll_preview';
@ -11,7 +11,7 @@ import { useAppSelector } from 'soapbox/hooks';
import { buildStatus } from '../builder'; import { buildStatus } from '../builder';
import ScheduledStatusActionBar from './scheduled_status_action_bar'; import ScheduledStatusActionBar from './scheduled-status-action-bar';
import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities'; import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities';

View file

@ -8,7 +8,7 @@ import { useAppSelector, useAppDispatch } from 'soapbox/hooks';
import Column from '../ui/components/column'; import Column from '../ui/components/column';
import ScheduledStatus from './components/scheduled_status'; import ScheduledStatus from './components/scheduled-status';
const messages = defineMessages({ const messages = defineMessages({
heading: { id: 'column.scheduled_statuses', defaultMessage: 'Scheduled Posts' }, heading: { id: 'column.scheduled_statuses', defaultMessage: 'Scheduled Posts' },

View file

@ -5,9 +5,9 @@ import { fetchMfa } from 'soapbox/actions/mfa';
import { Card, CardBody, CardHeader, CardTitle, Column, Stack } from 'soapbox/components/ui'; import { Card, CardBody, CardHeader, CardTitle, Column, Stack } from 'soapbox/components/ui';
import { useAppSelector, useAppDispatch } from 'soapbox/hooks'; import { useAppSelector, useAppDispatch } from 'soapbox/hooks';
import DisableOtpForm from './mfa/disable_otp_form'; import DisableOtpForm from './mfa/disable-otp-form';
import EnableOtpForm from './mfa/enable_otp_form'; import EnableOtpForm from './mfa/enable-otp-form';
import OtpConfirmForm from './mfa/otp_confirm_form'; import OtpConfirmForm from './mfa/otp-confirm-form';
/* /*
Security settings page for user account Security settings page for user account

View file

@ -1,6 +1,6 @@
import React from 'react'; import React from 'react';
import IconPickerDropdown from './icon_picker_dropdown'; import IconPickerDropdown from './icon-picker-dropdown';
interface IIconPicker { interface IIconPicker {
value: string, value: string,

View file

@ -10,7 +10,7 @@ import SensitiveContentOverlay from 'soapbox/components/statuses/sensitive-conte
import TranslateButton from 'soapbox/components/translate-button'; import TranslateButton from 'soapbox/components/translate-button';
import { HStack, Stack, Text } from 'soapbox/components/ui'; import { HStack, Stack, Text } from 'soapbox/components/ui';
import AccountContainer from 'soapbox/containers/account-container'; import AccountContainer from 'soapbox/containers/account-container';
import QuotedStatus from 'soapbox/features/status/containers/quoted_status_container'; import QuotedStatus from 'soapbox/features/status/containers/quoted-status-container';
import { getActualStatus } from 'soapbox/utils/status'; import { getActualStatus } from 'soapbox/utils/status';
import StatusInteractionBar from './status-interaction-bar'; import StatusInteractionBar from './status-interaction-bar';

View file

@ -3,7 +3,7 @@ import { OrderedSet as ImmutableOrderedSet } from 'immutable';
import React from 'react'; import React from 'react';
import StatusContainer from 'soapbox/containers/status-container'; import StatusContainer from 'soapbox/containers/status-container';
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status'; import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder-status';
import { useAppSelector } from 'soapbox/hooks'; import { useAppSelector } from 'soapbox/hooks';
interface IThreadStatus { interface IThreadStatus {

View file

@ -32,7 +32,7 @@ import StatusActionBar from 'soapbox/components/status-action-bar';
import SubNavigation from 'soapbox/components/sub-navigation'; import SubNavigation from 'soapbox/components/sub-navigation';
import Tombstone from 'soapbox/components/tombstone'; import Tombstone from 'soapbox/components/tombstone';
import { Column, Stack } from 'soapbox/components/ui'; import { Column, Stack } from 'soapbox/components/ui';
import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder_status'; import PlaceholderStatus from 'soapbox/features/placeholder/components/placeholder-status';
import PendingStatus from 'soapbox/features/ui/components/pending_status'; import PendingStatus from 'soapbox/features/ui/components/pending_status';
import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks'; import { useAppDispatch, useAppSelector, useSettings } from 'soapbox/hooks';
import { makeGetStatus } from 'soapbox/selectors'; import { makeGetStatus } from 'soapbox/selectors';

View file

@ -6,7 +6,7 @@ import { useIntl, defineMessages, FormattedMessage } from 'react-intl';
import { openModal } from 'soapbox/actions/modals'; import { openModal } from 'soapbox/actions/modals';
import { Widget } from 'soapbox/components/ui'; import { Widget } from 'soapbox/components/ui';
import DropdownMenu from 'soapbox/containers/dropdown-menu-container'; import DropdownMenu from 'soapbox/containers/dropdown-menu-container';
import InstanceRestrictions from 'soapbox/features/federation_restrictions/components/instance_restrictions'; import InstanceRestrictions from 'soapbox/features/federation-restrictions/components/instance-restrictions';
import { useAppSelector, useAppDispatch, useOwnAccount } from 'soapbox/hooks'; import { useAppSelector, useAppDispatch, useOwnAccount } from 'soapbox/hooks';
import { makeGetRemoteInstance } from 'soapbox/selectors'; import { makeGetRemoteInstance } from 'soapbox/selectors';

View file

@ -7,7 +7,7 @@ import Toggle from 'react-toggle';
import { changeReportBlock, changeReportForward } from 'soapbox/actions/reports'; import { changeReportBlock, changeReportForward } from 'soapbox/actions/reports';
import { fetchRules } from 'soapbox/actions/rules'; import { fetchRules } from 'soapbox/actions/rules';
import { Button, FormGroup, HStack, Stack, Text } from 'soapbox/components/ui'; import { Button, FormGroup, HStack, Stack, Text } from 'soapbox/components/ui';
import StatusCheckBox from 'soapbox/features/report/components/status_check_box'; import StatusCheckBox from 'soapbox/features/report/components/status-check-box';
import { useAppSelector, useFeatures } from 'soapbox/hooks'; import { useAppSelector, useFeatures } from 'soapbox/hooks';
import { isRemote, getDomain } from 'soapbox/utils/accounts'; import { isRemote, getDomain } from 'soapbox/utils/accounts';

View file

@ -5,9 +5,9 @@ import StatusContent from 'soapbox/components/status-content';
import StatusReplyMentions from 'soapbox/components/status-reply-mentions'; import StatusReplyMentions from 'soapbox/components/status-reply-mentions';
import { Card, HStack } from 'soapbox/components/ui'; import { Card, HStack } from 'soapbox/components/ui';
import AccountContainer from 'soapbox/containers/account-container'; import AccountContainer from 'soapbox/containers/account-container';
import PlaceholderCard from 'soapbox/features/placeholder/components/placeholder_card'; import PlaceholderCard from 'soapbox/features/placeholder/components/placeholder-card';
import PlaceholderMediaGallery from 'soapbox/features/placeholder/components/placeholder_media_gallery'; import PlaceholderMediaGallery from 'soapbox/features/placeholder/components/placeholder-media-gallery';
import QuotedStatus from 'soapbox/features/status/containers/quoted_status_container'; import QuotedStatus from 'soapbox/features/status/containers/quoted-status-container';
import { useAppSelector } from 'soapbox/hooks'; import { useAppSelector } from 'soapbox/hooks';
import { buildStatus } from '../util/pending_status_builder'; import { buildStatus } from '../util/pending_status_builder';

View file

@ -6,7 +6,7 @@ import { useAppSelector, useCompose } from 'soapbox/hooks';
import { statusToMentionsAccountIdsArray } from 'soapbox/reducers/compose'; import { statusToMentionsAccountIdsArray } from 'soapbox/reducers/compose';
import { makeGetStatus } from 'soapbox/selectors'; import { makeGetStatus } from 'soapbox/selectors';
import Account from '../../reply_mentions/account'; import Account from '../../reply-mentions/account';
import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities'; import type { Account as AccountEntity, Status as StatusEntity } from 'soapbox/types/entities';

View file

@ -7,15 +7,15 @@ export function Notifications() {
} }
export function HomeTimeline() { export function HomeTimeline() {
return import(/* webpackChunkName: "features/home_timeline" */'../../home_timeline'); return import(/* webpackChunkName: "features/home_timeline" */'../../home-timeline');
} }
export function PublicTimeline() { export function PublicTimeline() {
return import(/* webpackChunkName: "features/public_timeline" */'../../public_timeline'); return import(/* webpackChunkName: "features/public_timeline" */'../../public-timeline');
} }
export function RemoteTimeline() { export function RemoteTimeline() {
return import(/* webpackChunkName: "features/remote_timeline" */'../../remote_timeline'); return import(/* webpackChunkName: "features/remote_timeline" */'../../remote-timeline');
} }
export function CommunityTimeline() { export function CommunityTimeline() {
@ -51,7 +51,7 @@ export function Status() {
} }
export function PinnedStatuses() { export function PinnedStatuses() {
return import(/* webpackChunkName: "features/pinned_statuses" */'../../pinned_statuses'); return import(/* webpackChunkName: "features/pinned_statuses" */'../../pinned-statuses');
} }
export function AccountTimeline() { export function AccountTimeline() {
@ -71,11 +71,11 @@ export function Following() {
} }
export function FollowRequests() { export function FollowRequests() {
return import(/* webpackChunkName: "features/follow_requests" */'../../follow_requests'); return import(/* webpackChunkName: "features/follow_requests" */'../../follow-requests');
} }
export function GenericNotFound() { export function GenericNotFound() {
return import(/* webpackChunkName: "features/generic_not_found" */'../../generic_not_found'); return import(/* webpackChunkName: "features/generic_not_found" */'../../generic-not-found');
} }
export function FavouritedStatuses() { export function FavouritedStatuses() {
@ -211,7 +211,7 @@ export function ListEditor() {
} }
export function ListAdder() { export function ListAdder() {
return import(/*webpackChunkName: "features/list_adder" */'../../list_adder'); return import(/*webpackChunkName: "features/list_adder" */'../../list-adder');
} }
export function Search() { export function Search() {
@ -235,7 +235,7 @@ export function Settings() {
} }
export function MediaDisplay() { export function MediaDisplay() {
return import(/* webpackChunkName: "features/settings" */'../../settings/media_display'); return import(/* webpackChunkName: "features/settings" */'../../settings/media-display');
} }
export function EditProfile() { export function EditProfile() {
@ -259,7 +259,7 @@ export function DeleteAccount() {
} }
export function SoapboxConfig() { export function SoapboxConfig() {
return import(/* webpackChunkName: "features/soapbox_config" */'../../soapbox_config'); return import(/* webpackChunkName: "features/soapbox_config" */'../../soapbox-config');
} }
export function ExportData() { export function ExportData() {
@ -267,7 +267,7 @@ export function ExportData() {
} }
export function ImportData() { export function ImportData() {
return import(/* webpackChunkName: "features/import_data" */'../../import_data'); return import(/* webpackChunkName: "features/import_data" */'../../import-data');
} }
export function Backups() { export function Backups() {
@ -283,7 +283,7 @@ export function PasswordResetConfirm() {
} }
export function MfaForm() { export function MfaForm() {
return import(/* webpackChunkName: "features/security/mfa_form" */'../../security/mfa_form'); return import(/* webpackChunkName: "features/security/mfa_form" */'../../security/mfa-form');
} }
export function ChatIndex() { export function ChatIndex() {
@ -299,7 +299,7 @@ export function ChatPanes() {
} }
export function ServerInfo() { export function ServerInfo() {
return import(/* webpackChunkName: "features/server_info" */'../../server_info'); return import(/* webpackChunkName: "features/server_info" */'../../server-info');
} }
export function Dashboard() { export function Dashboard() {
@ -403,7 +403,7 @@ export function CryptoDonateModal() {
} }
export function ScheduledStatuses() { export function ScheduledStatuses() {
return import(/* webpackChunkName: "features/scheduled_statuses" */'../../scheduled_statuses'); return import(/* webpackChunkName: "features/scheduled_statuses" */'../../scheduled-statuses');
} }
export function UserIndex() { export function UserIndex() {
@ -411,7 +411,7 @@ export function UserIndex() {
} }
export function FederationRestrictions() { export function FederationRestrictions() {
return import(/* webpackChunkName: "features/federation_restrictions" */'../../federation_restrictions'); return import(/* webpackChunkName: "features/federation_restrictions" */'../../federation-restrictions');
} }
export function Aliases() { export function Aliases() {
@ -439,7 +439,7 @@ export function Directory() {
} }
export function RegisterInvite() { export function RegisterInvite() {
return import(/* webpackChunkName: "features/register_invite" */'../../register_invite'); return import(/* webpackChunkName: "features/register_invite" */'../../register-invite');
} }
export function Share() { export function Share() {
@ -447,11 +447,11 @@ export function Share() {
} }
export function NewStatus() { export function NewStatus() {
return import(/* webpackChunkName: "features/new_status" */'../../new_status'); return import(/* webpackChunkName: "features/new_status" */'../../new-status');
} }
export function IntentionalError() { export function IntentionalError() {
return import(/* webpackChunkName: "error" */'../../intentional_error'); return import(/* webpackChunkName: "error" */'../../intentional-error');
} }
export function Developers() { export function Developers() {
@ -467,7 +467,7 @@ export function SettingsStore() {
} }
export function TestTimeline() { export function TestTimeline() {
return import(/* webpackChunkName: "features/test_timeline" */'../../test_timeline'); return import(/* webpackChunkName: "features/test_timeline" */'../../test-timeline');
} }
export function ServiceWorkerInfo() { export function ServiceWorkerInfo() {