Skip to content

Commit 4c2ca89

Browse files
Merge pull request #530 from H7GhosT/chore/rename-search-super
Rename appSearchSuper.ts to not contain 2 dots
2 parents 7f2635e + ddea52c commit 4c2ca89

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

src/components/appMediaPlaybackController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import type {MyDocument} from '../lib/appManagers/appDocsManager';
8-
import type {SearchSuperContext} from './appSearchSuper.';
8+
import type {SearchSuperContext} from './appSearchSuper';
99
import rootScope from '../lib/rootScope';
1010
import deferredPromise, {CancellablePromise} from '../helpers/cancellablePromise';
1111
import {IS_APPLE, IS_SAFARI} from '../environment/userAgent';
File renamed without changes.

src/components/chat/selection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import cancelEvent from '../../helpers/dom/cancelEvent';
2626
import cancelSelection from '../../helpers/dom/cancelSelection';
2727
import getSelectedText from '../../helpers/dom/getSelectedText';
2828
import replaceContent from '../../helpers/dom/replaceContent';
29-
import AppSearchSuper from '../appSearchSuper.';
29+
import AppSearchSuper from '../appSearchSuper';
3030
import isInDOM from '../../helpers/dom/isInDOM';
3131
import {randomLong} from '../../helpers/random';
3232
import {attachClickEvent, AttachClickOptions} from '../../helpers/dom/clickEvent';

src/components/sidebarLeft/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import InputSearch from '../inputSearch';
1212
import SidebarSlider, {SliderSuperTab} from '../slider';
1313
import TransitionSlider from '../transition';
1414
import AppNewGroupTab from './tabs/newGroup';
15-
import AppSearchSuper from '../appSearchSuper.';
15+
import AppSearchSuper from '../appSearchSuper';
1616
import {DateData, fillTipDates} from '../../helpers/date';
1717
import {MOUNT_CLASS_TO} from '../../config/debug';
1818
import AppSettingsTab from './tabs/settings';

src/components/sidebarLeft/tabs/myStories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {i18n_} from '../../../lib/langPack';
99
import lottieLoader, {LottieLoader} from '../../../lib/rlottie/lottieLoader';
1010
import RLottiePlayer from '../../../lib/rlottie/rlottiePlayer';
1111
import rootScope from '../../../lib/rootScope';
12-
import AppSearchSuper from '../../appSearchSuper.';
12+
import AppSearchSuper from '../../appSearchSuper';
1313
import Button from '../../button';
1414
import ButtonMenuToggle from '../../buttonMenuToggle';
1515
import SettingSection from '../../settingSection';

src/components/sidebarRight/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {MOUNT_CLASS_TO} from '../../config/debug';
1212
import {AppManagers} from '../../lib/appManagers/managers';
1313
import appNavigationController from '../appNavigationController';
1414
import rootScope from '../../lib/rootScope';
15-
import {SearchSuperMediaType} from '../appSearchSuper.';
15+
1616

1717
export const RIGHT_COLUMN_ACTIVE_CLASSNAME = 'is-right-column-shown';
1818

src/components/sidebarRight/tabs/sharedMedia.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import rootScope, {BroadcastEvents} from '../../../lib/rootScope';
8-
import AppSearchSuper, {SearchSuperMediaTab, SearchSuperMediaType, SearchSuperType} from '../../appSearchSuper.';
8+
import AppSearchSuper, {SearchSuperMediaTab, SearchSuperMediaType, SearchSuperType} from '../../appSearchSuper';
99
import SidebarSlider, {SliderSuperTab} from '../../slider';
1010
import TransitionSlider from '../../transition';
1111
import AppEditChatTab from './editChat';

src/helpers/searchListLoader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
import type {MediaSearchContext} from '../components/appMediaPlaybackController';
8-
import type {SearchSuperContext} from '../components/appSearchSuper.';
8+
import type {SearchSuperContext} from '../components/appSearchSuper';
99
import type {Message} from '../layer';
1010
import type {MessagesStorageKey, MyMessage} from '../lib/appManagers/appMessagesManager';
1111
import {AppManagers} from '../lib/appManagers/managers';

0 commit comments

Comments
 (0)