├── .browserslistrc ├── .deploy ├── deploy.sh └── nginx.conf ├── .eslintrc.js ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .husky └── pre-commit ├── .loki ├── .gitignore └── reference │ ├── chrome_iphone7_entities_Article_ArticleDetails_Error.png │ ├── chrome_iphone7_entities_Article_ArticleDetails_Loading.png │ ├── chrome_iphone7_entities_Article_ArticleDetails_Normal.png │ ├── chrome_iphone7_entities_Article_ArticleListItem_Big.png │ ├── chrome_iphone7_entities_Article_ArticleListItem_Small.png │ ├── chrome_iphone7_entities_Article_ArticleList_List_Big.png │ ├── chrome_iphone7_entities_Article_ArticleList_List_Small.png │ ├── chrome_iphone7_entities_Article_ArticleList_Loading_Big.png │ ├── chrome_iphone7_entities_Article_ArticleList_Loading_Small.png │ ├── chrome_iphone7_entities_Comment_CommentCard_Loading.png │ ├── chrome_iphone7_entities_Comment_CommentCard_Normal.png │ ├── chrome_iphone7_entities_Comment_CommentList_Loading.png │ ├── chrome_iphone7_entities_Comment_CommentList_Normal.png │ ├── chrome_iphone7_entities_CurrencySelect_Primary.png │ ├── chrome_iphone7_entities_Notification_NotificationList_Normal.png │ ├── chrome_iphone7_entities_ProfileCard_Loading.png │ ├── chrome_iphone7_entities_ProfileCard_Primary.png │ ├── chrome_iphone7_entities_ProfileCard_With_Error.png │ ├── chrome_iphone7_entities_Rating_RatingCard_Normal.png │ ├── chrome_iphone7_features_AddCommentForm_Normal.png │ ├── chrome_iphone7_features_ArticleRating_Normal.png │ ├── chrome_iphone7_features_ArticleRating_Without_Rate.png │ ├── chrome_iphone7_features_ArticleRecommendationsList_Normal.png │ ├── chrome_iphone7_features_ArticleSortSelector_Normal.png │ ├── chrome_iphone7_features_LoginForm_Loading.png │ ├── chrome_iphone7_features_LoginForm_Primary.png │ ├── chrome_iphone7_features_LoginForm_With_Error.png │ ├── chrome_iphone7_features_NotificationButton_Normal.png │ ├── chrome_iphone7_features_editableProfileCard_EditableProfileCardHeader_Normal.png │ ├── chrome_iphone7_features_editableProfileCard_EditableProfileCard_Normal.png │ ├── chrome_iphone7_pages_ArticleDetailsPage_ArticleDetailsComments_Normal.png │ ├── chrome_iphone7_pages_ArticleDetailsPage_ArticleDetailsPageHeader_Normal.png │ ├── chrome_iphone7_pages_ArticleDetailsPage_ArticleDetailsPage_Normal.png │ ├── chrome_iphone7_pages_MainPage_Dark.png │ ├── chrome_iphone7_pages_MainPage_Normal.png │ ├── chrome_iphone7_pages_NotFoundPage_Dark.png │ ├── chrome_iphone7_pages_NotFoundPage_Normal.png │ ├── chrome_iphone7_pages_ProfilePage_Dark.png │ ├── chrome_iphone7_pages_ProfilePage_Normal.png │ ├── chrome_iphone7_shared_AppLink_Primary.png │ ├── chrome_iphone7_shared_AppLink_Primary_Dark.png │ ├── chrome_iphone7_shared_AppLink_Red.png │ ├── chrome_iphone7_shared_AppLink_Red_Dark.png │ ├── chrome_iphone7_shared_AppLink_Secondary.png │ ├── chrome_iphone7_shared_AppLink_Secondary_Dark.png │ ├── chrome_iphone7_shared_Avatar_Primary.png │ ├── chrome_iphone7_shared_Avatar_Small.png │ ├── chrome_iphone7_shared_Button_Background_Inverted.png │ ├── chrome_iphone7_shared_Button_Background_Theme.png │ ├── chrome_iphone7_shared_Button_Clear.png │ ├── chrome_iphone7_shared_Button_Clear_Inverted.png │ ├── chrome_iphone7_shared_Button_Disabled.png │ ├── chrome_iphone7_shared_Button_Outline.png │ ├── chrome_iphone7_shared_Button_Outline_Dark.png │ ├── chrome_iphone7_shared_Button_Outline_Size_L.png │ ├── chrome_iphone7_shared_Button_Outline_Size_Xl.png │ ├── chrome_iphone7_shared_Button_Primary.png │ ├── chrome_iphone7_shared_Button_Square.png │ ├── chrome_iphone7_shared_Button_Square_Size_L.png │ ├── chrome_iphone7_shared_Button_Square_Size_Xl.png │ ├── chrome_iphone7_shared_Card_Normal.png │ ├── chrome_iphone7_shared_Code_Normal.png │ ├── chrome_iphone7_shared_Dropdown_Normal.png │ ├── chrome_iphone7_shared_Flex_Column.png │ ├── chrome_iphone7_shared_Flex_Column_Align_End.png │ ├── chrome_iphone7_shared_Flex_Column_Gap_16.png │ ├── chrome_iphone7_shared_Flex_Row.png │ ├── chrome_iphone7_shared_Flex_Row_Gap_16.png │ ├── chrome_iphone7_shared_Flex_Row_Gap_4.png │ ├── chrome_iphone7_shared_Flex_Row_Gap_8.png │ ├── chrome_iphone7_shared_Input_Primary.png │ ├── chrome_iphone7_shared_ListBox_Bottom_Left.png │ ├── chrome_iphone7_shared_ListBox_Bottom_Right.png │ ├── chrome_iphone7_shared_ListBox_Normal.png │ ├── chrome_iphone7_shared_ListBox_Top_Left.png │ ├── chrome_iphone7_shared_ListBox_Top_Right.png │ ├── chrome_iphone7_shared_Loader_Dark.png │ ├── chrome_iphone7_shared_Loader_Normal.png │ ├── chrome_iphone7_shared_Modal_Dark.png │ ├── chrome_iphone7_shared_Modal_Primary.png │ ├── chrome_iphone7_shared_Select_Primary.png │ ├── chrome_iphone7_shared_Skeleton_Circle.png │ ├── chrome_iphone7_shared_Skeleton_Circle_Dark.png │ ├── chrome_iphone7_shared_Skeleton_Normal.png │ ├── chrome_iphone7_shared_Skeleton_Normal_Dark.png │ ├── chrome_iphone7_shared_StarRating_Normal.png │ ├── chrome_iphone7_shared_Tabs_Normal.png │ ├── chrome_iphone7_shared_Text_Error.png │ ├── chrome_iphone7_shared_Text_Only_Text.png │ ├── chrome_iphone7_shared_Text_Only_Text_Dark.png │ ├── chrome_iphone7_shared_Text_Only_Title.png │ ├── chrome_iphone7_shared_Text_Only_Title_Dark.png │ ├── chrome_iphone7_shared_Text_Primary.png │ ├── chrome_iphone7_shared_Text_Primary_Dark.png │ ├── chrome_iphone7_shared_Text_Size_L.png │ ├── chrome_iphone7_shared_Text_Size_M.png │ ├── chrome_iphone7_shared_Text_Size_S.png │ ├── chrome_iphone7_widgets_ErrorPage_Dark.png │ ├── chrome_iphone7_widgets_ErrorPage_Light.png │ ├── chrome_iphone7_widgets_Navbar_Auth_Navbar.png │ ├── chrome_iphone7_widgets_Navbar_Dark.png │ ├── chrome_iphone7_widgets_Navbar_Light.png │ ├── chrome_iphone7_widgets_Sidebar_Dark.png │ ├── chrome_iphone7_widgets_Sidebar_Light.png │ ├── chrome_iphone7_widgets_Sidebar_No_Auth.png │ ├── chrome_iphone7_widgets_ThemeSwitcher_Dark.png │ ├── chrome_iphone7_widgets_ThemeSwitcher_Normal.png │ ├── chrome_laptop_entities_Article_ArticleDetails_Error.png │ ├── chrome_laptop_entities_Article_ArticleDetails_Loading.png │ ├── chrome_laptop_entities_Article_ArticleDetails_Normal.png │ ├── chrome_laptop_entities_Article_ArticleListItem_Big.png │ ├── chrome_laptop_entities_Article_ArticleListItem_Small.png │ ├── chrome_laptop_entities_Article_ArticleList_List_Big.png │ ├── chrome_laptop_entities_Article_ArticleList_List_Small.png │ ├── chrome_laptop_entities_Article_ArticleList_Loading_Big.png │ ├── chrome_laptop_entities_Article_ArticleList_Loading_Small.png │ ├── chrome_laptop_entities_Comment_CommentCard_Loading.png │ ├── chrome_laptop_entities_Comment_CommentCard_Normal.png │ ├── chrome_laptop_entities_Comment_CommentList_Loading.png │ ├── chrome_laptop_entities_Comment_CommentList_Normal.png │ ├── chrome_laptop_entities_CurrencySelect_Primary.png │ ├── chrome_laptop_entities_Notification_NotificationList_Normal.png │ ├── chrome_laptop_entities_ProfileCard_Loading.png │ ├── chrome_laptop_entities_ProfileCard_Primary.png │ ├── chrome_laptop_entities_ProfileCard_With_Error.png │ ├── chrome_laptop_entities_Rating_RatingCard_Normal.png │ ├── chrome_laptop_features_AddCommentForm_Normal.png │ ├── chrome_laptop_features_ArticleRating_Normal.png │ ├── chrome_laptop_features_ArticleRating_Without_Rate.png │ ├── chrome_laptop_features_ArticleRecommendationsList_Normal.png │ ├── chrome_laptop_features_ArticleSortSelector_Normal.png │ ├── chrome_laptop_features_LoginForm_Loading.png │ ├── chrome_laptop_features_LoginForm_Primary.png │ ├── chrome_laptop_features_LoginForm_With_Error.png │ ├── chrome_laptop_features_NotificationButton_Normal.png │ ├── chrome_laptop_features_editableProfileCard_EditableProfileCardHeader_Normal.png │ ├── chrome_laptop_features_editableProfileCard_EditableProfileCard_Normal.png │ ├── chrome_laptop_pages_ArticleDetailsPage_ArticleDetailsComments_Normal.png │ ├── chrome_laptop_pages_ArticleDetailsPage_ArticleDetailsPageHeader_Normal.png │ ├── chrome_laptop_pages_ArticleDetailsPage_ArticleDetailsPage_Normal.png │ ├── chrome_laptop_pages_MainPage_Dark.png │ ├── chrome_laptop_pages_MainPage_Normal.png │ ├── chrome_laptop_pages_NotFoundPage_Dark.png │ ├── chrome_laptop_pages_NotFoundPage_Normal.png │ ├── chrome_laptop_pages_ProfilePage_Dark.png │ ├── chrome_laptop_pages_ProfilePage_Normal.png │ ├── chrome_laptop_shared_AppLink_Primary.png │ ├── chrome_laptop_shared_AppLink_Primary_Dark.png │ ├── chrome_laptop_shared_AppLink_Red.png │ ├── chrome_laptop_shared_AppLink_Red_Dark.png │ ├── chrome_laptop_shared_AppLink_Secondary.png │ ├── chrome_laptop_shared_AppLink_Secondary_Dark.png │ ├── chrome_laptop_shared_Avatar_Primary.png │ ├── chrome_laptop_shared_Avatar_Small.png │ ├── chrome_laptop_shared_Button_Background_Inverted.png │ ├── chrome_laptop_shared_Button_Background_Theme.png │ ├── chrome_laptop_shared_Button_Clear.png │ ├── chrome_laptop_shared_Button_Clear_Inverted.png │ ├── chrome_laptop_shared_Button_Disabled.png │ ├── chrome_laptop_shared_Button_Outline.png │ ├── chrome_laptop_shared_Button_Outline_Dark.png │ ├── chrome_laptop_shared_Button_Outline_Size_L.png │ ├── chrome_laptop_shared_Button_Outline_Size_Xl.png │ ├── chrome_laptop_shared_Button_Primary.png │ ├── chrome_laptop_shared_Button_Square.png │ ├── chrome_laptop_shared_Button_Square_Size_L.png │ ├── chrome_laptop_shared_Button_Square_Size_Xl.png │ ├── chrome_laptop_shared_Card_Normal.png │ ├── chrome_laptop_shared_Code_Normal.png │ ├── chrome_laptop_shared_Dropdown_Normal.png │ ├── chrome_laptop_shared_Flex_Column.png │ ├── chrome_laptop_shared_Flex_Column_Align_End.png │ ├── chrome_laptop_shared_Flex_Column_Gap_16.png │ ├── chrome_laptop_shared_Flex_Row.png │ ├── chrome_laptop_shared_Flex_Row_Gap_16.png │ ├── chrome_laptop_shared_Flex_Row_Gap_4.png │ ├── chrome_laptop_shared_Flex_Row_Gap_8.png │ ├── chrome_laptop_shared_Input_Primary.png │ ├── chrome_laptop_shared_ListBox_Bottom_Left.png │ ├── chrome_laptop_shared_ListBox_Bottom_Right.png │ ├── chrome_laptop_shared_ListBox_Normal.png │ ├── chrome_laptop_shared_ListBox_Top_Left.png │ ├── chrome_laptop_shared_ListBox_Top_Right.png │ ├── chrome_laptop_shared_Loader_Dark.png │ ├── chrome_laptop_shared_Loader_Normal.png │ ├── chrome_laptop_shared_Modal_Dark.png │ ├── chrome_laptop_shared_Modal_Primary.png │ ├── chrome_laptop_shared_Select_Primary.png │ ├── chrome_laptop_shared_Skeleton_Circle.png │ ├── chrome_laptop_shared_Skeleton_Circle_Dark.png │ ├── chrome_laptop_shared_Skeleton_Normal.png │ ├── chrome_laptop_shared_Skeleton_Normal_Dark.png │ ├── chrome_laptop_shared_StarRating_Normal.png │ ├── chrome_laptop_shared_Tabs_Normal.png │ ├── chrome_laptop_shared_Text_Error.png │ ├── chrome_laptop_shared_Text_Only_Text.png │ ├── chrome_laptop_shared_Text_Only_Text_Dark.png │ ├── chrome_laptop_shared_Text_Only_Title.png │ ├── chrome_laptop_shared_Text_Only_Title_Dark.png │ ├── chrome_laptop_shared_Text_Primary.png │ ├── chrome_laptop_shared_Text_Primary_Dark.png │ ├── chrome_laptop_shared_Text_Size_L.png │ ├── chrome_laptop_shared_Text_Size_M.png │ ├── chrome_laptop_shared_Text_Size_S.png │ ├── chrome_laptop_widgets_ErrorPage_Dark.png │ ├── chrome_laptop_widgets_ErrorPage_Light.png │ ├── chrome_laptop_widgets_Navbar_Auth_Navbar.png │ ├── chrome_laptop_widgets_Navbar_Dark.png │ ├── chrome_laptop_widgets_Navbar_Light.png │ ├── chrome_laptop_widgets_Sidebar_Dark.png │ ├── chrome_laptop_widgets_Sidebar_Light.png │ ├── chrome_laptop_widgets_Sidebar_No_Auth.png │ ├── chrome_laptop_widgets_ThemeSwitcher_Dark.png │ └── chrome_laptop_widgets_ThemeSwitcher_Normal.png ├── .prettierignore ├── .prettierrc.json ├── .stylelintrc.json ├── README.docs.md ├── README.md ├── README.notes.md ├── babel.config.json ├── config ├── babel │ └── babelRemovePropsPlugin.ts ├── build │ ├── buildDevServer.ts │ ├── buildLoaders.ts │ ├── buildPlugins.ts │ ├── buildResolvers.ts │ ├── buildWebpackConfig.ts │ ├── loaders │ │ ├── buildBabelLoader.ts │ │ └── buildCssLoader.ts │ └── types │ │ └── config.ts ├── jest │ ├── jest.config.ts │ ├── jestEmptyComponent.tsx │ └── setupTests.ts └── storybook │ ├── main.ts │ └── preview.js ├── cypress.config.ts ├── cypress ├── component │ └── EditableProfileCard.cy.tsx ├── e2e │ ├── article │ │ ├── article-details.cy.ts │ │ └── articles-list.cy.ts │ ├── common │ │ └── routing.cy.ts │ └── profile │ │ └── profile-edit.cy.ts ├── fixtures │ ├── article-details.json │ ├── articles.json │ ├── example.json │ └── profile.json ├── helpers │ └── selectByTestId.ts ├── support │ ├── commands.ts │ ├── commands │ │ ├── article.ts │ │ ├── comments.ts │ │ ├── common.ts │ │ ├── profile.ts │ │ └── rating.ts │ ├── component-index.html │ ├── component.ts │ └── e2e.ts └── tsconfig.json ├── docs ├── storybook.md └── tests.md ├── extractedTranslations └── en │ ├── about.json │ ├── article-details.json │ ├── collections.json │ ├── main.json │ ├── profile.json │ ├── settings.json │ ├── statistics.json │ ├── translation.json │ ├── Главная страница.json │ ├── О сайте.json │ └── Сортировать по.json ├── index.html ├── json-server ├── cert.pem ├── db.json ├── index.js └── key.pem ├── netlify.toml ├── package.json ├── public ├── assets │ └── favicon.ico ├── index.html └── locales │ ├── en │ ├── about.json │ ├── article-details.json │ ├── main.json │ ├── profile.json │ ├── settings.json │ └── translation.json │ └── ru │ ├── about.json │ ├── article-details.json │ ├── main.json │ ├── profile.json │ ├── settings.json │ └── translation.json ├── reports └── index.html ├── scripts ├── clear-cache.js ├── createSlice │ ├── firstCharUpperCase.js │ ├── index.js │ ├── resolveRoot.js │ └── templates │ │ ├── componentTemplate.js │ │ ├── createModel.js │ │ ├── createPublicApi.js │ │ ├── createTemplate.js │ │ ├── createUI.js │ │ ├── reduxSliceTemplate.js │ │ ├── schemaTypeTemplate.js │ │ ├── storyTemplate.js │ │ └── styleTemplate.js ├── generate-visual-json-report.js ├── refactoring │ ├── createPublicApiForSharedUi.ts │ └── updateImports.ts └── remove-feature.ts ├── src ├── app │ ├── App.tsx │ ├── lib │ │ ├── useAppToolbar.tsx │ │ ├── useFetchNotificationsCount.ts │ │ └── useLocalStorage.ts │ ├── providers │ │ ├── ErrorBoundary │ │ │ ├── index.ts │ │ │ └── ui │ │ │ │ ├── BugButton.tsx │ │ │ │ └── ErrorBoundary.tsx │ │ ├── StoreProvider │ │ │ ├── config │ │ │ │ ├── StateSchema.ts │ │ │ │ ├── reducerManager.ts │ │ │ │ └── store.ts │ │ │ ├── index.ts │ │ │ └── ui │ │ │ │ └── StoreProvider.tsx │ │ ├── ThemeProvider │ │ │ ├── index.ts │ │ │ └── ui │ │ │ │ ├── ThemeProvider.tsx │ │ │ │ └── withTheme.tsx │ │ ├── ToolbarProvider │ │ │ ├── index.ts │ │ │ └── ui │ │ │ │ └── ToolbarProvider.tsx │ │ └── router │ │ │ ├── config │ │ │ └── routeConfig.tsx │ │ │ ├── index.ts │ │ │ └── ui │ │ │ ├── AppRouter.test.tsx │ │ │ ├── AppRouter.tsx │ │ │ └── RequireAuth.tsx │ ├── styles │ │ ├── index.scss │ │ ├── reset.scss │ │ ├── themes │ │ │ ├── dark.scss │ │ │ ├── normal.scss │ │ │ └── orange.scss │ │ └── variables │ │ │ └── global.scss │ └── types │ │ └── global.d.ts ├── entities │ ├── Article │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── consts │ │ │ │ └── articleConsts.ts │ │ │ ├── selectors │ │ │ │ ├── articleDetails.test.ts │ │ │ │ └── articleDetails.ts │ │ │ ├── services │ │ │ │ └── fetchArticleById │ │ │ │ │ └── fetchArticleById.ts │ │ │ ├── slice │ │ │ │ └── articleDetailsSlice.ts │ │ │ └── types │ │ │ │ ├── article.ts │ │ │ │ └── articleDetailsSchema.ts │ │ ├── testing.ts │ │ └── ui │ │ │ ├── ArticleCodeBlockComponent │ │ │ ├── ArticleCodeBlockComponent.module.scss │ │ │ └── ArticleCodeBlockComponent.tsx │ │ │ ├── ArticleDetails │ │ │ ├── ArticleDetails.module.scss │ │ │ ├── ArticleDetails.stories.tsx │ │ │ ├── ArticleDetails.tsx │ │ │ └── renderBlock.tsx │ │ │ ├── ArticleImageBlockComponent │ │ │ ├── ArticleImageBlockComponent.module.scss │ │ │ └── ArticleImageBlockComponent.tsx │ │ │ ├── ArticleList │ │ │ ├── ArticleList.module.scss │ │ │ ├── ArticleList.stories.tsx │ │ │ └── ArticleList.tsx │ │ │ ├── ArticleListItem │ │ │ ├── ArticleListItem.module.scss │ │ │ ├── ArticleListItem.stories.tsx │ │ │ ├── ArticleListItem.tsx │ │ │ ├── ArticleListItemDeprecated │ │ │ │ └── ArticleListItemDeprecated.tsx │ │ │ ├── ArticleListItemRedesigned │ │ │ │ ├── ArticleListItemRedesigned.module.scss │ │ │ │ └── ArticleListItemRedesigned.tsx │ │ │ └── ArticleListItemSkeleton.tsx │ │ │ └── ArticleTextBlockComponent │ │ │ ├── ArticleTextBlockComponent.module.scss │ │ │ └── ArticleTextBlockComponent.tsx │ ├── Comment │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── comment.ts │ │ └── ui │ │ │ ├── CommentCard │ │ │ ├── CommentCard.module.scss │ │ │ ├── CommentCard.stories.tsx │ │ │ └── CommentCard.tsx │ │ │ └── CommentList │ │ │ ├── CommentList.stories.tsx │ │ │ └── CommentList.tsx │ ├── Counter │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ ├── getCounter │ │ │ │ │ ├── getCounter.test.ts │ │ │ │ │ └── getCounter.ts │ │ │ │ └── getCounterValue │ │ │ │ │ ├── getCounterValue.test.ts │ │ │ │ │ └── getCounterValue.ts │ │ │ ├── slice │ │ │ │ ├── counterSlice.test.ts │ │ │ │ └── counterSlice.ts │ │ │ └── types │ │ │ │ └── counterSchema.ts │ │ └── ui │ │ │ ├── Counter.test.tsx │ │ │ └── Counter.tsx │ ├── Country │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── country.ts │ │ └── ui │ │ │ └── CountrySelect │ │ │ └── CountrySelect.tsx │ ├── Currency │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── currency.ts │ │ └── ui │ │ │ └── CurrencySelect │ │ │ ├── CurrencySelect.stories.tsx │ │ │ └── CurrencySelect.tsx │ ├── Notification │ │ ├── README.md │ │ ├── api │ │ │ └── notificationApi.ts │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── notification.ts │ │ └── ui │ │ │ ├── NotificationItem │ │ │ ├── NotificationItem.module.scss │ │ │ ├── NotificationItem.stories.tsx │ │ │ └── NotificationItem.tsx │ │ │ └── NotificationList │ │ │ ├── NotificationList.module.scss │ │ │ ├── NotificationList.stories.tsx │ │ │ └── NotificationList.tsx │ ├── Profile │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── profile.ts │ │ └── ui │ │ │ ├── ProfileCard │ │ │ ├── ProfileCard.stories.tsx │ │ │ └── ProfileCard.tsx │ │ │ ├── ProfileCardDeprecated │ │ │ ├── ProfileCardDeprecated.module.scss │ │ │ └── ProfileCardDeprecated.tsx │ │ │ └── ProfileCardRedesigned │ │ │ └── ProfileCardRedesigned.tsx │ ├── Rating │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ └── types │ │ │ │ └── types.ts │ │ └── ui │ │ │ └── RatingCard │ │ │ ├── RatingCard.stories.tsx │ │ │ └── RatingCard.tsx │ └── User │ │ ├── README.md │ │ ├── api │ │ └── userApi.ts │ │ ├── index.ts │ │ ├── model │ │ ├── consts │ │ │ └── userConsts.ts │ │ ├── selectors │ │ │ ├── getUserAuthData │ │ │ │ └── getUserAuthData.ts │ │ │ ├── getUserByIdData │ │ │ │ └── getUserByIdData.ts │ │ │ ├── getUserInited │ │ │ │ └── getUserInited.ts │ │ │ ├── jsonSettings.ts │ │ │ ├── roleSelectors.ts │ │ │ └── settingsSelectors.ts │ │ ├── services │ │ │ ├── fetchInvite.ts │ │ │ ├── fetchInviteCancel.ts │ │ │ ├── fetchUserData.ts │ │ │ ├── initAuthData.ts │ │ │ └── saveJsonSettings.ts │ │ ├── slice │ │ │ ├── userByIdSlice.ts │ │ │ └── userSlice.ts │ │ └── types │ │ │ ├── jsonSettings.ts │ │ │ ├── settings.ts │ │ │ └── user.ts │ │ └── ui │ │ ├── AccountListItem │ │ ├── AccountListItem.module.scss │ │ ├── AccountListItem.stories.tsx │ │ ├── AccountListItem.tsx │ │ ├── AccountListItemDeprecated │ │ │ └── AccountListItemDeprecated.tsx │ │ └── AccountListItemSkeleton.tsx │ │ └── AccountsList │ │ ├── AccountsList.module.scss │ │ ├── AccountsList.stories.tsx │ │ └── AccountsList.tsx ├── features │ ├── AccountSortSelector │ │ ├── index.ts │ │ └── ui │ │ │ └── AccountSortSelector │ │ │ ├── AccountSortSelector.module.scss │ │ │ ├── AccountSortSelector.stories.tsx │ │ │ └── AccountSortSelector.tsx │ ├── AccountTypeTabs │ │ ├── index.ts │ │ └── ui │ │ │ └── AccountTypeTabs │ │ │ ├── AccountTypeTabs.stories.tsx │ │ │ └── AccountTypeTabs.tsx │ ├── AccountViewSelector │ │ ├── index.ts │ │ └── ui │ │ │ └── AccountViewSelector │ │ │ ├── AccountViewSelector.module.scss │ │ │ ├── AccountViewSelector.stories.tsx │ │ │ └── AccountViewSelector.tsx │ ├── ArticleSortSelector │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleSortSelector │ │ │ ├── ArticleSortSelector.module.scss │ │ │ ├── ArticleSortSelector.stories.tsx │ │ │ └── ArticleSortSelector.tsx │ ├── ArticleTypeTabs │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleTypeTabs │ │ │ ├── ArticleTypeTabs.stories.tsx │ │ │ └── ArticleTypeTabs.tsx │ ├── ArticleViewSelector │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleViewSelector │ │ │ ├── ArticleViewSelector.module.scss │ │ │ ├── ArticleViewSelector.stories.tsx │ │ │ └── ArticleViewSelector.tsx │ ├── AuthByUsername │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ ├── getLoginEmail │ │ │ │ │ ├── getLoginEmail.test.ts │ │ │ │ │ └── getLoginEmail.ts │ │ │ │ ├── getLoginError │ │ │ │ │ ├── getLoginError.test.ts │ │ │ │ │ └── getLoginError.ts │ │ │ │ ├── getLoginIsLoading │ │ │ │ │ ├── getLoginIsLoading.test.ts │ │ │ │ │ └── getLoginIsLoading.ts │ │ │ │ ├── getLoginPassword │ │ │ │ │ ├── getLoginPassword.test.ts │ │ │ │ │ └── getLoginPassword.ts │ │ │ │ ├── getLoginUsername │ │ │ │ │ ├── getLoginUsername.test.ts │ │ │ │ │ └── getLoginUsername.ts │ │ │ │ ├── getRegisterAgencyName │ │ │ │ │ └── getRegisterAgencyName.ts │ │ │ │ ├── getRegisterEmail │ │ │ │ │ └── getRegisterEmail.ts │ │ │ │ ├── getRegisterError │ │ │ │ │ └── getRegisterError.ts │ │ │ │ ├── getRegisterIsLoading │ │ │ │ │ └── getRegisterIsLoading.ts │ │ │ │ └── getRegisterPassword │ │ │ │ │ └── getRegisterPassword.ts │ │ │ ├── services │ │ │ │ ├── loginByUsername │ │ │ │ │ ├── loginByUsername.test.ts │ │ │ │ │ └── loginByUsername.ts │ │ │ │ └── registerByUsername │ │ │ │ │ └── registerByUsername.ts │ │ │ ├── slice │ │ │ │ ├── loginSlice.test.ts │ │ │ │ ├── loginSlice.ts │ │ │ │ └── registerSlice.ts │ │ │ └── types │ │ │ │ ├── loginSchema.ts │ │ │ │ └── registerSchema.ts │ │ ├── testing.ts │ │ └── ui │ │ │ ├── LoginForm │ │ │ ├── LoginForm.async.ts │ │ │ ├── LoginForm.module.scss │ │ │ ├── LoginForm.stories.tsx │ │ │ └── LoginForm.tsx │ │ │ └── LoginModal │ │ │ └── LoginModal.tsx │ ├── LangSwitcher │ │ ├── README.md │ │ ├── index.ts │ │ └── ui │ │ │ └── LangSwitcher │ │ │ └── LangSwitcher.tsx │ ├── SettingsSections │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ └── getSettingsForm │ │ │ │ │ └── getSettingsForm.ts │ │ │ ├── services │ │ │ │ ├── fetchAgency │ │ │ │ │ └── fetchAgencyData.ts │ │ │ │ ├── fetchDelete │ │ │ │ │ └── fetchDelete.ts │ │ │ │ ├── fetchSettings │ │ │ │ │ └── fetchSettings.ts │ │ │ │ ├── fetchSettingsAgency │ │ │ │ │ └── fetchSettingsAgency.ts │ │ │ │ └── fetchSettingsNotifications │ │ │ │ │ └── fetchSettingsNotifications.ts │ │ │ ├── slices │ │ │ │ └── settingsSlice.ts │ │ │ └── types │ │ │ │ └── settingsSchema.ts │ │ └── ui │ │ │ ├── SettingsAgencyName │ │ │ ├── SettingsAgencyName.module.scss │ │ │ └── SettingsAgencyName.tsx │ │ │ ├── SettingsCookies │ │ │ ├── SettingsCookies.module.scss │ │ │ └── SettingsCookies.tsx │ │ │ ├── SettingsNotifications │ │ │ ├── SettingsNotifications.module.scss │ │ │ └── SettingsNotifications.tsx │ │ │ ├── SettingsStopWords │ │ │ ├── SettingsStopWords.module.scss │ │ │ └── SettingsStopWords.tsx │ │ │ └── SettingsVisible │ │ │ ├── SettingsVisible.module.scss │ │ │ └── SettingsVisible.tsx │ ├── TableMassMailings │ │ ├── index.ts │ │ └── ui │ │ │ └── MassMailingsTable │ │ │ ├── TableMassMailings.module.scss │ │ │ └── TableMassMailings.tsx │ ├── TableProfile │ │ ├── index.ts │ │ └── ui │ │ │ └── MassMailingsTable │ │ │ ├── TableProfile.tsx │ │ │ └── TableTableProfile.module.scss │ ├── ThemeSwitcher │ │ ├── README.md │ │ ├── index.tsx │ │ └── ui │ │ │ ├── ThemeSwitcher.stories.tsx │ │ │ └── ThemeSwitcher.tsx │ ├── UI │ │ ├── README.md │ │ ├── index.ts │ │ └── model │ │ │ ├── selectors │ │ │ └── ui.ts │ │ │ ├── slices │ │ │ └── UISlice.ts │ │ │ └── types │ │ │ └── UISchema.ts │ ├── accountPageGreeting │ │ ├── index.ts │ │ └── ui │ │ │ └── AccountPageGreeting │ │ │ └── AccountPageGreeting.tsx │ ├── addCommentForm │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ └── addCommentFormSelectors.ts │ │ │ ├── slices │ │ │ │ └── addCommentFormSlice.ts │ │ │ └── types │ │ │ │ └── addCommentForm.ts │ │ ├── testing.ts │ │ └── ui │ │ │ └── AddCommentForm │ │ │ ├── AddCommentForm.async.tsx │ │ │ ├── AddCommentForm.module.scss │ │ │ ├── AddCommentForm.stories.tsx │ │ │ └── AddCommentForm.tsx │ ├── articleEditForm │ │ ├── README.md │ │ └── index.ts │ ├── articleRating │ │ ├── README.md │ │ ├── api │ │ │ └── articleRatingApi.ts │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleRating │ │ │ ├── ArticleRating.async.tsx │ │ │ ├── ArticleRating.stories.tsx │ │ │ └── ArticleRating.tsx │ ├── articleRecommendationsList │ │ ├── README.md │ │ ├── api │ │ │ └── aritcleRecommendationsApi.ts │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleRecommendationsList │ │ │ ├── ArticleRecommendationsList.stories.tsx │ │ │ └── ArticleRecommendationsList.tsx │ ├── avatarDropdown │ │ ├── README.md │ │ ├── index.ts │ │ └── ui │ │ │ └── AvatarDropdown │ │ │ ├── AvatarDropdown.stories.tsx │ │ │ └── AvatarDropdown.tsx │ ├── cookieChooser │ │ ├── index.ts │ │ └── ui │ │ │ └── CookieChooser │ │ │ ├── CookieChooser.module.scss │ │ │ └── CookieChooser.tsx │ ├── editableProfileCard │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── consts │ │ │ │ └── consts.ts │ │ │ ├── selectors │ │ │ │ ├── activeDialogs │ │ │ │ │ └── activeDialogs.ts │ │ │ │ ├── getProfileData │ │ │ │ │ ├── getProfileData.test.ts │ │ │ │ │ └── getProfileData.ts │ │ │ │ ├── getProfileError │ │ │ │ │ ├── getProfileError.test.ts │ │ │ │ │ └── getProfileError.ts │ │ │ │ ├── getProfileForm │ │ │ │ │ ├── getProfileForm.test.ts │ │ │ │ │ └── getProfileForm.ts │ │ │ │ ├── getProfileIsLoading │ │ │ │ │ ├── getProfileIsLoading.test.ts │ │ │ │ │ └── getProfileIsLoading.ts │ │ │ │ ├── getProfileReadonly │ │ │ │ │ ├── getProfileReadonly.test.ts │ │ │ │ │ └── getProfileReadonly.ts │ │ │ │ ├── getProfileValidateErrors │ │ │ │ │ ├── getProfileValidateErrors.test.ts │ │ │ │ │ └── getProfileValidateErrors.ts │ │ │ │ └── incidents │ │ │ │ │ └── getIncidents.ts │ │ │ ├── services │ │ │ │ ├── fetchActiveDialogs │ │ │ │ │ └── fetchActiveDialogs.ts │ │ │ │ ├── fetchIncidentByStopWordsData │ │ │ │ │ └── fetchIncidentByStopWordsData.ts │ │ │ │ ├── fetchIncidentData │ │ │ │ │ └── fetchIncidentData.ts │ │ │ │ ├── fetchProfileData │ │ │ │ │ ├── fetchProfileData.test.ts │ │ │ │ │ └── fetchProfileData.ts │ │ │ │ ├── updateProfileData │ │ │ │ │ ├── updateProfileData.test.ts │ │ │ │ │ └── updateProfileData.ts │ │ │ │ └── validateProfileData │ │ │ │ │ ├── validateProfileData.test.ts │ │ │ │ │ └── validateProfileData.ts │ │ │ ├── slice │ │ │ │ ├── activeDialogs.ts │ │ │ │ ├── incidents.ts │ │ │ │ ├── profileSlice.test.ts │ │ │ │ └── profileSlice.ts │ │ │ └── types │ │ │ │ ├── editableProfileCardSchema.ts │ │ │ │ └── incidentsSchema.ts │ │ ├── testing.ts │ │ └── ui │ │ │ ├── EditableProfileCard │ │ │ ├── EditableProfileCard.stories.tsx │ │ │ ├── EditableProfileCard.test.tsx │ │ │ └── EditableProfileCard.tsx │ │ │ └── EditableProfileCardHeader │ │ │ ├── EditableProfileCardHeader.stories.tsx │ │ │ └── EditableProfileCardHeader.tsx │ ├── notificationButton │ │ ├── README.md │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ ├── getNotificationsCount.ts │ │ │ │ └── notificationsSelector.ts │ │ │ ├── services │ │ │ │ ├── fetchNotifications │ │ │ │ │ └── fetchNotifications.ts │ │ │ │ ├── fetchNotificationsCount │ │ │ │ │ └── fetchNotificationsCount.ts │ │ │ │ └── fetchNotificationsList │ │ │ │ │ └── fetchNotificationsList.ts │ │ │ ├── slices │ │ │ │ ├── notificationsCountSlice.ts │ │ │ │ └── notificationsSlice.ts │ │ │ └── types │ │ │ │ ├── NotificationCountSchema.ts │ │ │ │ └── NotificationSchema.ts │ │ └── ui │ │ │ └── NotificationButton │ │ │ ├── NotificationButton.module.scss │ │ │ ├── NotificationButton.stories.tsx │ │ │ └── NotificationButton.tsx │ ├── scrollToTopButton │ │ ├── index.ts │ │ └── ui │ │ │ └── ScrollToTopButton │ │ │ ├── ScrollToTopButton.module.scss │ │ │ └── ScrollToTopButton.tsx │ ├── toolbar │ │ ├── index.ts │ │ └── ui │ │ │ └── ToolbarSettings │ │ │ ├── ToolbarSettings.module.scss │ │ │ └── ToolbarSettings.tsx │ └── uiDesignSwitcher │ │ ├── index.ts │ │ └── ui │ │ └── UiDesignSwitcher │ │ └── UiDesignSwitcher.tsx ├── index.tsx ├── pages │ ├── AboutPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── AboutPage.async.tsx │ │ │ ├── AboutPage.stories.tsx │ │ │ └── AboutPage.tsx │ ├── AccountsPage │ │ ├── index.ts │ │ ├── lib │ │ │ └── hooks │ │ │ │ └── useAccountFilters.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ └── accountsPageSelectors.ts │ │ │ ├── services │ │ │ │ ├── fetchAccountsList │ │ │ │ │ └── fetchAccountsList.ts │ │ │ │ ├── fetchNextAccountsPage │ │ │ │ │ ├── fetchNextAccountsPage.test.ts │ │ │ │ │ └── fetchNextAccountsPage.ts │ │ │ │ └── initAccountsPage │ │ │ │ │ └── initAccountsPage.ts │ │ │ ├── slices │ │ │ │ └── accountsPageSlice.ts │ │ │ └── types │ │ │ │ └── accountsPageSchema.ts │ │ └── ui │ │ │ ├── AccountInfiniteList │ │ │ ├── AccountInfiniteList.stories.tsx │ │ │ └── AccountInfiniteList.tsx │ │ │ ├── AccountsPage │ │ │ ├── AccountsPage.async.tsx │ │ │ ├── AccountsPage.module.scss │ │ │ ├── AccountsPage.stories.tsx │ │ │ └── AccountsPage.tsx │ │ │ ├── AccountsPageFilters │ │ │ ├── AccountsPageFilters.module.scss │ │ │ ├── AccountsPageFilters.stories.tsx │ │ │ └── AccountsPageFilters.tsx │ │ │ ├── FiltersContainer │ │ │ └── FiltersContainer.tsx │ │ │ └── ViewSelectorContainer │ │ │ └── ViewSelectorContainer.tsx │ ├── AdminPanelPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── AdminPanelPage.async.tsx │ │ │ └── AdminPanelPage.tsx │ ├── ArticleDetailsPage │ │ ├── index.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ ├── article.ts │ │ │ │ ├── comments.ts │ │ │ │ └── recommendations.ts │ │ │ ├── services │ │ │ │ ├── addCommentForArticle │ │ │ │ │ └── addCommentForArticle.ts │ │ │ │ ├── fetchArticleRecommendations │ │ │ │ │ └── fetchArticleRecommendations.ts │ │ │ │ └── fetchCommentsByArticleId │ │ │ │ │ └── fetchCommentsByArticleId.ts │ │ │ ├── slices │ │ │ │ ├── articleDetailsCommentsSlice.ts │ │ │ │ ├── articleDetailsPageRecommendationsSlice.ts │ │ │ │ └── index.ts │ │ │ └── types │ │ │ │ ├── ArticleDetailsCommentsSchema.ts │ │ │ │ ├── ArticleDetailsRecommendationsSchema.ts │ │ │ │ └── index.ts │ │ ├── testing.ts │ │ └── ui │ │ │ ├── AdditionalInfoContainer │ │ │ ├── AdditionalInfoContainer.module.scss │ │ │ └── AdditionalInfoContainer.tsx │ │ │ ├── ArticleDetailsComments │ │ │ ├── ArticleDetailsComments.stories.tsx │ │ │ └── ArticleDetailsComments.tsx │ │ │ ├── ArticleDetailsPage │ │ │ ├── ArticleDetailsPage.async.tsx │ │ │ ├── ArticleDetailsPage.module.scss │ │ │ ├── ArticleDetailsPage.stories.tsx │ │ │ └── ArticleDetailsPage.tsx │ │ │ ├── ArticleDetailsPageHeader │ │ │ ├── ArticleDetailsPageHeader.stories.tsx │ │ │ └── ArticleDetailsPageHeader.tsx │ │ │ └── DetailsContainer │ │ │ └── DetailsContainer.tsx │ ├── ArticleEditPage │ │ ├── index.ts │ │ └── ui │ │ │ └── ArticleEditPage │ │ │ ├── ArticleEditPage.async.tsx │ │ │ ├── ArticleEditPage.module.scss │ │ │ ├── ArticleEditPage.stories.tsx │ │ │ └── ArticleEditPage.tsx │ ├── ArticlesPage │ │ ├── index.ts │ │ ├── lib │ │ │ └── hooks │ │ │ │ └── useArticleFilters.ts │ │ ├── model │ │ │ ├── selectors │ │ │ │ └── articlesPageSelectors.ts │ │ │ ├── services │ │ │ │ ├── fetchArticlesList │ │ │ │ │ └── fetchArticlesList.ts │ │ │ │ ├── fetchNextArticlesPage │ │ │ │ │ ├── fetchNextArticlesPage.test.ts │ │ │ │ │ └── fetchNextArticlesPage.ts │ │ │ │ └── initArticlesPage │ │ │ │ │ └── initArticlesPage.ts │ │ │ ├── slices │ │ │ │ └── articlesPageSlice.ts │ │ │ └── types │ │ │ │ └── articlesPageSchema.ts │ │ └── ui │ │ │ ├── ArticleInfiniteList │ │ │ ├── ArticleInfiniteList.stories.tsx │ │ │ └── ArticleInfiniteList.tsx │ │ │ ├── ArticlesPage │ │ │ ├── ArticlesPage.async.tsx │ │ │ ├── ArticlesPage.module.scss │ │ │ ├── ArticlesPage.stories.tsx │ │ │ └── ArticlesPage.tsx │ │ │ ├── ArticlesPageFilters │ │ │ ├── ArticlesPageFilters.module.scss │ │ │ ├── ArticlesPageFilters.stories.tsx │ │ │ └── ArticlesPageFilters.tsx │ │ │ ├── FiltersContainer │ │ │ └── FiltersContainer.tsx │ │ │ └── ViewSelectorContainer │ │ │ └── ViewSelectorContainer.tsx │ ├── CollectionsPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── CollectionsPage.async.tsx │ │ │ ├── CollectionsPage.stories.tsx │ │ │ └── CollectionsPage.tsx │ ├── ForbiddenPage │ │ ├── index.ts │ │ └── ui │ │ │ └── ForbiddenPage.tsx │ ├── MainPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── MainPage.async.tsx │ │ │ ├── MainPage.stories.tsx │ │ │ └── MainPage.tsx │ ├── MassMailingsPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── MassMailingsPage.async.tsx │ │ │ ├── MassMailingsPage.stories.tsx │ │ │ └── MassMailingsPage.tsx │ ├── NotFoundPage │ │ ├── index.ts │ │ └── ui │ │ │ ├── NotFoundPage.module.scss │ │ │ ├── NotFoundPage.stories.tsx │ │ │ └── NotFoundPage.tsx │ ├── ProfilePage │ │ ├── index.ts │ │ └── ui │ │ │ ├── ProfilePage.async.tsx │ │ │ ├── ProfilePage.stories.tsx │ │ │ └── ProfilePage.tsx │ ├── SettingsPage │ │ ├── index.ts │ │ └── ui │ │ │ └── SettingsPage │ │ │ ├── SettingsPage.async.tsx │ │ │ ├── SettingsPage.module.scss │ │ │ └── SettingsPage.tsx │ └── StatisticsPage │ │ ├── index.ts │ │ └── ui │ │ ├── StatisticsPage.async.tsx │ │ ├── StatisticsPage.stories.tsx │ │ └── StatisticsPage.tsx ├── shared │ ├── api │ │ ├── api.ts │ │ └── rtkApi.ts │ ├── assets │ │ ├── icons │ │ │ ├── CollectionsBookmark.svg │ │ │ ├── Info.svg │ │ │ ├── SupervisorAccount.svg │ │ │ ├── about-20-20.svg │ │ │ ├── about.svg │ │ │ ├── app-image.svg │ │ │ ├── arrow-bottom.svg │ │ │ ├── article-20-20.svg │ │ │ ├── article.svg │ │ │ ├── avatar.svg │ │ │ ├── burger.svg │ │ │ ├── calendar-20-20.svg │ │ │ ├── circle-up.svg │ │ │ ├── copy-20-20.svg │ │ │ ├── copy.svg │ │ │ ├── done-20-20.svg │ │ │ ├── eye-20-20.svg │ │ │ ├── eye.svg │ │ │ ├── home.svg │ │ │ ├── kebab.svg │ │ │ ├── list-24-24.svg │ │ │ ├── logo.png │ │ │ ├── logo2.png │ │ │ ├── mailing.svg │ │ │ ├── main-20-20.svg │ │ │ ├── notification-20-20.svg │ │ │ ├── notification.svg │ │ │ ├── profile-20-20.svg │ │ │ ├── search.svg │ │ │ ├── settingsBell.svg │ │ │ ├── settingsComments.svg │ │ │ ├── settingsEvents.svg │ │ │ ├── star.svg │ │ │ ├── statistics.svg │ │ │ ├── theme-dark.svg │ │ │ ├── theme-light.svg │ │ │ ├── theme.svg │ │ │ ├── tile.svg │ │ │ ├── tiled-24-24.svg │ │ │ ├── user-32-32.png │ │ │ ├── user-filled.svg │ │ │ └── xmark.svg │ │ └── tests │ │ │ └── storybook.jpg │ ├── config │ │ ├── i18n │ │ │ ├── i18n.ts │ │ │ └── i18nForTests.ts │ │ └── storybook │ │ │ ├── FeaturesFlagsDecorator │ │ │ └── FeaturesFlagsDecorator.tsx │ │ │ ├── NewDesignDecorator │ │ │ └── NewDesignDecorator.tsx │ │ │ ├── RouterDecorator │ │ │ └── RouterDecorator.tsx │ │ │ ├── StoreDecorator │ │ │ └── StoreDecorator.tsx │ │ │ ├── StyleDecorator │ │ │ └── StyleDecorator.ts │ │ │ ├── SuspenseDecorator │ │ │ └── SuspenseDecorator.tsx │ │ │ └── ThemeDecorator │ │ │ └── ThemeDecorator.tsx │ ├── const │ │ ├── global.ts │ │ ├── localstorage.ts │ │ ├── router.ts │ │ └── theme.ts │ ├── layouts │ │ ├── AppLoaderLayout │ │ │ ├── AppLoaderLayout.module.scss │ │ │ ├── AppLoaderLayout.tsx │ │ │ └── index.ts │ │ ├── MainLayout │ │ │ ├── MainLayout.module.scss │ │ │ ├── MainLayout.tsx │ │ │ └── index.ts │ │ └── StickyContentLayout │ │ │ ├── StickyContentLayout.module.scss │ │ │ ├── StickyContentLayout.tsx │ │ │ └── index.ts │ ├── lib │ │ ├── classNames │ │ │ ├── classNames.test.ts │ │ │ └── classNames.ts │ │ ├── components │ │ │ ├── AnimationProvider │ │ │ │ ├── AnimationProvider.tsx │ │ │ │ └── index.ts │ │ │ └── DynamicModuleLoader │ │ │ │ └── DynamicModuleLoader.tsx │ │ ├── context │ │ │ └── ThemeContext.ts │ │ ├── features │ │ │ ├── api │ │ │ │ └── featureFlagsApi.ts │ │ │ ├── components │ │ │ │ └── ToggleFeatures │ │ │ │ │ └── ToggleFeatures.tsx │ │ │ ├── index.ts │ │ │ ├── lib │ │ │ │ ├── setGetFeatures.ts │ │ │ │ └── toggleFeatures.ts │ │ │ └── services │ │ │ │ └── updateFeatureFlags.ts │ │ ├── hooks │ │ │ ├── useAppDispatch │ │ │ │ └── useAppDispatch.ts │ │ │ ├── useDebounce │ │ │ │ └── useDebounce.ts │ │ │ ├── useHover │ │ │ │ └── useHover.ts │ │ │ ├── useInfiniteScroll │ │ │ │ └── useInfiniteScroll.ts │ │ │ ├── useInitialEffect │ │ │ │ └── useInitialEffect.ts │ │ │ ├── useModal │ │ │ │ └── useModal.tsx │ │ │ ├── useTheme │ │ │ │ └── useTheme.ts │ │ │ └── useThrottle │ │ │ │ └── useThrottle.ts │ │ ├── render │ │ │ └── forceUpdate.tsx │ │ ├── router │ │ │ └── useRouteChange.tsx │ │ ├── store │ │ │ ├── buildSelector.ts │ │ │ ├── buildSlice.ts │ │ │ └── index.ts │ │ ├── tests │ │ │ ├── TestAsyncThunk │ │ │ │ └── TestAsyncThunk.ts │ │ │ ├── componentRender │ │ │ │ └── componentRender.tsx │ │ │ └── renderWithTranslation │ │ │ │ └── renderWithTranslation.tsx │ │ └── url │ │ │ └── addQueryParams │ │ │ ├── addQueryParams.test.ts │ │ │ └── addQueryParams.ts │ ├── mock │ │ └── incidents │ │ │ ├── activeDialogs.ts │ │ │ ├── incidentsType0.ts │ │ │ ├── incidentsType1.ts │ │ │ └── index.ts │ ├── types │ │ ├── featureFlags.ts │ │ ├── router.ts │ │ ├── sort.ts │ │ ├── tests.ts │ │ └── ui.ts │ └── ui │ │ ├── deprecated │ │ ├── AppLink │ │ │ ├── AppLink.module.scss │ │ │ ├── AppLink.stories.tsx │ │ │ ├── AppLink.tsx │ │ │ └── index.ts │ │ ├── Avatar │ │ │ ├── Avatar.module.scss │ │ │ ├── Avatar.stories.tsx │ │ │ ├── Avatar.tsx │ │ │ ├── index.ts │ │ │ └── storybook.jpg │ │ ├── Button │ │ │ ├── Button.module.scss │ │ │ ├── Button.stories.tsx │ │ │ ├── Button.test.tsx │ │ │ ├── Button.tsx │ │ │ └── index.ts │ │ ├── Card │ │ │ ├── Card.module.scss │ │ │ ├── Card.stories.tsx │ │ │ ├── Card.tsx │ │ │ └── index.ts │ │ ├── Icon │ │ │ ├── Icon.module.scss │ │ │ ├── Icon.tsx │ │ │ └── index.ts │ │ ├── Input │ │ │ ├── Input.module.scss │ │ │ ├── Input.stories.tsx │ │ │ ├── Input.tsx │ │ │ └── index.ts │ │ ├── Loader │ │ │ ├── Loader.scss │ │ │ ├── Loader.stories.tsx │ │ │ ├── Loader.tsx │ │ │ └── index.ts │ │ ├── Popups │ │ │ ├── components │ │ │ │ ├── Dropdown │ │ │ │ │ ├── Dropdown.module.scss │ │ │ │ │ ├── Dropdown.stories.tsx │ │ │ │ │ └── Dropdown.tsx │ │ │ │ ├── ListBox │ │ │ │ │ ├── ListBox.module.scss │ │ │ │ │ ├── ListBox.stories.tsx │ │ │ │ │ └── ListBox.tsx │ │ │ │ └── Popover │ │ │ │ │ ├── Popover.module.scss │ │ │ │ │ └── Popover.tsx │ │ │ ├── index.ts │ │ │ └── styles │ │ │ │ ├── consts.ts │ │ │ │ └── popup.module.scss │ │ ├── Select │ │ │ ├── Select.module.scss │ │ │ ├── Select.stories.tsx │ │ │ ├── Select.tsx │ │ │ └── index.ts │ │ ├── Skeleton │ │ │ ├── Skeleton.module.scss │ │ │ ├── Skeleton.stories.tsx │ │ │ ├── Skeleton.tsx │ │ │ └── index.ts │ │ ├── StarRating │ │ │ ├── StarRating.module.scss │ │ │ ├── StarRating.stories.tsx │ │ │ ├── StarRating.tsx │ │ │ └── index.ts │ │ ├── Status │ │ │ ├── Status.module.scss │ │ │ ├── Status.stories.tsx │ │ │ ├── Status.tsx │ │ │ └── index.ts │ │ ├── Tabs │ │ │ ├── Tabs.module.scss │ │ │ ├── Tabs.stories.tsx │ │ │ ├── Tabs.tsx │ │ │ └── index.ts │ │ └── Text │ │ │ ├── Text.module.scss │ │ │ ├── Text.stories.tsx │ │ │ ├── Text.tsx │ │ │ └── index.ts │ │ ├── material │ │ ├── AppBar │ │ │ ├── AppBar.module.scss │ │ │ ├── AppBar.stories.tsx │ │ │ ├── AppBar.tsx │ │ │ └── index.ts │ │ ├── Badge │ │ │ ├── Badge.module.scss │ │ │ ├── Badge.stories.tsx │ │ │ ├── Badge.tsx │ │ │ └── index.ts │ │ ├── ButtonModal │ │ │ ├── ButtonModal.module.scss │ │ │ ├── ButtonModal.stories.tsx │ │ │ ├── ButtonModal.tsx │ │ │ └── index.ts │ │ ├── ButtonSplit │ │ │ ├── ButtonSplit.module.scss │ │ │ ├── ButtonSplit.tsx │ │ │ └── index.ts │ │ ├── IconButton │ │ │ ├── IconButton.module.scss │ │ │ ├── IconButton.stories.tsx │ │ │ ├── IconButton.tsx │ │ │ └── index.ts │ │ ├── Input │ │ │ ├── Input.module.scss │ │ │ ├── Input.stories.tsx │ │ │ ├── Input.tsx │ │ │ └── index.ts │ │ ├── ListItemIcon │ │ │ ├── ListItemIcon.module.scss │ │ │ ├── ListItemIcon.stories.tsx │ │ │ ├── ListItemIcon.tsx │ │ │ └── index.ts │ │ ├── Maintenance │ │ │ ├── Maintenance.module.scss │ │ │ ├── Maintenance.stories.tsx │ │ │ ├── Maintenance.tsx │ │ │ └── index.ts │ │ ├── Select │ │ │ ├── Select.module.scss │ │ │ ├── Select.stories.tsx │ │ │ ├── Select.tsx │ │ │ └── index.ts │ │ ├── Switch │ │ │ ├── Switch.module.scss │ │ │ ├── Switch.tsx │ │ │ └── index.ts │ │ └── Typography │ │ │ ├── Typography.module.scss │ │ │ ├── Typography.stories.tsx │ │ │ ├── Typography.tsx │ │ │ └── index.ts │ │ └── redesigned │ │ ├── AppImage │ │ ├── AppImage.stories.tsx │ │ ├── AppImage.tsx │ │ └── index.ts │ │ ├── AppLink │ │ ├── AppLink.module.scss │ │ ├── AppLink.tsx │ │ └── index.ts │ │ ├── AppLogo │ │ ├── AppLogo.module.scss │ │ ├── AppLogo.tsx │ │ └── index.ts │ │ ├── Avatar │ │ ├── Avatar.module.scss │ │ ├── Avatar.tsx │ │ └── index.ts │ │ ├── Button │ │ ├── Button.module.scss │ │ ├── Button.tsx │ │ └── index.ts │ │ ├── Card │ │ ├── Card.module.scss │ │ ├── Card.tsx │ │ └── index.ts │ │ ├── Code │ │ ├── Code.module.scss │ │ ├── Code.stories.tsx │ │ ├── Code.tsx │ │ └── index.ts │ │ ├── Drawer │ │ ├── Drawer.module.scss │ │ ├── Drawer.tsx │ │ └── index.ts │ │ ├── Icon │ │ ├── Icon.module.scss │ │ ├── Icon.tsx │ │ └── index.ts │ │ ├── Input │ │ ├── Input.module.scss │ │ ├── Input.tsx │ │ └── index.ts │ │ ├── Modal │ │ ├── Modal.module.scss │ │ ├── Modal.stories.tsx │ │ ├── Modal.tsx │ │ └── index.ts │ │ ├── Overlay │ │ ├── Overlay.module.scss │ │ ├── Overlay.tsx │ │ └── index.ts │ │ ├── Popups │ │ ├── components │ │ │ ├── Dropdown │ │ │ │ ├── Dropdown.module.scss │ │ │ │ └── Dropdown.tsx │ │ │ ├── ListBox │ │ │ │ ├── ListBox.module.scss │ │ │ │ └── ListBox.tsx │ │ │ └── Popover │ │ │ │ ├── Popover.module.scss │ │ │ │ └── Popover.tsx │ │ ├── index.ts │ │ └── styles │ │ │ ├── consts.ts │ │ │ └── popup.module.scss │ │ ├── Portal │ │ ├── Portal.tsx │ │ └── index.ts │ │ ├── Skeleton │ │ ├── Skeleton.module.scss │ │ ├── Skeleton.tsx │ │ └── index.ts │ │ ├── Stack │ │ ├── Flex │ │ │ ├── Flex.module.scss │ │ │ └── Flex.tsx │ │ ├── HStack │ │ │ └── HStack.tsx │ │ ├── VStack │ │ │ └── VStack.tsx │ │ └── index.ts │ │ ├── Tabs │ │ ├── Tabs.module.scss │ │ ├── Tabs.tsx │ │ └── index.ts │ │ └── Text │ │ ├── Text.module.scss │ │ ├── Text.tsx │ │ └── index.ts └── widgets │ ├── AccountsFilters │ ├── index.ts │ └── ui │ │ └── AccountsFilters │ │ ├── AccountsFilters.module.scss │ │ └── AccountsFilters.tsx │ ├── ArticleAdditionalInfo │ ├── index.ts │ └── ui │ │ └── ArticleAdditionalInfo │ │ ├── ArticleAdditionalInfo.module.scss │ │ └── ArticleAdditionalInfo.tsx │ ├── ArticlesFilters │ ├── index.ts │ └── ui │ │ └── ArticlesFilters │ │ ├── ArticlesFilters.module.scss │ │ └── ArticlesFilters.tsx │ ├── ErrorPage │ ├── index.ts │ └── ui │ │ ├── ErrorPage.module.scss │ │ ├── ErrorPage.stories.tsx │ │ └── ErrorPage.tsx │ ├── Navbar │ ├── index.ts │ └── ui │ │ ├── Navbar.module.scss │ │ ├── Navbar.stories.tsx │ │ └── Navbar.tsx │ ├── Page │ ├── index.ts │ └── ui │ │ └── Page │ │ ├── Page.module.scss │ │ ├── Page.stories.tsx │ │ └── Page.tsx │ ├── PageLoader │ ├── index.ts │ └── ui │ │ └── PageLoader │ │ ├── PageLoader.module.scss │ │ └── PageLoader.tsx │ ├── ScrollToolbar │ ├── index.ts │ └── ui │ │ └── ScrollToolbar │ │ ├── ScrollToolbar.module.scss │ │ └── ScrollToolbar.tsx │ └── Sidebar │ ├── index.ts │ ├── model │ ├── selectors │ │ └── getSidebarItems.ts │ └── types │ │ └── sidebar.ts │ └── ui │ ├── Sidebar │ ├── Sidebar.module.scss │ ├── Sidebar.stories.tsx │ ├── Sidebar.test.tsx │ └── Sidebar.tsx │ └── SidebarItem │ ├── SidebarItem.module.scss │ └── SidebarItem.tsx ├── tsconfig.json ├── vite.config.ts ├── webpack.config.ts └── yarn.lock /.browserslistrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.browserslistrc -------------------------------------------------------------------------------- /.deploy/deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.deploy/deploy.sh -------------------------------------------------------------------------------- /.deploy/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.deploy/nginx.conf -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.eslintrc.js -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | . "$(dirname "$0")/_/husky.sh" 3 | 4 | #npx lint-staged 5 | -------------------------------------------------------------------------------- /.loki/.gitignore: -------------------------------------------------------------------------------- 1 | current 2 | difference 3 | -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_entities_ProfileCard_Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_entities_ProfileCard_Loading.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_entities_ProfileCard_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_entities_ProfileCard_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_features_ArticleRating_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_features_ArticleRating_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_features_LoginForm_Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_features_LoginForm_Loading.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_features_LoginForm_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_features_LoginForm_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_features_LoginForm_With_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_features_LoginForm_With_Error.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_MainPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_MainPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_MainPage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_MainPage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_NotFoundPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_NotFoundPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_NotFoundPage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_NotFoundPage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_ProfilePage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_ProfilePage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_pages_ProfilePage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_pages_ProfilePage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Primary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Primary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Red.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Red_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Red_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Secondary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Secondary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_AppLink_Secondary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_AppLink_Secondary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Avatar_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Avatar_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Avatar_Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Avatar_Small.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Clear.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Clear_Inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Clear_Inverted.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Disabled.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Outline.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Outline_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Outline_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Outline_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Outline_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Outline_Size_Xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Outline_Size_Xl.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Square.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Square_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Square_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Button_Square_Size_Xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Button_Square_Size_Xl.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Card_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Card_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Code_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Code_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Dropdown_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Dropdown_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Column.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Column_Align_End.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Column_Align_End.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Column_Gap_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Column_Gap_16.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Row.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_16.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_4.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Flex_Row_Gap_8.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Input_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Input_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_ListBox_Bottom_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_ListBox_Bottom_Left.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_ListBox_Bottom_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_ListBox_Bottom_Right.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_ListBox_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_ListBox_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_ListBox_Top_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_ListBox_Top_Left.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_ListBox_Top_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_ListBox_Top_Right.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Loader_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Loader_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Loader_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Loader_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Modal_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Modal_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Modal_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Modal_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Select_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Select_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Skeleton_Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Skeleton_Circle.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Skeleton_Circle_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Skeleton_Circle_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Skeleton_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Skeleton_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Skeleton_Normal_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Skeleton_Normal_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_StarRating_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_StarRating_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Tabs_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Tabs_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Error.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Only_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Only_Text.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Only_Text_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Only_Text_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Only_Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Only_Title.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Only_Title_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Only_Title_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Primary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Primary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Size_M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Size_M.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_shared_Text_Size_S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_shared_Text_Size_S.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_ErrorPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_ErrorPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_ErrorPage_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_ErrorPage_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Navbar_Auth_Navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Navbar_Auth_Navbar.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Navbar_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Navbar_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Navbar_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Navbar_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Sidebar_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Sidebar_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Sidebar_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Sidebar_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_Sidebar_No_Auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_Sidebar_No_Auth.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_ThemeSwitcher_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_ThemeSwitcher_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_iphone7_widgets_ThemeSwitcher_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_iphone7_widgets_ThemeSwitcher_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_entities_ProfileCard_Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_entities_ProfileCard_Loading.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_entities_ProfileCard_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_entities_ProfileCard_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_features_AddCommentForm_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_features_AddCommentForm_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_features_ArticleRating_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_features_ArticleRating_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_features_LoginForm_Loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_features_LoginForm_Loading.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_features_LoginForm_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_features_LoginForm_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_features_LoginForm_With_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_features_LoginForm_With_Error.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_MainPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_MainPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_MainPage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_MainPage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_NotFoundPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_NotFoundPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_NotFoundPage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_NotFoundPage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_ProfilePage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_ProfilePage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_pages_ProfilePage_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_pages_ProfilePage_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Primary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Primary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Red.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Red_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Red_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Secondary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Secondary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_AppLink_Secondary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_AppLink_Secondary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Avatar_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Avatar_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Avatar_Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Avatar_Small.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Background_Theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Background_Theme.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Clear.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Clear_Inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Clear_Inverted.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Disabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Disabled.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Outline.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Outline_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Outline_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Outline_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Outline_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Outline_Size_Xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Outline_Size_Xl.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Square.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Square_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Square_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Button_Square_Size_Xl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Button_Square_Size_Xl.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Card_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Card_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Code_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Code_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Dropdown_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Dropdown_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Column.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Column_Align_End.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Column_Align_End.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Column_Gap_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Column_Gap_16.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Row.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Row.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Row_Gap_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Row_Gap_16.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Row_Gap_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Row_Gap_4.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Flex_Row_Gap_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Flex_Row_Gap_8.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Input_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Input_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_ListBox_Bottom_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_ListBox_Bottom_Left.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_ListBox_Bottom_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_ListBox_Bottom_Right.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_ListBox_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_ListBox_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_ListBox_Top_Left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_ListBox_Top_Left.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_ListBox_Top_Right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_ListBox_Top_Right.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Loader_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Loader_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Loader_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Loader_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Modal_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Modal_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Modal_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Modal_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Select_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Select_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Skeleton_Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Skeleton_Circle.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Skeleton_Circle_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Skeleton_Circle_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Skeleton_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Skeleton_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Skeleton_Normal_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Skeleton_Normal_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_StarRating_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_StarRating_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Tabs_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Tabs_Normal.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Error.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Only_Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Only_Text.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Only_Text_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Only_Text_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Only_Title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Only_Title.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Only_Title_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Only_Title_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Primary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Primary.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Primary_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Primary_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Size_L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Size_L.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Size_M.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Size_M.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_shared_Text_Size_S.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_shared_Text_Size_S.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_ErrorPage_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_ErrorPage_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_ErrorPage_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_ErrorPage_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Navbar_Auth_Navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Navbar_Auth_Navbar.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Navbar_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Navbar_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Navbar_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Navbar_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Sidebar_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Sidebar_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Sidebar_Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Sidebar_Light.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_Sidebar_No_Auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_Sidebar_No_Auth.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_ThemeSwitcher_Dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_ThemeSwitcher_Dark.png -------------------------------------------------------------------------------- /.loki/reference/chrome_laptop_widgets_ThemeSwitcher_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.loki/reference/chrome_laptop_widgets_ThemeSwitcher_Normal.png -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /.stylelintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/.stylelintrc.json -------------------------------------------------------------------------------- /README.docs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/README.docs.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/README.md -------------------------------------------------------------------------------- /README.notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/README.notes.md -------------------------------------------------------------------------------- /babel.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/babel.config.json -------------------------------------------------------------------------------- /config/babel/babelRemovePropsPlugin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/babel/babelRemovePropsPlugin.ts -------------------------------------------------------------------------------- /config/build/buildDevServer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/buildDevServer.ts -------------------------------------------------------------------------------- /config/build/buildLoaders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/buildLoaders.ts -------------------------------------------------------------------------------- /config/build/buildPlugins.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/buildPlugins.ts -------------------------------------------------------------------------------- /config/build/buildResolvers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/buildResolvers.ts -------------------------------------------------------------------------------- /config/build/buildWebpackConfig.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/buildWebpackConfig.ts -------------------------------------------------------------------------------- /config/build/loaders/buildBabelLoader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/loaders/buildBabelLoader.ts -------------------------------------------------------------------------------- /config/build/loaders/buildCssLoader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/loaders/buildCssLoader.ts -------------------------------------------------------------------------------- /config/build/types/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/build/types/config.ts -------------------------------------------------------------------------------- /config/jest/jest.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/jest/jest.config.ts -------------------------------------------------------------------------------- /config/jest/jestEmptyComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/jest/jestEmptyComponent.tsx -------------------------------------------------------------------------------- /config/jest/setupTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/jest/setupTests.ts -------------------------------------------------------------------------------- /config/storybook/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/storybook/main.ts -------------------------------------------------------------------------------- /config/storybook/preview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/config/storybook/preview.js -------------------------------------------------------------------------------- /cypress.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress.config.ts -------------------------------------------------------------------------------- /cypress/component/EditableProfileCard.cy.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/component/EditableProfileCard.cy.tsx -------------------------------------------------------------------------------- /cypress/e2e/article/article-details.cy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/e2e/article/article-details.cy.ts -------------------------------------------------------------------------------- /cypress/e2e/article/articles-list.cy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/e2e/article/articles-list.cy.ts -------------------------------------------------------------------------------- /cypress/e2e/common/routing.cy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/e2e/common/routing.cy.ts -------------------------------------------------------------------------------- /cypress/e2e/profile/profile-edit.cy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/e2e/profile/profile-edit.cy.ts -------------------------------------------------------------------------------- /cypress/fixtures/article-details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/fixtures/article-details.json -------------------------------------------------------------------------------- /cypress/fixtures/articles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/fixtures/articles.json -------------------------------------------------------------------------------- /cypress/fixtures/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/fixtures/example.json -------------------------------------------------------------------------------- /cypress/fixtures/profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/fixtures/profile.json -------------------------------------------------------------------------------- /cypress/helpers/selectByTestId.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/helpers/selectByTestId.ts -------------------------------------------------------------------------------- /cypress/support/commands.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands.ts -------------------------------------------------------------------------------- /cypress/support/commands/article.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands/article.ts -------------------------------------------------------------------------------- /cypress/support/commands/comments.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands/comments.ts -------------------------------------------------------------------------------- /cypress/support/commands/common.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands/common.ts -------------------------------------------------------------------------------- /cypress/support/commands/profile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands/profile.ts -------------------------------------------------------------------------------- /cypress/support/commands/rating.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/commands/rating.ts -------------------------------------------------------------------------------- /cypress/support/component-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/component-index.html -------------------------------------------------------------------------------- /cypress/support/component.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/support/component.ts -------------------------------------------------------------------------------- /cypress/support/e2e.ts: -------------------------------------------------------------------------------- 1 | import './commands'; 2 | -------------------------------------------------------------------------------- /cypress/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/cypress/tsconfig.json -------------------------------------------------------------------------------- /docs/storybook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/docs/storybook.md -------------------------------------------------------------------------------- /docs/tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/docs/tests.md -------------------------------------------------------------------------------- /extractedTranslations/en/about.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/about.json -------------------------------------------------------------------------------- /extractedTranslations/en/article-details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/article-details.json -------------------------------------------------------------------------------- /extractedTranslations/en/collections.json: -------------------------------------------------------------------------------- 1 | { 2 | "Collections": "" 3 | } 4 | -------------------------------------------------------------------------------- /extractedTranslations/en/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/main.json -------------------------------------------------------------------------------- /extractedTranslations/en/profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/profile.json -------------------------------------------------------------------------------- /extractedTranslations/en/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/settings.json -------------------------------------------------------------------------------- /extractedTranslations/en/statistics.json: -------------------------------------------------------------------------------- 1 | { 2 | "Statistics": "" 3 | } 4 | -------------------------------------------------------------------------------- /extractedTranslations/en/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/extractedTranslations/en/translation.json -------------------------------------------------------------------------------- /extractedTranslations/en/Главная страница.json: -------------------------------------------------------------------------------- 1 | { 2 | "описание": "" 3 | } 4 | -------------------------------------------------------------------------------- /extractedTranslations/en/О сайте.json: -------------------------------------------------------------------------------- 1 | { 2 | "описание": "" 3 | } 4 | -------------------------------------------------------------------------------- /extractedTranslations/en/Сортировать по.json: -------------------------------------------------------------------------------- 1 | { 2 | "": "" 3 | } 4 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/index.html -------------------------------------------------------------------------------- /json-server/cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/json-server/cert.pem -------------------------------------------------------------------------------- /json-server/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/json-server/db.json -------------------------------------------------------------------------------- /json-server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/json-server/index.js -------------------------------------------------------------------------------- /json-server/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/json-server/key.pem -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/netlify.toml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/package.json -------------------------------------------------------------------------------- /public/assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/assets/favicon.ico -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/index.html -------------------------------------------------------------------------------- /public/locales/en/about.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/about.json -------------------------------------------------------------------------------- /public/locales/en/article-details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/article-details.json -------------------------------------------------------------------------------- /public/locales/en/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/main.json -------------------------------------------------------------------------------- /public/locales/en/profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/profile.json -------------------------------------------------------------------------------- /public/locales/en/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/settings.json -------------------------------------------------------------------------------- /public/locales/en/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/en/translation.json -------------------------------------------------------------------------------- /public/locales/ru/about.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/about.json -------------------------------------------------------------------------------- /public/locales/ru/article-details.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/article-details.json -------------------------------------------------------------------------------- /public/locales/ru/main.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/main.json -------------------------------------------------------------------------------- /public/locales/ru/profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/profile.json -------------------------------------------------------------------------------- /public/locales/ru/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/settings.json -------------------------------------------------------------------------------- /public/locales/ru/translation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/public/locales/ru/translation.json -------------------------------------------------------------------------------- /reports/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/reports/index.html -------------------------------------------------------------------------------- /scripts/clear-cache.js: -------------------------------------------------------------------------------- 1 | // path/fs 2 | console.log('CLEAR CACHE'); 3 | -------------------------------------------------------------------------------- /scripts/createSlice/firstCharUpperCase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/firstCharUpperCase.js -------------------------------------------------------------------------------- /scripts/createSlice/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/index.js -------------------------------------------------------------------------------- /scripts/createSlice/resolveRoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/resolveRoot.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/componentTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/componentTemplate.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/createModel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/createModel.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/createPublicApi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/createPublicApi.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/createTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/createTemplate.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/createUI.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/createUI.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/reduxSliceTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/reduxSliceTemplate.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/schemaTypeTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/schemaTypeTemplate.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/storyTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/storyTemplate.js -------------------------------------------------------------------------------- /scripts/createSlice/templates/styleTemplate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/createSlice/templates/styleTemplate.js -------------------------------------------------------------------------------- /scripts/generate-visual-json-report.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/generate-visual-json-report.js -------------------------------------------------------------------------------- /scripts/refactoring/createPublicApiForSharedUi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/refactoring/createPublicApiForSharedUi.ts -------------------------------------------------------------------------------- /scripts/refactoring/updateImports.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/refactoring/updateImports.ts -------------------------------------------------------------------------------- /scripts/remove-feature.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/scripts/remove-feature.ts -------------------------------------------------------------------------------- /src/app/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/App.tsx -------------------------------------------------------------------------------- /src/app/lib/useAppToolbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/lib/useAppToolbar.tsx -------------------------------------------------------------------------------- /src/app/lib/useFetchNotificationsCount.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/lib/useFetchNotificationsCount.ts -------------------------------------------------------------------------------- /src/app/lib/useLocalStorage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/lib/useLocalStorage.ts -------------------------------------------------------------------------------- /src/app/providers/ErrorBoundary/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ErrorBoundary/index.ts -------------------------------------------------------------------------------- /src/app/providers/ErrorBoundary/ui/BugButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ErrorBoundary/ui/BugButton.tsx -------------------------------------------------------------------------------- /src/app/providers/ErrorBoundary/ui/ErrorBoundary.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ErrorBoundary/ui/ErrorBoundary.tsx -------------------------------------------------------------------------------- /src/app/providers/StoreProvider/config/StateSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/StoreProvider/config/StateSchema.ts -------------------------------------------------------------------------------- /src/app/providers/StoreProvider/config/reducerManager.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/StoreProvider/config/reducerManager.ts -------------------------------------------------------------------------------- /src/app/providers/StoreProvider/config/store.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/StoreProvider/config/store.ts -------------------------------------------------------------------------------- /src/app/providers/StoreProvider/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/StoreProvider/index.ts -------------------------------------------------------------------------------- /src/app/providers/StoreProvider/ui/StoreProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/StoreProvider/ui/StoreProvider.tsx -------------------------------------------------------------------------------- /src/app/providers/ThemeProvider/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ThemeProvider/index.ts -------------------------------------------------------------------------------- /src/app/providers/ThemeProvider/ui/ThemeProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ThemeProvider/ui/ThemeProvider.tsx -------------------------------------------------------------------------------- /src/app/providers/ThemeProvider/ui/withTheme.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ThemeProvider/ui/withTheme.tsx -------------------------------------------------------------------------------- /src/app/providers/ToolbarProvider/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ToolbarProvider/index.ts -------------------------------------------------------------------------------- /src/app/providers/ToolbarProvider/ui/ToolbarProvider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/ToolbarProvider/ui/ToolbarProvider.tsx -------------------------------------------------------------------------------- /src/app/providers/router/config/routeConfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/router/config/routeConfig.tsx -------------------------------------------------------------------------------- /src/app/providers/router/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/router/index.ts -------------------------------------------------------------------------------- /src/app/providers/router/ui/AppRouter.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/router/ui/AppRouter.test.tsx -------------------------------------------------------------------------------- /src/app/providers/router/ui/AppRouter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/router/ui/AppRouter.tsx -------------------------------------------------------------------------------- /src/app/providers/router/ui/RequireAuth.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/providers/router/ui/RequireAuth.tsx -------------------------------------------------------------------------------- /src/app/styles/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/index.scss -------------------------------------------------------------------------------- /src/app/styles/reset.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/reset.scss -------------------------------------------------------------------------------- /src/app/styles/themes/dark.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/themes/dark.scss -------------------------------------------------------------------------------- /src/app/styles/themes/normal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/themes/normal.scss -------------------------------------------------------------------------------- /src/app/styles/themes/orange.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/themes/orange.scss -------------------------------------------------------------------------------- /src/app/styles/variables/global.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/styles/variables/global.scss -------------------------------------------------------------------------------- /src/app/types/global.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/app/types/global.d.ts -------------------------------------------------------------------------------- /src/entities/Article/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/README.md -------------------------------------------------------------------------------- /src/entities/Article/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/index.ts -------------------------------------------------------------------------------- /src/entities/Article/model/consts/articleConsts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/consts/articleConsts.ts -------------------------------------------------------------------------------- /src/entities/Article/model/selectors/articleDetails.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/selectors/articleDetails.test.ts -------------------------------------------------------------------------------- /src/entities/Article/model/selectors/articleDetails.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/selectors/articleDetails.ts -------------------------------------------------------------------------------- /src/entities/Article/model/slice/articleDetailsSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/slice/articleDetailsSlice.ts -------------------------------------------------------------------------------- /src/entities/Article/model/types/article.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/types/article.ts -------------------------------------------------------------------------------- /src/entities/Article/model/types/articleDetailsSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/model/types/articleDetailsSchema.ts -------------------------------------------------------------------------------- /src/entities/Article/testing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/testing.ts -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleCodeBlockComponent/ArticleCodeBlockComponent.module.scss: -------------------------------------------------------------------------------- 1 | .ArticleCodeBlockComponent { 2 | width: 100%; 3 | } 4 | -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleDetails/ArticleDetails.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleDetails/ArticleDetails.tsx -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleDetails/renderBlock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleDetails/renderBlock.tsx -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleImageBlockComponent/ArticleImageBlockComponent.module.scss: -------------------------------------------------------------------------------- 1 | .img { 2 | max-width: 100%; 3 | } 4 | -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleList/ArticleList.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleList/ArticleList.module.scss -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleList/ArticleList.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleList/ArticleList.stories.tsx -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleList/ArticleList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleList/ArticleList.tsx -------------------------------------------------------------------------------- /src/entities/Article/ui/ArticleListItem/ArticleListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Article/ui/ArticleListItem/ArticleListItem.tsx -------------------------------------------------------------------------------- /src/entities/Comment/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность комментария 2 | -------------------------------------------------------------------------------- /src/entities/Comment/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/index.ts -------------------------------------------------------------------------------- /src/entities/Comment/model/types/comment.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/model/types/comment.ts -------------------------------------------------------------------------------- /src/entities/Comment/ui/CommentCard/CommentCard.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/ui/CommentCard/CommentCard.module.scss -------------------------------------------------------------------------------- /src/entities/Comment/ui/CommentCard/CommentCard.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/ui/CommentCard/CommentCard.stories.tsx -------------------------------------------------------------------------------- /src/entities/Comment/ui/CommentCard/CommentCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/ui/CommentCard/CommentCard.tsx -------------------------------------------------------------------------------- /src/entities/Comment/ui/CommentList/CommentList.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/ui/CommentList/CommentList.stories.tsx -------------------------------------------------------------------------------- /src/entities/Comment/ui/CommentList/CommentList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Comment/ui/CommentList/CommentList.tsx -------------------------------------------------------------------------------- /src/entities/Counter/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность счетчика 2 | -------------------------------------------------------------------------------- /src/entities/Counter/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/index.ts -------------------------------------------------------------------------------- /src/entities/Counter/model/selectors/getCounter/getCounter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/model/selectors/getCounter/getCounter.ts -------------------------------------------------------------------------------- /src/entities/Counter/model/slice/counterSlice.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/model/slice/counterSlice.test.ts -------------------------------------------------------------------------------- /src/entities/Counter/model/slice/counterSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/model/slice/counterSlice.ts -------------------------------------------------------------------------------- /src/entities/Counter/model/types/counterSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/model/types/counterSchema.ts -------------------------------------------------------------------------------- /src/entities/Counter/ui/Counter.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/ui/Counter.test.tsx -------------------------------------------------------------------------------- /src/entities/Counter/ui/Counter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Counter/ui/Counter.tsx -------------------------------------------------------------------------------- /src/entities/Country/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность страны 2 | -------------------------------------------------------------------------------- /src/entities/Country/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Country/index.ts -------------------------------------------------------------------------------- /src/entities/Country/model/types/country.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Country/model/types/country.ts -------------------------------------------------------------------------------- /src/entities/Country/ui/CountrySelect/CountrySelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Country/ui/CountrySelect/CountrySelect.tsx -------------------------------------------------------------------------------- /src/entities/Currency/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность валюты 2 | -------------------------------------------------------------------------------- /src/entities/Currency/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Currency/index.ts -------------------------------------------------------------------------------- /src/entities/Currency/model/types/currency.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Currency/model/types/currency.ts -------------------------------------------------------------------------------- /src/entities/Currency/ui/CurrencySelect/CurrencySelect.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Currency/ui/CurrencySelect/CurrencySelect.tsx -------------------------------------------------------------------------------- /src/entities/Notification/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность уведомления 2 | -------------------------------------------------------------------------------- /src/entities/Notification/api/notificationApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Notification/api/notificationApi.ts -------------------------------------------------------------------------------- /src/entities/Notification/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Notification/index.ts -------------------------------------------------------------------------------- /src/entities/Notification/model/types/notification.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Notification/model/types/notification.ts -------------------------------------------------------------------------------- /src/entities/Profile/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность профиля 2 | -------------------------------------------------------------------------------- /src/entities/Profile/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Profile/index.ts -------------------------------------------------------------------------------- /src/entities/Profile/model/types/profile.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Profile/model/types/profile.ts -------------------------------------------------------------------------------- /src/entities/Profile/ui/ProfileCard/ProfileCard.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Profile/ui/ProfileCard/ProfileCard.stories.tsx -------------------------------------------------------------------------------- /src/entities/Profile/ui/ProfileCard/ProfileCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Profile/ui/ProfileCard/ProfileCard.tsx -------------------------------------------------------------------------------- /src/entities/Rating/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность рейтинга 2 | -------------------------------------------------------------------------------- /src/entities/Rating/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Rating/index.ts -------------------------------------------------------------------------------- /src/entities/Rating/model/types/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Rating/model/types/types.ts -------------------------------------------------------------------------------- /src/entities/Rating/ui/RatingCard/RatingCard.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Rating/ui/RatingCard/RatingCard.stories.tsx -------------------------------------------------------------------------------- /src/entities/Rating/ui/RatingCard/RatingCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/Rating/ui/RatingCard/RatingCard.tsx -------------------------------------------------------------------------------- /src/entities/User/README.md: -------------------------------------------------------------------------------- 1 | ## Сущность пользователя 2 | -------------------------------------------------------------------------------- /src/entities/User/api/userApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/api/userApi.ts -------------------------------------------------------------------------------- /src/entities/User/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/index.ts -------------------------------------------------------------------------------- /src/entities/User/model/consts/userConsts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/consts/userConsts.ts -------------------------------------------------------------------------------- /src/entities/User/model/selectors/getUserInited/getUserInited.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/selectors/getUserInited/getUserInited.ts -------------------------------------------------------------------------------- /src/entities/User/model/selectors/jsonSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/selectors/jsonSettings.ts -------------------------------------------------------------------------------- /src/entities/User/model/selectors/roleSelectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/selectors/roleSelectors.ts -------------------------------------------------------------------------------- /src/entities/User/model/selectors/settingsSelectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/selectors/settingsSelectors.ts -------------------------------------------------------------------------------- /src/entities/User/model/services/fetchInvite.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/services/fetchInvite.ts -------------------------------------------------------------------------------- /src/entities/User/model/services/fetchInviteCancel.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/services/fetchInviteCancel.ts -------------------------------------------------------------------------------- /src/entities/User/model/services/fetchUserData.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/services/fetchUserData.ts -------------------------------------------------------------------------------- /src/entities/User/model/services/initAuthData.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/services/initAuthData.ts -------------------------------------------------------------------------------- /src/entities/User/model/services/saveJsonSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/services/saveJsonSettings.ts -------------------------------------------------------------------------------- /src/entities/User/model/slice/userByIdSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/slice/userByIdSlice.ts -------------------------------------------------------------------------------- /src/entities/User/model/slice/userSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/slice/userSlice.ts -------------------------------------------------------------------------------- /src/entities/User/model/types/jsonSettings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/types/jsonSettings.ts -------------------------------------------------------------------------------- /src/entities/User/model/types/settings.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/types/settings.ts -------------------------------------------------------------------------------- /src/entities/User/model/types/user.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/model/types/user.ts -------------------------------------------------------------------------------- /src/entities/User/ui/AccountListItem/AccountListItem.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountListItem/AccountListItem.module.scss -------------------------------------------------------------------------------- /src/entities/User/ui/AccountListItem/AccountListItem.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountListItem/AccountListItem.stories.tsx -------------------------------------------------------------------------------- /src/entities/User/ui/AccountListItem/AccountListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountListItem/AccountListItem.tsx -------------------------------------------------------------------------------- /src/entities/User/ui/AccountListItem/AccountListItemSkeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountListItem/AccountListItemSkeleton.tsx -------------------------------------------------------------------------------- /src/entities/User/ui/AccountsList/AccountsList.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountsList/AccountsList.module.scss -------------------------------------------------------------------------------- /src/entities/User/ui/AccountsList/AccountsList.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountsList/AccountsList.stories.tsx -------------------------------------------------------------------------------- /src/entities/User/ui/AccountsList/AccountsList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/entities/User/ui/AccountsList/AccountsList.tsx -------------------------------------------------------------------------------- /src/features/AccountSortSelector/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AccountSortSelector/index.ts -------------------------------------------------------------------------------- /src/features/AccountTypeTabs/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AccountTypeTabs/index.ts -------------------------------------------------------------------------------- /src/features/AccountViewSelector/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AccountViewSelector/index.ts -------------------------------------------------------------------------------- /src/features/ArticleSortSelector/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ArticleSortSelector/index.ts -------------------------------------------------------------------------------- /src/features/ArticleTypeTabs/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ArticleTypeTabs/index.ts -------------------------------------------------------------------------------- /src/features/ArticleViewSelector/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ArticleViewSelector/index.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/README.md -------------------------------------------------------------------------------- /src/features/AuthByUsername/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/index.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/model/slice/loginSlice.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/model/slice/loginSlice.test.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/model/slice/loginSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/model/slice/loginSlice.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/model/slice/registerSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/model/slice/registerSlice.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/model/types/loginSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/model/types/loginSchema.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/model/types/registerSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/model/types/registerSchema.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/testing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/testing.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/ui/LoginForm/LoginForm.async.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/ui/LoginForm/LoginForm.async.ts -------------------------------------------------------------------------------- /src/features/AuthByUsername/ui/LoginForm/LoginForm.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/ui/LoginForm/LoginForm.module.scss -------------------------------------------------------------------------------- /src/features/AuthByUsername/ui/LoginForm/LoginForm.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/ui/LoginForm/LoginForm.stories.tsx -------------------------------------------------------------------------------- /src/features/AuthByUsername/ui/LoginForm/LoginForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/ui/LoginForm/LoginForm.tsx -------------------------------------------------------------------------------- /src/features/AuthByUsername/ui/LoginModal/LoginModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/AuthByUsername/ui/LoginModal/LoginModal.tsx -------------------------------------------------------------------------------- /src/features/LangSwitcher/README.md: -------------------------------------------------------------------------------- 1 | ## Фича для переключения языка 2 | -------------------------------------------------------------------------------- /src/features/LangSwitcher/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/LangSwitcher/index.ts -------------------------------------------------------------------------------- /src/features/LangSwitcher/ui/LangSwitcher/LangSwitcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/LangSwitcher/ui/LangSwitcher/LangSwitcher.tsx -------------------------------------------------------------------------------- /src/features/SettingsSections/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/SettingsSections/index.ts -------------------------------------------------------------------------------- /src/features/SettingsSections/model/slices/settingsSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/SettingsSections/model/slices/settingsSlice.ts -------------------------------------------------------------------------------- /src/features/SettingsSections/model/types/settingsSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/SettingsSections/model/types/settingsSchema.ts -------------------------------------------------------------------------------- /src/features/TableMassMailings/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/TableMassMailings/index.ts -------------------------------------------------------------------------------- /src/features/TableProfile/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/TableProfile/index.ts -------------------------------------------------------------------------------- /src/features/TableProfile/ui/MassMailingsTable/TableProfile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/TableProfile/ui/MassMailingsTable/TableProfile.tsx -------------------------------------------------------------------------------- /src/features/TableProfile/ui/MassMailingsTable/TableTableProfile.module.scss: -------------------------------------------------------------------------------- 1 | .header { 2 | width: 100% 3 | } -------------------------------------------------------------------------------- /src/features/ThemeSwitcher/README.md: -------------------------------------------------------------------------------- 1 | ## Фича для переключения темы 2 | -------------------------------------------------------------------------------- /src/features/ThemeSwitcher/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ThemeSwitcher/index.tsx -------------------------------------------------------------------------------- /src/features/ThemeSwitcher/ui/ThemeSwitcher.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ThemeSwitcher/ui/ThemeSwitcher.stories.tsx -------------------------------------------------------------------------------- /src/features/ThemeSwitcher/ui/ThemeSwitcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/ThemeSwitcher/ui/ThemeSwitcher.tsx -------------------------------------------------------------------------------- /src/features/UI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/UI/README.md -------------------------------------------------------------------------------- /src/features/UI/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/UI/index.ts -------------------------------------------------------------------------------- /src/features/UI/model/selectors/ui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/UI/model/selectors/ui.ts -------------------------------------------------------------------------------- /src/features/UI/model/slices/UISlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/UI/model/slices/UISlice.ts -------------------------------------------------------------------------------- /src/features/UI/model/types/UISchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/UI/model/types/UISchema.ts -------------------------------------------------------------------------------- /src/features/accountPageGreeting/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/accountPageGreeting/index.ts -------------------------------------------------------------------------------- /src/features/addCommentForm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/README.md -------------------------------------------------------------------------------- /src/features/addCommentForm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/index.ts -------------------------------------------------------------------------------- /src/features/addCommentForm/model/slices/addCommentFormSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/model/slices/addCommentFormSlice.ts -------------------------------------------------------------------------------- /src/features/addCommentForm/model/types/addCommentForm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/model/types/addCommentForm.ts -------------------------------------------------------------------------------- /src/features/addCommentForm/testing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/testing.ts -------------------------------------------------------------------------------- /src/features/addCommentForm/ui/AddCommentForm/AddCommentForm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/addCommentForm/ui/AddCommentForm/AddCommentForm.tsx -------------------------------------------------------------------------------- /src/features/articleEditForm/README.md: -------------------------------------------------------------------------------- 1 | ## Фича формы изменения статьи 2 | -------------------------------------------------------------------------------- /src/features/articleEditForm/index.ts: -------------------------------------------------------------------------------- 1 | // Форма создания статьи 2 | export interface ArticleEditFormSchema { 3 | id: string; 4 | } 5 | -------------------------------------------------------------------------------- /src/features/articleRating/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRating/README.md -------------------------------------------------------------------------------- /src/features/articleRating/api/articleRatingApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRating/api/articleRatingApi.ts -------------------------------------------------------------------------------- /src/features/articleRating/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRating/index.ts -------------------------------------------------------------------------------- /src/features/articleRating/ui/ArticleRating/ArticleRating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRating/ui/ArticleRating/ArticleRating.tsx -------------------------------------------------------------------------------- /src/features/articleRecommendationsList/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRecommendationsList/README.md -------------------------------------------------------------------------------- /src/features/articleRecommendationsList/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/articleRecommendationsList/index.ts -------------------------------------------------------------------------------- /src/features/avatarDropdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/avatarDropdown/README.md -------------------------------------------------------------------------------- /src/features/avatarDropdown/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/avatarDropdown/index.ts -------------------------------------------------------------------------------- /src/features/avatarDropdown/ui/AvatarDropdown/AvatarDropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/avatarDropdown/ui/AvatarDropdown/AvatarDropdown.tsx -------------------------------------------------------------------------------- /src/features/cookieChooser/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/cookieChooser/index.ts -------------------------------------------------------------------------------- /src/features/cookieChooser/ui/CookieChooser/CookieChooser.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/cookieChooser/ui/CookieChooser/CookieChooser.tsx -------------------------------------------------------------------------------- /src/features/editableProfileCard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/README.md -------------------------------------------------------------------------------- /src/features/editableProfileCard/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/index.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/model/consts/consts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/model/consts/consts.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/model/slice/activeDialogs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/model/slice/activeDialogs.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/model/slice/incidents.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/model/slice/incidents.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/model/slice/profileSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/model/slice/profileSlice.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/model/types/incidentsSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/model/types/incidentsSchema.ts -------------------------------------------------------------------------------- /src/features/editableProfileCard/testing.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/editableProfileCard/testing.ts -------------------------------------------------------------------------------- /src/features/notificationButton/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/notificationButton/README.md -------------------------------------------------------------------------------- /src/features/notificationButton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/notificationButton/index.ts -------------------------------------------------------------------------------- /src/features/scrollToTopButton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/scrollToTopButton/index.ts -------------------------------------------------------------------------------- /src/features/scrollToTopButton/ui/ScrollToTopButton/ScrollToTopButton.module.scss: -------------------------------------------------------------------------------- 1 | .ScrollToTopButton { 2 | 3 | } -------------------------------------------------------------------------------- /src/features/toolbar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/toolbar/index.ts -------------------------------------------------------------------------------- /src/features/toolbar/ui/ToolbarSettings/ToolbarSettings.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/toolbar/ui/ToolbarSettings/ToolbarSettings.tsx -------------------------------------------------------------------------------- /src/features/uiDesignSwitcher/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/features/uiDesignSwitcher/index.ts -------------------------------------------------------------------------------- /src/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/index.tsx -------------------------------------------------------------------------------- /src/pages/AboutPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AboutPage/index.ts -------------------------------------------------------------------------------- /src/pages/AboutPage/ui/AboutPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AboutPage/ui/AboutPage.async.tsx -------------------------------------------------------------------------------- /src/pages/AboutPage/ui/AboutPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AboutPage/ui/AboutPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/AboutPage/ui/AboutPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AboutPage/ui/AboutPage.tsx -------------------------------------------------------------------------------- /src/pages/AccountsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/index.ts -------------------------------------------------------------------------------- /src/pages/AccountsPage/lib/hooks/useAccountFilters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/lib/hooks/useAccountFilters.ts -------------------------------------------------------------------------------- /src/pages/AccountsPage/model/selectors/accountsPageSelectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/model/selectors/accountsPageSelectors.ts -------------------------------------------------------------------------------- /src/pages/AccountsPage/model/slices/accountsPageSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/model/slices/accountsPageSlice.ts -------------------------------------------------------------------------------- /src/pages/AccountsPage/model/types/accountsPageSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/model/types/accountsPageSchema.ts -------------------------------------------------------------------------------- /src/pages/AccountsPage/ui/AccountsPage/AccountsPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/ui/AccountsPage/AccountsPage.async.tsx -------------------------------------------------------------------------------- /src/pages/AccountsPage/ui/AccountsPage/AccountsPage.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/ui/AccountsPage/AccountsPage.module.scss -------------------------------------------------------------------------------- /src/pages/AccountsPage/ui/AccountsPage/AccountsPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/ui/AccountsPage/AccountsPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/AccountsPage/ui/AccountsPage/AccountsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/ui/AccountsPage/AccountsPage.tsx -------------------------------------------------------------------------------- /src/pages/AccountsPage/ui/FiltersContainer/FiltersContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AccountsPage/ui/FiltersContainer/FiltersContainer.tsx -------------------------------------------------------------------------------- /src/pages/AdminPanelPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AdminPanelPage/index.ts -------------------------------------------------------------------------------- /src/pages/AdminPanelPage/ui/AdminPanelPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AdminPanelPage/ui/AdminPanelPage.async.tsx -------------------------------------------------------------------------------- /src/pages/AdminPanelPage/ui/AdminPanelPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/AdminPanelPage/ui/AdminPanelPage.tsx -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/index.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/model/selectors/article.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/model/selectors/article.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/model/selectors/comments.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/model/selectors/comments.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/model/selectors/recommendations.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/model/selectors/recommendations.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/model/slices/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/model/slices/index.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/model/types/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleDetailsPage/model/types/index.ts -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/testing.ts: -------------------------------------------------------------------------------- 1 | export { articleDetailsPageReducer } from './model/slices'; 2 | -------------------------------------------------------------------------------- /src/pages/ArticleDetailsPage/ui/AdditionalInfoContainer/AdditionalInfoContainer.module.scss: -------------------------------------------------------------------------------- 1 | .card { 2 | width: 264px; 3 | } -------------------------------------------------------------------------------- /src/pages/ArticleEditPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleEditPage/index.ts -------------------------------------------------------------------------------- /src/pages/ArticleEditPage/ui/ArticleEditPage/ArticleEditPage.module.scss: -------------------------------------------------------------------------------- 1 | .ArticleEditPage { 2 | padding: 10px; 3 | } 4 | -------------------------------------------------------------------------------- /src/pages/ArticleEditPage/ui/ArticleEditPage/ArticleEditPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticleEditPage/ui/ArticleEditPage/ArticleEditPage.tsx -------------------------------------------------------------------------------- /src/pages/ArticlesPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/index.ts -------------------------------------------------------------------------------- /src/pages/ArticlesPage/lib/hooks/useArticleFilters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/lib/hooks/useArticleFilters.ts -------------------------------------------------------------------------------- /src/pages/ArticlesPage/model/selectors/articlesPageSelectors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/model/selectors/articlesPageSelectors.ts -------------------------------------------------------------------------------- /src/pages/ArticlesPage/model/slices/articlesPageSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/model/slices/articlesPageSlice.ts -------------------------------------------------------------------------------- /src/pages/ArticlesPage/model/types/articlesPageSchema.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/model/types/articlesPageSchema.ts -------------------------------------------------------------------------------- /src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.async.tsx -------------------------------------------------------------------------------- /src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.module.scss -------------------------------------------------------------------------------- /src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/ui/ArticlesPage/ArticlesPage.tsx -------------------------------------------------------------------------------- /src/pages/ArticlesPage/ui/FiltersContainer/FiltersContainer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ArticlesPage/ui/FiltersContainer/FiltersContainer.tsx -------------------------------------------------------------------------------- /src/pages/CollectionsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/CollectionsPage/index.ts -------------------------------------------------------------------------------- /src/pages/CollectionsPage/ui/CollectionsPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/CollectionsPage/ui/CollectionsPage.async.tsx -------------------------------------------------------------------------------- /src/pages/CollectionsPage/ui/CollectionsPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/CollectionsPage/ui/CollectionsPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/CollectionsPage/ui/CollectionsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/CollectionsPage/ui/CollectionsPage.tsx -------------------------------------------------------------------------------- /src/pages/ForbiddenPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ForbiddenPage/index.ts -------------------------------------------------------------------------------- /src/pages/ForbiddenPage/ui/ForbiddenPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ForbiddenPage/ui/ForbiddenPage.tsx -------------------------------------------------------------------------------- /src/pages/MainPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MainPage/index.ts -------------------------------------------------------------------------------- /src/pages/MainPage/ui/MainPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MainPage/ui/MainPage.async.tsx -------------------------------------------------------------------------------- /src/pages/MainPage/ui/MainPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MainPage/ui/MainPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/MainPage/ui/MainPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MainPage/ui/MainPage.tsx -------------------------------------------------------------------------------- /src/pages/MassMailingsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MassMailingsPage/index.ts -------------------------------------------------------------------------------- /src/pages/MassMailingsPage/ui/MassMailingsPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MassMailingsPage/ui/MassMailingsPage.async.tsx -------------------------------------------------------------------------------- /src/pages/MassMailingsPage/ui/MassMailingsPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MassMailingsPage/ui/MassMailingsPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/MassMailingsPage/ui/MassMailingsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/MassMailingsPage/ui/MassMailingsPage.tsx -------------------------------------------------------------------------------- /src/pages/NotFoundPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/NotFoundPage/index.ts -------------------------------------------------------------------------------- /src/pages/NotFoundPage/ui/NotFoundPage.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/NotFoundPage/ui/NotFoundPage.module.scss -------------------------------------------------------------------------------- /src/pages/NotFoundPage/ui/NotFoundPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/NotFoundPage/ui/NotFoundPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/NotFoundPage/ui/NotFoundPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/NotFoundPage/ui/NotFoundPage.tsx -------------------------------------------------------------------------------- /src/pages/ProfilePage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ProfilePage/index.ts -------------------------------------------------------------------------------- /src/pages/ProfilePage/ui/ProfilePage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ProfilePage/ui/ProfilePage.async.tsx -------------------------------------------------------------------------------- /src/pages/ProfilePage/ui/ProfilePage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ProfilePage/ui/ProfilePage.stories.tsx -------------------------------------------------------------------------------- /src/pages/ProfilePage/ui/ProfilePage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/ProfilePage/ui/ProfilePage.tsx -------------------------------------------------------------------------------- /src/pages/SettingsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/SettingsPage/index.ts -------------------------------------------------------------------------------- /src/pages/SettingsPage/ui/SettingsPage/SettingsPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/SettingsPage/ui/SettingsPage/SettingsPage.async.tsx -------------------------------------------------------------------------------- /src/pages/SettingsPage/ui/SettingsPage/SettingsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/SettingsPage/ui/SettingsPage/SettingsPage.tsx -------------------------------------------------------------------------------- /src/pages/StatisticsPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/StatisticsPage/index.ts -------------------------------------------------------------------------------- /src/pages/StatisticsPage/ui/StatisticsPage.async.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/StatisticsPage/ui/StatisticsPage.async.tsx -------------------------------------------------------------------------------- /src/pages/StatisticsPage/ui/StatisticsPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/StatisticsPage/ui/StatisticsPage.stories.tsx -------------------------------------------------------------------------------- /src/pages/StatisticsPage/ui/StatisticsPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/pages/StatisticsPage/ui/StatisticsPage.tsx -------------------------------------------------------------------------------- /src/shared/api/api.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/api/api.ts -------------------------------------------------------------------------------- /src/shared/api/rtkApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/api/rtkApi.ts -------------------------------------------------------------------------------- /src/shared/assets/icons/CollectionsBookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/CollectionsBookmark.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/Info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/Info.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/SupervisorAccount.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/SupervisorAccount.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/about-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/about-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/about.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/about.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/app-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/app-image.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/arrow-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/arrow-bottom.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/article-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/article-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/article.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/article.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/avatar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/avatar.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/burger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/burger.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/calendar-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/calendar-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/circle-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/circle-up.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/copy-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/copy-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/copy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/copy.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/done-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/done-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/eye-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/eye-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/eye.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/home.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/kebab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/kebab.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/list-24-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/list-24-24.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/logo.png -------------------------------------------------------------------------------- /src/shared/assets/icons/logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/logo2.png -------------------------------------------------------------------------------- /src/shared/assets/icons/mailing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/mailing.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/main-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/main-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/notification-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/notification-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/notification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/notification.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/profile-20-20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/profile-20-20.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/search.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/settingsBell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/settingsBell.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/settingsComments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/settingsComments.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/settingsEvents.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/settingsEvents.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/star.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/statistics.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/statistics.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/theme-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/theme-dark.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/theme-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/theme-light.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/theme.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/theme.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/tile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/tile.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/tiled-24-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/tiled-24-24.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/user-32-32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/user-32-32.png -------------------------------------------------------------------------------- /src/shared/assets/icons/user-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/user-filled.svg -------------------------------------------------------------------------------- /src/shared/assets/icons/xmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/icons/xmark.svg -------------------------------------------------------------------------------- /src/shared/assets/tests/storybook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/assets/tests/storybook.jpg -------------------------------------------------------------------------------- /src/shared/config/i18n/i18n.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/config/i18n/i18n.ts -------------------------------------------------------------------------------- /src/shared/config/i18n/i18nForTests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/config/i18n/i18nForTests.ts -------------------------------------------------------------------------------- /src/shared/config/storybook/StoreDecorator/StoreDecorator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/config/storybook/StoreDecorator/StoreDecorator.tsx -------------------------------------------------------------------------------- /src/shared/config/storybook/StyleDecorator/StyleDecorator.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/config/storybook/StyleDecorator/StyleDecorator.ts -------------------------------------------------------------------------------- /src/shared/config/storybook/ThemeDecorator/ThemeDecorator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/config/storybook/ThemeDecorator/ThemeDecorator.tsx -------------------------------------------------------------------------------- /src/shared/const/global.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/const/global.ts -------------------------------------------------------------------------------- /src/shared/const/localstorage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/const/localstorage.ts -------------------------------------------------------------------------------- /src/shared/const/router.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/const/router.ts -------------------------------------------------------------------------------- /src/shared/const/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/const/theme.ts -------------------------------------------------------------------------------- /src/shared/layouts/AppLoaderLayout/AppLoaderLayout.module.scss: -------------------------------------------------------------------------------- 1 | .header { 2 | padding: 16px; 3 | } -------------------------------------------------------------------------------- /src/shared/layouts/AppLoaderLayout/AppLoaderLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/AppLoaderLayout/AppLoaderLayout.tsx -------------------------------------------------------------------------------- /src/shared/layouts/AppLoaderLayout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/AppLoaderLayout/index.ts -------------------------------------------------------------------------------- /src/shared/layouts/MainLayout/MainLayout.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/MainLayout/MainLayout.module.scss -------------------------------------------------------------------------------- /src/shared/layouts/MainLayout/MainLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/MainLayout/MainLayout.tsx -------------------------------------------------------------------------------- /src/shared/layouts/MainLayout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/MainLayout/index.ts -------------------------------------------------------------------------------- /src/shared/layouts/StickyContentLayout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/layouts/StickyContentLayout/index.ts -------------------------------------------------------------------------------- /src/shared/lib/classNames/classNames.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/classNames/classNames.test.ts -------------------------------------------------------------------------------- /src/shared/lib/classNames/classNames.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/classNames/classNames.ts -------------------------------------------------------------------------------- /src/shared/lib/components/AnimationProvider/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/components/AnimationProvider/index.ts -------------------------------------------------------------------------------- /src/shared/lib/context/ThemeContext.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/context/ThemeContext.ts -------------------------------------------------------------------------------- /src/shared/lib/features/api/featureFlagsApi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/features/api/featureFlagsApi.ts -------------------------------------------------------------------------------- /src/shared/lib/features/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/features/index.ts -------------------------------------------------------------------------------- /src/shared/lib/features/lib/setGetFeatures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/features/lib/setGetFeatures.ts -------------------------------------------------------------------------------- /src/shared/lib/features/lib/toggleFeatures.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/features/lib/toggleFeatures.ts -------------------------------------------------------------------------------- /src/shared/lib/features/services/updateFeatureFlags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/features/services/updateFeatureFlags.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useAppDispatch/useAppDispatch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useAppDispatch/useAppDispatch.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useDebounce/useDebounce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useDebounce/useDebounce.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useHover/useHover.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useHover/useHover.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useInfiniteScroll/useInfiniteScroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useInfiniteScroll/useInfiniteScroll.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useInitialEffect/useInitialEffect.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useInitialEffect/useInitialEffect.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useModal/useModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useModal/useModal.tsx -------------------------------------------------------------------------------- /src/shared/lib/hooks/useTheme/useTheme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useTheme/useTheme.ts -------------------------------------------------------------------------------- /src/shared/lib/hooks/useThrottle/useThrottle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/hooks/useThrottle/useThrottle.ts -------------------------------------------------------------------------------- /src/shared/lib/render/forceUpdate.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/render/forceUpdate.tsx -------------------------------------------------------------------------------- /src/shared/lib/router/useRouteChange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/router/useRouteChange.tsx -------------------------------------------------------------------------------- /src/shared/lib/store/buildSelector.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/store/buildSelector.ts -------------------------------------------------------------------------------- /src/shared/lib/store/buildSlice.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/store/buildSlice.ts -------------------------------------------------------------------------------- /src/shared/lib/store/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/store/index.ts -------------------------------------------------------------------------------- /src/shared/lib/tests/TestAsyncThunk/TestAsyncThunk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/tests/TestAsyncThunk/TestAsyncThunk.ts -------------------------------------------------------------------------------- /src/shared/lib/tests/componentRender/componentRender.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/tests/componentRender/componentRender.tsx -------------------------------------------------------------------------------- /src/shared/lib/url/addQueryParams/addQueryParams.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/url/addQueryParams/addQueryParams.test.ts -------------------------------------------------------------------------------- /src/shared/lib/url/addQueryParams/addQueryParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/lib/url/addQueryParams/addQueryParams.ts -------------------------------------------------------------------------------- /src/shared/mock/incidents/activeDialogs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/mock/incidents/activeDialogs.ts -------------------------------------------------------------------------------- /src/shared/mock/incidents/incidentsType0.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/mock/incidents/incidentsType0.ts -------------------------------------------------------------------------------- /src/shared/mock/incidents/incidentsType1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/mock/incidents/incidentsType1.ts -------------------------------------------------------------------------------- /src/shared/mock/incidents/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/mock/incidents/index.ts -------------------------------------------------------------------------------- /src/shared/types/featureFlags.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/types/featureFlags.ts -------------------------------------------------------------------------------- /src/shared/types/router.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/types/router.ts -------------------------------------------------------------------------------- /src/shared/types/sort.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/types/sort.ts -------------------------------------------------------------------------------- /src/shared/types/tests.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/types/tests.ts -------------------------------------------------------------------------------- /src/shared/types/ui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/types/ui.ts -------------------------------------------------------------------------------- /src/shared/ui/deprecated/AppLink/AppLink.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/AppLink/AppLink.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/AppLink/AppLink.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/AppLink/AppLink.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/AppLink/AppLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/AppLink/AppLink.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/AppLink/index.ts: -------------------------------------------------------------------------------- 1 | export * from './AppLink'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Avatar/Avatar.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Avatar/Avatar.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Avatar/Avatar.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Avatar/Avatar.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Avatar/Avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Avatar/Avatar.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Avatar/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Avatar'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Avatar/storybook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Avatar/storybook.jpg -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Button/Button.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Button/Button.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Button/Button.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Button/Button.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Button/Button.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Button/Button.test.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Button/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Button/Button.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Button/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Button'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Card/Card.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Card/Card.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Card/Card.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Card/Card.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Card/Card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Card/Card.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Card/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Card'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Icon/Icon.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Icon/Icon.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Icon/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Icon/Icon.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Icon/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Icon'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Input/Input.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Input/Input.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Input/Input.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Input/Input.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Input/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Input/Input.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Input/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Input'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Loader/Loader.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Loader/Loader.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Loader/Loader.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Loader/Loader.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Loader/Loader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Loader/Loader.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Loader/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Loader'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Popups/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Popups/index.ts -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Popups/styles/consts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Popups/styles/consts.ts -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Popups/styles/popup.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Popups/styles/popup.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Select/Select.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Select/Select.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Select/Select.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Select/Select.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Select/Select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Select/Select.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Select/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Select'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Skeleton/Skeleton.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Skeleton/Skeleton.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Skeleton/Skeleton.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Skeleton/Skeleton.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Skeleton/Skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Skeleton/Skeleton.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Skeleton/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Skeleton'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/StarRating/StarRating.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/StarRating/StarRating.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/StarRating/StarRating.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/StarRating/StarRating.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/StarRating/StarRating.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/StarRating/StarRating.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/StarRating/index.ts: -------------------------------------------------------------------------------- 1 | export * from './StarRating'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Status/Status.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Status/Status.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Status/Status.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Status/Status.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Status/Status.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Status/Status.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Status/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Status'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Tabs/Tabs.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Tabs/Tabs.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Tabs/Tabs.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Tabs/Tabs.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Tabs/Tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Tabs/Tabs.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Tabs/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Tabs'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Text/Text.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Text/Text.module.scss -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Text/Text.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Text/Text.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Text/Text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/deprecated/Text/Text.tsx -------------------------------------------------------------------------------- /src/shared/ui/deprecated/Text/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Text'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/AppBar/AppBar.module.scss: -------------------------------------------------------------------------------- 1 | .AppBarWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/AppBar/AppBar.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/AppBar/AppBar.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/AppBar/AppBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/AppBar/AppBar.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/AppBar/index.ts: -------------------------------------------------------------------------------- 1 | export * from './AppBar'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/Badge/Badge.module.scss: -------------------------------------------------------------------------------- 1 | .AppBarWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/Badge/Badge.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Badge/Badge.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Badge/Badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Badge/Badge.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Badge/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Badge'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonModal/ButtonModal.module.scss: -------------------------------------------------------------------------------- 1 | .AppBarWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonModal/ButtonModal.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ButtonModal/ButtonModal.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonModal/ButtonModal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ButtonModal/ButtonModal.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonModal/index.ts: -------------------------------------------------------------------------------- 1 | export * from './ButtonModal'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonSplit/ButtonSplit.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ButtonSplit/ButtonSplit.module.scss -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonSplit/ButtonSplit.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ButtonSplit/ButtonSplit.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/ButtonSplit/index.ts: -------------------------------------------------------------------------------- 1 | export * from './ButtonSplit'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/IconButton/IconButton.module.scss: -------------------------------------------------------------------------------- 1 | .AppBarWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/IconButton/IconButton.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/IconButton/IconButton.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/IconButton/IconButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/IconButton/IconButton.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/IconButton/index.ts: -------------------------------------------------------------------------------- 1 | export * from './IconButton'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/Input/Input.module.scss: -------------------------------------------------------------------------------- 1 | .InputWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/Input/Input.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Input/Input.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Input/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Input/Input.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Input/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Input'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/ListItemIcon/ListItemIcon.module.scss: -------------------------------------------------------------------------------- 1 | .ListItemIconMui { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/ListItemIcon/ListItemIcon.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ListItemIcon/ListItemIcon.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/ListItemIcon/ListItemIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/ListItemIcon/ListItemIcon.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/ListItemIcon/index.ts: -------------------------------------------------------------------------------- 1 | export * from './ListItemIcon'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/Maintenance/Maintenance.module.scss: -------------------------------------------------------------------------------- 1 | .MaintenanceWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/Maintenance/Maintenance.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Maintenance/Maintenance.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Maintenance/Maintenance.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Maintenance/Maintenance.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Maintenance/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Maintenance'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/Select/Select.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Select/Select.module.scss -------------------------------------------------------------------------------- /src/shared/ui/material/Select/Select.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Select/Select.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Select/Select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Select/Select.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Select/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Select'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/material/Switch/Switch.module.scss: -------------------------------------------------------------------------------- 1 | .SwitcherWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/Switch/Switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Switch/Switch.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Switch/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Switch/index.ts -------------------------------------------------------------------------------- /src/shared/ui/material/Typography/Typography.module.scss: -------------------------------------------------------------------------------- 1 | .TypographyWrapper { 2 | 3 | } -------------------------------------------------------------------------------- /src/shared/ui/material/Typography/Typography.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Typography/Typography.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Typography/Typography.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/material/Typography/Typography.tsx -------------------------------------------------------------------------------- /src/shared/ui/material/Typography/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Typography'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppImage/AppImage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppImage/AppImage.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppImage/AppImage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppImage/AppImage.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppImage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppImage/index.ts -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLink/AppLink.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppLink/AppLink.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLink/AppLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppLink/AppLink.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLink/index.ts: -------------------------------------------------------------------------------- 1 | export * from './AppLink'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLogo/AppLogo.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppLogo/AppLogo.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLogo/AppLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppLogo/AppLogo.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/AppLogo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/AppLogo/index.ts -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Avatar/Avatar.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Avatar/Avatar.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Avatar/Avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Avatar/Avatar.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Avatar/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Avatar'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Button/Button.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Button/Button.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Button/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Button/Button.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Button/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Button'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Card/Card.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Card/Card.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Card/Card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Card/Card.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Card/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Card'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Code/Code.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Code/Code.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Code/Code.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Code/Code.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Code/Code.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Code/Code.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Code/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Code'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Drawer/Drawer.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Drawer/Drawer.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Drawer/Drawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Drawer/Drawer.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Drawer/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Drawer'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Icon/Icon.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Icon/Icon.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Icon/Icon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Icon/Icon.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Icon/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Icon'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Input/Input.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Input/Input.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Input/Input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Input/Input.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Input/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Input'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Modal/Modal.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Modal/Modal.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Modal/Modal.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Modal/Modal.stories.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Modal/Modal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Modal/Modal.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Modal/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Modal'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Overlay/Overlay.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Overlay/Overlay.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Overlay/Overlay.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Overlay/Overlay.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Overlay/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Overlay'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Popups/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Popups/index.ts -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Popups/styles/consts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Popups/styles/consts.ts -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Popups/styles/popup.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Popups/styles/popup.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Portal/Portal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Portal/Portal.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Portal/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Portal'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Skeleton/Skeleton.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Skeleton/Skeleton.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Skeleton/Skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Skeleton/Skeleton.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Skeleton/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Skeleton'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Stack/Flex/Flex.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Stack/Flex/Flex.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Stack/Flex/Flex.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Stack/Flex/Flex.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Stack/HStack/HStack.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Stack/HStack/HStack.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Stack/VStack/VStack.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Stack/VStack/VStack.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Stack/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Stack/index.ts -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Tabs/Tabs.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Tabs/Tabs.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Tabs/Tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Tabs/Tabs.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Tabs/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Tabs'; 2 | -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Text/Text.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Text/Text.module.scss -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Text/Text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/shared/ui/redesigned/Text/Text.tsx -------------------------------------------------------------------------------- /src/shared/ui/redesigned/Text/index.ts: -------------------------------------------------------------------------------- 1 | export * from './Text'; 2 | -------------------------------------------------------------------------------- /src/widgets/AccountsFilters/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/AccountsFilters/index.ts -------------------------------------------------------------------------------- /src/widgets/AccountsFilters/ui/AccountsFilters/AccountsFilters.module.scss: -------------------------------------------------------------------------------- 1 | .AccountsFilters { 2 | width: 264px; 3 | } -------------------------------------------------------------------------------- /src/widgets/ArticleAdditionalInfo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ArticleAdditionalInfo/index.ts -------------------------------------------------------------------------------- /src/widgets/ArticleAdditionalInfo/ui/ArticleAdditionalInfo/ArticleAdditionalInfo.module.scss: -------------------------------------------------------------------------------- 1 | .ArticleAdditionalInfo { 2 | 3 | } -------------------------------------------------------------------------------- /src/widgets/ArticlesFilters/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ArticlesFilters/index.ts -------------------------------------------------------------------------------- /src/widgets/ArticlesFilters/ui/ArticlesFilters/ArticlesFilters.module.scss: -------------------------------------------------------------------------------- 1 | .ArticlesFilters { 2 | width: 264px; 3 | } -------------------------------------------------------------------------------- /src/widgets/ErrorPage/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ErrorPage/index.ts -------------------------------------------------------------------------------- /src/widgets/ErrorPage/ui/ErrorPage.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ErrorPage/ui/ErrorPage.module.scss -------------------------------------------------------------------------------- /src/widgets/ErrorPage/ui/ErrorPage.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ErrorPage/ui/ErrorPage.stories.tsx -------------------------------------------------------------------------------- /src/widgets/ErrorPage/ui/ErrorPage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ErrorPage/ui/ErrorPage.tsx -------------------------------------------------------------------------------- /src/widgets/Navbar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Navbar/index.ts -------------------------------------------------------------------------------- /src/widgets/Navbar/ui/Navbar.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Navbar/ui/Navbar.module.scss -------------------------------------------------------------------------------- /src/widgets/Navbar/ui/Navbar.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Navbar/ui/Navbar.stories.tsx -------------------------------------------------------------------------------- /src/widgets/Navbar/ui/Navbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Navbar/ui/Navbar.tsx -------------------------------------------------------------------------------- /src/widgets/Page/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Page/index.ts -------------------------------------------------------------------------------- /src/widgets/Page/ui/Page/Page.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Page/ui/Page/Page.module.scss -------------------------------------------------------------------------------- /src/widgets/Page/ui/Page/Page.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Page/ui/Page/Page.stories.tsx -------------------------------------------------------------------------------- /src/widgets/Page/ui/Page/Page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Page/ui/Page/Page.tsx -------------------------------------------------------------------------------- /src/widgets/PageLoader/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/PageLoader/index.ts -------------------------------------------------------------------------------- /src/widgets/PageLoader/ui/PageLoader/PageLoader.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/PageLoader/ui/PageLoader/PageLoader.module.scss -------------------------------------------------------------------------------- /src/widgets/PageLoader/ui/PageLoader/PageLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/PageLoader/ui/PageLoader/PageLoader.tsx -------------------------------------------------------------------------------- /src/widgets/ScrollToolbar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ScrollToolbar/index.ts -------------------------------------------------------------------------------- /src/widgets/ScrollToolbar/ui/ScrollToolbar/ScrollToolbar.module.scss: -------------------------------------------------------------------------------- 1 | .ScrollToolbar { 2 | height: 100%; 3 | } -------------------------------------------------------------------------------- /src/widgets/ScrollToolbar/ui/ScrollToolbar/ScrollToolbar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/ScrollToolbar/ui/ScrollToolbar/ScrollToolbar.tsx -------------------------------------------------------------------------------- /src/widgets/Sidebar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/index.ts -------------------------------------------------------------------------------- /src/widgets/Sidebar/model/selectors/getSidebarItems.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/model/selectors/getSidebarItems.ts -------------------------------------------------------------------------------- /src/widgets/Sidebar/model/types/sidebar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/model/types/sidebar.ts -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/Sidebar/Sidebar.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/Sidebar/Sidebar.module.scss -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/Sidebar/Sidebar.stories.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/Sidebar/Sidebar.stories.tsx -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/Sidebar/Sidebar.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/Sidebar/Sidebar.test.tsx -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/Sidebar/Sidebar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/Sidebar/Sidebar.tsx -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/SidebarItem/SidebarItem.module.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/SidebarItem/SidebarItem.module.scss -------------------------------------------------------------------------------- /src/widgets/Sidebar/ui/SidebarItem/SidebarItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/src/widgets/Sidebar/ui/SidebarItem/SidebarItem.tsx -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/tsconfig.json -------------------------------------------------------------------------------- /vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/vite.config.ts -------------------------------------------------------------------------------- /webpack.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/webpack.config.ts -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Barklim/onlyfClient/HEAD/yarn.lock --------------------------------------------------------------------------------