Web: move all images from client to public

This commit is contained in:
Timofey Boyko 2023-01-11 12:56:54 +03:00
parent c9ed3a42ef
commit dbb4d7aca0
179 changed files with 166 additions and 182 deletions

View File

@ -1,5 +1,5 @@
import CatalogFolderReactSvgUrl from "PUBLIC_DIR/images/catalog.folder.react.svg?url";
import ClearTrashReactSvgUrl from "ASSETS_DIR/images/clear.trash.react.svg?url";
import ClearTrashReactSvgUrl from "PUBLIC_DIR/images/clear.trash.react.svg?url";
import CatalogUserReactSvgUrl from "PUBLIC_DIR/images/catalog.user.react.svg?url";
import CatalogArchiveReactSvgUrl from "PUBLIC_DIR/images/catalog.archive.react.svg?url";
import CatalogSharedReactSvgUrl from "PUBLIC_DIR/images/catalog.shared.react.svg?url";

View File

@ -3,7 +3,7 @@ import BoxSvgUrl from "PUBLIC_DIR/images/cloud.services.box.react.svg?url";
import DropboxSvgUrl from "PUBLIC_DIR/images/cloud.services.dropbox.react.svg?url";
import OnedriveSvgUrl from "PUBLIC_DIR/images/cloud.services.onedrive.react.svg?url";
import NextcloudSvgUrl from "PUBLIC_DIR/images/cloud.services.nextcloud.react.svg?url";
import MoreSvgUrl from "ASSETS_DIR/images/services/more.svg?url";
import MoreSvgUrl from "PUBLIC_DIR/images/services/more.svg?url";
import React from "react";
import styled from "styled-components";
import Link from "@docspace/components/link";

View File

@ -1,11 +1,11 @@
import ActionsUploadReactSvgUrl from "ASSETS_DIR/images/actions.upload.react.svg?url";
import ActionsUploadReactSvgUrl from "PUBLIC_DIR/images/actions.upload.react.svg?url";
import FormReactSvgUrl from "PUBLIC_DIR/images/access.form.react.svg?url";
import FormBlankReactSvgUrl from "ASSETS_DIR/images/form.blank.react.svg?url";
import FormFileReactSvgUrl from "ASSETS_DIR/images/form.file.react.svg?url";
import FormGalleryReactSvgUrl from "ASSETS_DIR/images/form.gallery.react.svg?url";
import ActionsDocumentsReactSvgUrl from "ASSETS_DIR/images/actions.documents.react.svg?url";
import SpreadsheetReactSvgUrl from "ASSETS_DIR/images/spreadsheet.react.svg?url";
import ActionsPresentationReactSvgUrl from "ASSETS_DIR/images/actions.presentation.react.svg?url";
import FormBlankReactSvgUrl from "PUBLIC_DIR/images/form.blank.react.svg?url";
import FormFileReactSvgUrl from "PUBLIC_DIR/images/form.file.react.svg?url";
import FormGalleryReactSvgUrl from "PUBLIC_DIR/images/form.gallery.react.svg?url";
import ActionsDocumentsReactSvgUrl from "PUBLIC_DIR/images/actions.documents.react.svg?url";
import SpreadsheetReactSvgUrl from "PUBLIC_DIR/images/spreadsheet.react.svg?url";
import ActionsPresentationReactSvgUrl from "PUBLIC_DIR/images/actions.presentation.react.svg?url";
import CatalogFolderReactSvgUrl from "PUBLIC_DIR/images/catalog.folder.react.svg?url";
import PersonAdminReactSvgUrl from "PUBLIC_DIR/images/person.admin.react.svg?url";
import PersonManagerReactSvgUrl from "PUBLIC_DIR/images/person.manager.react.svg?url";

View File

@ -5,7 +5,7 @@ import TextInput from "@docspace/components/text-input";
import Text from "@docspace/components/text";
import commonIconsStyles from "@docspace/components/utils/common-icons-style";
import CheckIcon from "ASSETS_DIR/images/check.react.svg";
import CheckIcon from "PUBLIC_DIR/images/check.react.svg";
import CrossIcon from "PUBLIC_DIR/images/cross.react.svg";
import { tablet } from "@docspace/components/utils/device";
import { Base } from "@docspace/components/themes";

View File

@ -1,4 +1,4 @@
import EmptyScreenFilterAltSvgUrl from "ASSETS_DIR/images/empty_screen_filter_alt.svg?url";
import EmptyScreenFilterAltSvgUrl from "PUBLIC_DIR/images/empty_screen_filter_alt.svg?url";
import ClearEmptyFilterSvgUrl from "PUBLIC_DIR/images/clear.empty.filter.svg?url";
import React from "react";
import { withTranslation } from "react-i18next";

View File

@ -1,7 +1,7 @@
import PlusSvgUrl from "ASSETS_DIR/images/plus.svg?url";
import UpSvgUrl from "ASSETS_DIR/images/up.svg?url";
import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url";
import UpSvgUrl from "PUBLIC_DIR/images/up.svg?url";
import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url";
import EmptyScreenCorporateSvgUrl from "ASSETS_DIR/images/empty_screen_corporate.svg?url";
import EmptyScreenCorporateSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate.svg?url";
import { inject, observer } from "mobx-react";
import React from "react";
import { withTranslation } from "react-i18next";

View File

@ -1,4 +1,4 @@
import EmptyFolderImageSvgUrl from "ASSETS_DIR/images/empty-folder-image.svg?url";
import EmptyFolderImageSvgUrl from "PUBLIC_DIR/images/empty-folder-image.svg?url";
import ManageAccessRightsReactSvgUrl from "PUBLIC_DIR/images/manage.access.rights.react.svg?url";
import React from "react";

View File

@ -1,7 +1,7 @@
import PrivacySvgUrl from "ASSETS_DIR/images/privacy.svg?url";
import PersonSvgUrl from "ASSETS_DIR/images/person.svg?url";
import PlusSvgUrl from "ASSETS_DIR/images/plus.svg?url";
import EmptyFolderImageSvgUrl from "ASSETS_DIR/images/empty-folder-image.svg?url";
import PrivacySvgUrl from "PUBLIC_DIR/images/privacy.svg?url";
import PersonSvgUrl from "PUBLIC_DIR/images/person.svg?url";
import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url";
import EmptyFolderImageSvgUrl from "PUBLIC_DIR/images/empty-folder-image.svg?url";
import React from "react";
import styled from "styled-components";
import { FolderType } from "@docspace/common/constants";
@ -17,15 +17,15 @@ import { combineUrl } from "@docspace/common/utils";
import { getCategoryUrl } from "SRC_DIR/helpers/utils";
import history from "@docspace/common/history";
import config from "PACKAGE_FILE";
import PlusIcon from "ASSETS_DIR/images/plus.react.svg";
import EmptyScreenPersonalUrl from "ASSETS_DIR/images/empty_screen_personal.svg?url";
import EmptyScreenFormeUrl from "ASSETS_DIR/images/empty_screen_forme.png";
import EmptyScreenCorporateSvgUrl from "ASSETS_DIR/images/empty_screen_corporate.svg?url";
import EmptyScreenFavoritesUrl from "ASSETS_DIR/images/empty_screen_favorites.svg?url";
import EmptyScreenRecentUrl from "ASSETS_DIR/images/empty_screen_recent.svg?url";
import EmptyScreenPrivacyUrl from "ASSETS_DIR/images/empty_screen_privacy.png";
import EmptyScreenTrashSvgUrl from "ASSETS_DIR/images/empty_screen_trash.svg?url";
import EmptyScreenArchiveUrl from "ASSETS_DIR/images/empty_screen_archive.svg?url";
import PlusIcon from "PUBLIC_DIR/images/plus.react.svg";
import EmptyScreenPersonalUrl from "PUBLIC_DIR/images/empty_screen_personal.svg?url";
import EmptyScreenFormeUrl from "PUBLIC_DIR/images/empty_screen_forme.png";
import EmptyScreenCorporateSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate.svg?url";
import EmptyScreenFavoritesUrl from "PUBLIC_DIR/images/empty_screen_favorites.svg?url";
import EmptyScreenRecentUrl from "PUBLIC_DIR/images/empty_screen_recent.svg?url";
import EmptyScreenPrivacyUrl from "PUBLIC_DIR/images/empty_screen_privacy.png";
import EmptyScreenTrashSvgUrl from "PUBLIC_DIR/images/empty_screen_trash.svg?url";
import EmptyScreenArchiveUrl from "PUBLIC_DIR/images/empty_screen_archive.svg?url";
const StyledPlusIcon = styled(PlusIcon)`
path {

View File

@ -1,11 +1,11 @@
import SecuritySvgUrl from "ASSETS_DIR/images/security.svg?url";
import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url";
import styled from "styled-components";
import commonIconsStyles from "@docspace/components/utils/common-icons-style";
import FavoriteIcon from "ASSETS_DIR/images/favorite.react.svg";
import FileActionsConvertEditDocIcon from "ASSETS_DIR/images/file.actions.convert.edit.doc.react.svg";
import FileActionsLockedIcon from "ASSETS_DIR/images/file.actions.locked.react.svg";
import FavoriteIcon from "PUBLIC_DIR/images/favorite.react.svg";
import FileActionsConvertEditDocIcon from "PUBLIC_DIR/images/file.actions.convert.edit.doc.react.svg";
import FileActionsLockedIcon from "PUBLIC_DIR/images/file.actions.locked.react.svg";
import EditFormIcon from "PUBLIC_DIR/images/access.edit.form.react.svg";
import Base from "@docspace/components/themes/base";

View File

@ -1,4 +1,4 @@
import SecuritySvgUrl from "ASSETS_DIR/images/security.svg?url";
import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url";
import React from "react";
import { inject, observer } from "mobx-react";
import styled, { css } from "styled-components";

View File

@ -1,5 +1,5 @@
import CatalogAccountsReactSvgUrl from "PUBLIC_DIR/images/catalog.accounts.react.svg?url";
import EmptyScreenPersonsSvgUrl from "ASSETS_DIR/images/empty_screen_persons.svg?url";
import EmptyScreenPersonsSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url";
import React, { useState, useEffect, useRef } from "react";
import { inject, observer } from "mobx-react";
import PropTypes from "prop-types";

View File

@ -1,4 +1,4 @@
import EmptyScreenCorporateSvgUrl from "ASSETS_DIR/images/empty_screen_corporate.svg?url";
import EmptyScreenCorporateSvgUrl from "PUBLIC_DIR/images/empty_screen_corporate.svg?url";
import React from "react";
import { withTranslation } from "react-i18next";

View File

@ -1,5 +1,5 @@
import IconCropperGridSvgUrl from "ASSETS_DIR/images/icon-cropper-grid.svg?url";
import TrashReactSvgUrl from "ASSETS_DIR/images/trash.react.svg?url";
import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url";
import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url";
import ZoomMinusReactSvgUrl from "PUBLIC_DIR/images/zoom-minus.react.svg?url";
import ZoomPlusReactSvgUrl from "PUBLIC_DIR/images/zoom-plus.react.svg?url";
import React, { useEffect } from "react";
@ -148,10 +148,7 @@ const AvatarCropper = ({
return (
<StyledAvatarCropper className="icon_cropper">
<div className="icon_cropper-crop_area">
<ReactSVG
className="icon_cropper-grid"
src={IconCropperGridSvgUrl}
/>
<ReactSVG className="icon_cropper-grid" src={IconCropperGridSvgUrl} />
<AvatarEditor
ref={setEditorRef}
image={uploadedFile}

View File

@ -1,5 +1,5 @@
import IconCropperGridSvgUrl from "ASSETS_DIR/images/icon-cropper-grid.svg?url";
import TrashReactSvgUrl from "ASSETS_DIR/images/trash.react.svg?url";
import IconCropperGridSvgUrl from "PUBLIC_DIR/images/icon-cropper-grid.svg?url";
import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url";
import ZoomMinusReactSvgUrl from "PUBLIC_DIR/images/zoom-minus.react.svg?url";
import ZoomPlusReactSvgUrl from "PUBLIC_DIR/images/zoom-plus.react.svg?url";
import React, { useState, useEffect } from "react";
@ -162,10 +162,7 @@ const IconCropper = ({
return (
<StyledIconCropper className="icon_cropper">
<div className="icon_cropper-crop_area">
<ReactSVG
className="icon_cropper-grid"
src={IconCropperGridSvgUrl}
/>
<ReactSVG className="icon_cropper-grid" src={IconCropperGridSvgUrl} />
<AvatarEditor
ref={setEditorRef}
image={uploadedFile}

View File

@ -1,4 +1,4 @@
import SecuritySvgUrl from "ASSETS_DIR/images/security.svg?url";
import SecuritySvgUrl from "PUBLIC_DIR/images/security.svg?url";
import React from "react";
import styled from "styled-components";
import { Trans } from "react-i18next";

View File

@ -1,4 +1,4 @@
import ArrowReactSvgUrl from "ASSETS_DIR/images/arrow.react.svg?url";
import ArrowReactSvgUrl from "PUBLIC_DIR/images/arrow.react.svg?url";
import React from "react";
import PropTypes from "prop-types";
import styled from "styled-components";

View File

@ -1,4 +1,4 @@
import FolderReactSvgUrl from "ASSETS_DIR/images/folder.react.svg?url";
import FolderReactSvgUrl from "PUBLIC_DIR/images/folder.react.svg?url";
import React, { useState, useEffect } from "react";
import styled from "styled-components";
@ -142,11 +142,7 @@ const FolderInput = ({
{(path ? "/" : "") + (roomTitle || t("Files:NewRoom"))}
</span>
<div className="icon-wrapper">
<IconButton
size={16}
iconName={FolderReactSvgUrl}
isClickable
/>
<IconButton size={16} iconName={FolderReactSvgUrl} isClickable />
</div>
</StyledFolderInput>

View File

@ -2,7 +2,7 @@ import React, { useState } from "react";
import Text from "@docspace/components/text";
import LinkWithDropdown from "@docspace/components/link-with-dropdown";
import Checkbox from "@docspace/components/checkbox";
import ArrowIcon from "ASSETS_DIR/images/arrow.react.svg";
import ArrowIcon from "PUBLIC_DIR/images/arrow.react.svg";
import { StyledDownloadContent } from "./StyledDownloadDialog";
import DownloadRow from "./DownloadRow";

View File

@ -1,5 +1,5 @@
import Tooltip from "@docspace/components/tooltip";
import LoadErrorIcon from "@docspace/client/public/images/load.error.react.svg";
import LoadErrorIcon from "PUBLIC_DIR/images/load.error.react.svg";
import styled from "styled-components";
import Text from "@docspace/components/text";
import React from "react";

View File

@ -1,6 +1,6 @@
import VerticalDotsReactSvgUrl from "PUBLIC_DIR/images/vertical-dots.react.svg?url";
import ClearActiveReactSvgUrl from "ASSETS_DIR/images/clear.active.react.svg?url";
import ButtonCancelReactSvgUrl from "ASSETS_DIR/images/button.cancel.react.svg?url";
import ClearActiveReactSvgUrl from "PUBLIC_DIR/images/clear.active.react.svg?url";
import ButtonCancelReactSvgUrl from "PUBLIC_DIR/images/button.cancel.react.svg?url";
import React from "react";
import IconButton from "@docspace/components/icon-button";
import Backdrop from "@docspace/components/backdrop";

View File

@ -1,4 +1,4 @@
import CatalogQuestionReactSvgUrl from "ASSETS_DIR/images/catalog.question.react.svg?url";
import CatalogQuestionReactSvgUrl from "PUBLIC_DIR/images/catalog.question.react.svg?url";
import AccessEditReactSvgUrl from "PUBLIC_DIR/images/access.edit.react.svg?url";
import EyeReactSvgUrl from "PUBLIC_DIR/images/eye.react.svg?url";
import AccessNoneReactSvgUrl from "PUBLIC_DIR/images/access.none.react.svg?url";

View File

@ -5,20 +5,20 @@ import {
EmployeeStatus,
} from "@docspace/common/constants";
import PhoneIconUrl from "ASSETS_DIR/images/phone.react.svg?url";
import MobileIconUrl from "ASSETS_DIR/images/mobile.react.svg?url";
import GmailIconUrl from "ASSETS_DIR/images/gmail.react.svg?url";
import SkypeIconUrl from "ASSETS_DIR/images/skype.react.svg?url";
import MsnIconUrl from "ASSETS_DIR/images/windows.msn.react.svg?url";
import IcqIconUrl from "ASSETS_DIR/images/icq.react.svg?url";
import JabberIconUrl from "ASSETS_DIR/images/jabber.react.svg?url";
import AimIconUrl from "ASSETS_DIR/images/aim.react.svg?url";
import PhoneIconUrl from "PUBLIC_DIR/images/phone.react.svg?url";
import MobileIconUrl from "PUBLIC_DIR/images/mobile.react.svg?url";
import GmailIconUrl from "PUBLIC_DIR/images/gmail.react.svg?url";
import SkypeIconUrl from "PUBLIC_DIR/images/skype.react.svg?url";
import MsnIconUrl from "PUBLIC_DIR/images/windows.msn.react.svg?url";
import IcqIconUrl from "PUBLIC_DIR/images/icq.react.svg?url";
import JabberIconUrl from "PUBLIC_DIR/images/jabber.react.svg?url";
import AimIconUrl from "PUBLIC_DIR/images/aim.react.svg?url";
import FacebookIconUrl from "PUBLIC_DIR/images/share.facebook.react.svg?url";
import LivejournalIconUrl from "ASSETS_DIR/images/livejournal.react.svg?url";
import MyspaceIconUrl from "ASSETS_DIR/images/myspace.react.svg?url";
import LivejournalIconUrl from "PUBLIC_DIR/images/livejournal.react.svg?url";
import MyspaceIconUrl from "PUBLIC_DIR/images/myspace.react.svg?url";
import TwitterIconUrl from "PUBLIC_DIR/images/share.twitter.react.svg?url";
import BloggerIconUrl from "ASSETS_DIR/images/blogger.react.svg?url";
import YahooIconUrl from "ASSETS_DIR/images/yahoo.react.svg?url";
import BloggerIconUrl from "PUBLIC_DIR/images/blogger.react.svg?url";
import YahooIconUrl from "PUBLIC_DIR/images/yahoo.react.svg?url";
export const getUserStatus = (user) => {
if (

View File

@ -7,7 +7,7 @@ import styled from "styled-components";
import { ReactSVG } from "react-svg";
import { isMobile } from "react-device-detect";
import { ColorTheme, ThemeType } from "@docspace/common/components/ColorTheme";
import logoPersonalAboutUrl from "ASSETS_DIR/images/logo_personal_about.svg?url";
import logoPersonalAboutUrl from "PUBLIC_DIR/images/logo_personal_about.svg?url";
import { getLogoFromPath } from "@docspace/common/utils";
const StyledAboutBody = styled.div`

View File

@ -1,4 +1,4 @@
import EmptyScreenPersonSvgUrl from "ASSETS_DIR/images/empty_screen_persons.svg?url";
import EmptyScreenPersonSvgUrl from "PUBLIC_DIR/images/empty_screen_persons.svg?url";
import ClearEmptyFilterSvgUrl from "PUBLIC_DIR/images/clear.empty.filter.svg?url";
import React from "react";
import { inject, observer } from "mobx-react";

View File

@ -1,5 +1,5 @@
import PlusSvgUrl from "ASSETS_DIR/images/plus.svg?url";
import PanelReactSvgUrl from "ASSETS_DIR/images/panel.react.svg?url";
import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url";
import PanelReactSvgUrl from "PUBLIC_DIR/images/panel.react.svg?url";
import PersonAdminReactSvgUrl from "PUBLIC_DIR/images/person.admin.react.svg?url";
import PersonManagerReactSvgUrl from "PUBLIC_DIR/images/person.manager.react.svg?url";
import PersonUserReactSvgUrl from "PUBLIC_DIR/images/person.user.react.svg?url";

View File

@ -1,4 +1,4 @@
import EmptyScreenFormGalleryReactSvgUrl from "ASSETS_DIR/images/empty_screen_form-gallery.react.svg?url";
import EmptyScreenFormGalleryReactSvgUrl from "PUBLIC_DIR/images/empty_screen_form-gallery.react.svg?url";
import React, { useEffect } from "react";
import { observer, inject } from "mobx-react";
import EmptyScreenContainer from "@docspace/components/empty-screen-container";

View File

@ -1,4 +1,4 @@
import PanelReactSvgUrl from "ASSETS_DIR/images/panel.react.svg?url";
import PanelReactSvgUrl from "PUBLIC_DIR/images/panel.react.svg?url";
import ArrowPathReactSvgUrl from "PUBLIC_DIR/images/arrow.path.react.svg?url";
import React from "react";
import { inject, observer } from "mobx-react";

View File

@ -1,4 +1,4 @@
import PencilReactSvgUrl from "ASSETS_DIR/images/pencil.react.svg?url";
import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url";
import React, { useState, useEffect } from "react";
import { inject } from "mobx-react";
import { ReactSVG } from "react-svg";
@ -72,10 +72,7 @@ const CommentEditor = ({
)}
{changeVersionHistoryAbility && (
<div className="edit_toggle" onClick={onOpenEditor}>
<ReactSVG
className="edit_toggle-icon"
src={PencilReactSvgUrl}
/>
<ReactSVG className="edit_toggle-icon" src={PencilReactSvgUrl} />
<div className="property-content edit_toggle-text">
{comment ? t("Common:EditButton") : t("Common:AddButton")}
</div>

View File

@ -1,4 +1,4 @@
import EmptyScreenInfoPanelPngUrl from "ASSETS_DIR/images/empty_screen_info_panel.png";
import EmptyScreenInfoPanelPngUrl from "PUBLIC_DIR/images/empty_screen_info_panel.png";
import React from "react";
import { StyledNoItemContainer } from "../../styles/noItem";

View File

@ -1,4 +1,4 @@
import FormGallerySearchReactSvgUrl from "ASSETS_DIR/images/form-gallery-search.react.svg?url";
import FormGallerySearchReactSvgUrl from "PUBLIC_DIR/images/form-gallery-search.react.svg?url";
import React from "react";
import styled from "styled-components";
import Text from "@docspace/components/text";

View File

@ -1,4 +1,4 @@
import InfoPanelRoomEmptyScreenSvgUrl from "ASSETS_DIR/images/info-panel-room-empty-screen.svg?url";
import InfoPanelRoomEmptyScreenSvgUrl from "PUBLIC_DIR/images/info-panel-room-empty-screen.svg?url";
import React from "react";
import Text from "@docspace/components/text";
@ -8,10 +8,7 @@ const NoRoomItem = ({ t }) => {
return (
<StyledNoItemContainer className="info-panel_gallery-empty-screen">
<div className="no-thumbnail-img-wrapper">
<img
src={InfoPanelRoomEmptyScreenSvgUrl}
alt="No Room Image"
/>
<img src={InfoPanelRoomEmptyScreenSvgUrl} alt="No Room Image" />
</div>
<Text className="no-item-text" textAlign="center">
{t("RoomsEmptyScreenTent")}

View File

@ -1,5 +1,5 @@
import EmptyScreenAccountsInfoPanelPngUrl from "PUBLIC_DIR/images/empty_screen-accounts-info-panel.png";
import EmptyScreenInfoPanelPngUrl from "ASSETS_DIR/images/empty_screen_info_panel.png";
import EmptyScreenInfoPanelPngUrl from "PUBLIC_DIR/images/empty_screen_info_panel.png";
import React from "react";
import { StyledSeveralItemsContainer } from "../../styles/severalItems";

View File

@ -1,4 +1,4 @@
import PanelReactSvgUrl from "ASSETS_DIR/images/panel.react.svg?url";
import PanelReactSvgUrl from "PUBLIC_DIR/images/panel.react.svg?url";
import React from "react";
import { inject, observer } from "mobx-react";
import { withTranslation } from "react-i18next";

View File

@ -1,5 +1,5 @@
import React from "react";
import DefaultUserPhotoSize32PngUrl from "ASSETS_DIR/images/default_user_photo_size_32-32.png?url";
import DefaultUserPhotoSize32PngUrl from "PUBLIC_DIR/images/default_user_photo_size_32-32.png?url";
import { StyledText, StyledAuthorCell } from "./CellStyles";
import Avatar from "@docspace/components/avatar";

View File

@ -1,19 +1,19 @@
import FolderLockedReactSvgUrl from "ASSETS_DIR/images/folder.locked.react.svg?url";
import ActionsDocumentsReactSvgUrl from "ASSETS_DIR/images/actions.documents.react.svg?url";
import SpreadsheetReactSvgUrl from "ASSETS_DIR/images/spreadsheet.react.svg?url";
import ActionsPresentationReactSvgUrl from "ASSETS_DIR/images/actions.presentation.react.svg?url";
import FolderLockedReactSvgUrl from "PUBLIC_DIR/images/folder.locked.react.svg?url";
import ActionsDocumentsReactSvgUrl from "PUBLIC_DIR/images/actions.documents.react.svg?url";
import SpreadsheetReactSvgUrl from "PUBLIC_DIR/images/spreadsheet.react.svg?url";
import ActionsPresentationReactSvgUrl from "PUBLIC_DIR/images/actions.presentation.react.svg?url";
import FormReactSvgUrl from "PUBLIC_DIR/images/access.form.react.svg?url";
import FormBlankReactSvgUrl from "ASSETS_DIR/images/form.blank.react.svg?url";
import FormFileReactSvgUrl from "ASSETS_DIR/images/form.file.react.svg?url";
import FormGalleryReactSvgUrl from "ASSETS_DIR/images/form.gallery.react.svg?url";
import FormBlankReactSvgUrl from "PUBLIC_DIR/images/form.blank.react.svg?url";
import FormFileReactSvgUrl from "PUBLIC_DIR/images/form.file.react.svg?url";
import FormGalleryReactSvgUrl from "PUBLIC_DIR/images/form.gallery.react.svg?url";
import CatalogFolderReactSvgUrl from "PUBLIC_DIR/images/catalog.folder.react.svg?url";
import ActionsUploadReactSvgUrl from "ASSETS_DIR/images/actions.upload.react.svg?url";
import ClearTrashReactSvgUrl from "ASSETS_DIR/images/clear.trash.react.svg?url";
import ReconnectSvgUrl from "ASSETS_DIR/images/reconnect.svg?url";
import ActionsUploadReactSvgUrl from "PUBLIC_DIR/images/actions.upload.react.svg?url";
import ClearTrashReactSvgUrl from "PUBLIC_DIR/images/clear.trash.react.svg?url";
import ReconnectSvgUrl from "PUBLIC_DIR/images/reconnect.svg?url";
import SettingsReactSvgUrl from "PUBLIC_DIR/images/settings.react.svg?url";
import DownloadReactSvgUrl from "ASSETS_DIR/images/download.react.svg?url";
import DownloadReactSvgUrl from "PUBLIC_DIR/images/download.react.svg?url";
import MoveReactSvgUrl from "PUBLIC_DIR/images/move.react.svg?url";
import RenameReactSvgUrl from "ASSETS_DIR/images/rename.react.svg?url";
import RenameReactSvgUrl from "PUBLIC_DIR/images/rename.react.svg?url";
import ShareReactSvgUrl from "PUBLIC_DIR/images/share.react.svg?url";
import InvitationLinkReactSvgUrl from "PUBLIC_DIR/images/invitation.link.react.svg?url";
import InfoOutlineReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url";

View File

@ -1,9 +1,9 @@
import PaymentsEnterpriseSvgUrl from "ASSETS_DIR/images/payments_enterprise.svg?url";
import PaymentsEnterpriseCubesSvgUrl from "ASSETS_DIR/images/payments_enterprise_cubes.svg?url";
import PaymentsEnterpriseLockSvgUrl from "ASSETS_DIR/images/payments_enterprise_lock.svg?url";
import PaymentsEnterpriseSmartphoneSvgUrl from "ASSETS_DIR/images/payments_enterprise_smartphone.svg?url";
import PaymentsEnterpriseUpdateSvgUrl from "ASSETS_DIR/images/payments_enterprise_update.svg?url";
import PaymentsEnterpriseHelpSvgUrl from "ASSETS_DIR/images/payments_enterprise_help.svg?url";
import PaymentsEnterpriseSvgUrl from "PUBLIC_DIR/images/payments_enterprise.svg?url";
import PaymentsEnterpriseCubesSvgUrl from "PUBLIC_DIR/images/payments_enterprise_cubes.svg?url";
import PaymentsEnterpriseLockSvgUrl from "PUBLIC_DIR/images/payments_enterprise_lock.svg?url";
import PaymentsEnterpriseSmartphoneSvgUrl from "PUBLIC_DIR/images/payments_enterprise_smartphone.svg?url";
import PaymentsEnterpriseUpdateSvgUrl from "PUBLIC_DIR/images/payments_enterprise_update.svg?url";
import PaymentsEnterpriseHelpSvgUrl from "PUBLIC_DIR/images/payments_enterprise_help.svg?url";
import React from "react";
import styled from "styled-components";

View File

@ -1,7 +1,7 @@
import styled, { css } from "styled-components";
import { isMobileOnly } from "react-device-detect";
import Scrollbar from "@docspace/components/scrollbar";
import ArrowRightIcon from "@docspace/client/public/images/arrow.right.react.svg";
import ArrowRightIcon from "PUBLIC_DIR/images/arrow.right.react.svg";
import commonIconsStyles from "@docspace/components/utils/common-icons-style";
import { Base } from "@docspace/components/themes";
import { UnavailableStyles } from "../../../utils/commonSettingsStyles";

View File

@ -1,4 +1,4 @@
import PlusSvgUrl from "ASSETS_DIR/images/plus.svg?url";
import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url";
import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url";
import React from "react";
import styled from "styled-components";

View File

@ -10,7 +10,7 @@ import Text from "@docspace/components/text";
import SsoTextInput from "./SsoTextInput";
import FileInput from "@docspace/components/file-input";
import UploadIcon from "ASSETS_DIR/images/actions.upload.react.svg";
import UploadIcon from "PUBLIC_DIR/images/actions.upload.react.svg";
import { Base } from "@docspace/components/themes";
const StyledUploadIcon = styled(UploadIcon)`

View File

@ -3,8 +3,8 @@ import styled, { css } from "styled-components";
import { useTranslation } from "react-i18next";
import Text from "@docspace/components/text";
import Slider from "@docspace/components/slider";
import PlusIcon from "ASSETS_DIR/images/payment.plus.react.svg";
import MinusIcon from "ASSETS_DIR/images/minus.react.svg";
import PlusIcon from "PUBLIC_DIR/images/payment.plus.react.svg";
import MinusIcon from "PUBLIC_DIR/images/minus.react.svg";
import TextInput from "@docspace/components/text-input";
import { inject, observer } from "mobx-react";
import SelectTotalSizeContainer from "./SelectTotalSizeContainer";

View File

@ -1,5 +1,5 @@
import styled from "styled-components";
import ArrowRightIcon from "ASSETS_DIR/images/arrow.right.react.svg";
import ArrowRightIcon from "PUBLIC_DIR/images/arrow.right.react.svg";
import commonIconsStyles from "@docspace/components/utils/common-icons-style";
import { Base } from "@docspace/components/themes";

View File

@ -1,8 +1,8 @@
import React, { useState, useEffect, useRef } from "react";
import styled from "styled-components";
import commonIconsStyles from "@docspace/components/utils/common-icons-style";
import TrashIcon from "ASSETS_DIR/images/trash.react.svg";
import PlusIcon from "@docspace/client/public/images/plus.react.svg";
import TrashIcon from "PUBLIC_DIR/images/trash.react.svg";
import PlusIcon from "PUBLIC_DIR/images/plus.react.svg";
import Link from "@docspace/components/link";
import TextInput from "@docspace/components/text-input";
import { Base } from "@docspace/components/themes";

View File

@ -1,11 +1,11 @@
import CommonSettingsSvgUrl from "PUBLIC_DIR/images/common-settings.svg?url";
import SettingsReactSvgUrl from "PUBLIC_DIR/images/settings.react.svg?url";
import SecuritySettingsIconUrl from "ASSETS_DIR/images/security-settings.svg?url";
import IntegrationSettingsIconUrl from "ASSETS_DIR/images/integration-settings.svg?url";
import PaymentIconUrl from "ASSETS_DIR/images/payment.react.svg?url";
import DataManagementIconUrl from "ASSETS_DIR/images/data-management.react.svg?url";
import RestoreIconUrl from "ASSETS_DIR/images/restore.react.svg?url";
import TrashIconUrl from "ASSETS_DIR/images/trash.react.svg?url";
import SecuritySettingsIconUrl from "PUBLIC_DIR/images/security-settings.svg?url";
import IntegrationSettingsIconUrl from "PUBLIC_DIR/images/integration-settings.svg?url";
import PaymentIconUrl from "PUBLIC_DIR/images/payment.react.svg?url";
import DataManagementIconUrl from "PUBLIC_DIR/images/data-management.react.svg?url";
import RestoreIconUrl from "PUBLIC_DIR/images/restore.react.svg?url";
import TrashIconUrl from "PUBLIC_DIR/images/trash.react.svg?url";
/**
* Array for generation current settings tree.
*/

View File

@ -1,4 +1,4 @@
import DarkGeneralPngUrl from "ASSETS_DIR/images/dark_general.png";
import DarkGeneralPngUrl from "PUBLIC_DIR/images/dark_general.png";
import React, { useEffect, useState } from "react";
import styled from "styled-components";
import Text from "@docspace/components/text";

View File

@ -1,5 +1,5 @@
import RemoveSessionSvgUrl from "ASSETS_DIR/images/remove.session.svg?url";
import TickSvgUrl from "ASSETS_DIR/images/tick.svg?url";
import RemoveSessionSvgUrl from "PUBLIC_DIR/images/remove.session.svg?url";
import TickSvgUrl from "PUBLIC_DIR/images/tick.svg?url";
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url";
import React, { useState, useEffect } from "react";
import { inject, observer } from "mobx-react";

View File

@ -1,5 +1,5 @@
import FolderReactSvgUrl from "ASSETS_DIR/images/folder.react.svg?url";
import PlusSvgUrl from "ASSETS_DIR/images/plus.svg?url";
import FolderReactSvgUrl from "PUBLIC_DIR/images/folder.react.svg?url";
import PlusSvgUrl from "PUBLIC_DIR/images/plus.svg?url";
import AccessEditReactSvgUrl from "PUBLIC_DIR/images/access.edit.react.svg?url";
import CatalogTrashReactSvgUrl from "PUBLIC_DIR/images/catalog.trash.react.svg?url";
import EmptyScreenAltSvgUrl from "PUBLIC_DIR/images/empty_screen_alt.svg?url";

View File

@ -1,15 +1,15 @@
import PencilReactSvgUrl from "ASSETS_DIR/images/pencil.react.svg?url";
import PencilReactSvgUrl from "PUBLIC_DIR/images/pencil.react.svg?url";
import ChangeMailReactSvgUrl from "PUBLIC_DIR/images/email.react.svg?url";
import ChangeSecurityReactSvgUrl from "ASSETS_DIR/images/change.security.react.svg?url";
import FolderReactSvgUrl from "ASSETS_DIR/images/folder.react.svg?url";
import EnableReactSvgUrl from "ASSETS_DIR/images/enable.react.svg?url";
import RemoveReactSvgUrl from "ASSETS_DIR/images/remove.react.svg?url";
import RessingDataReactSvgUrl from "ASSETS_DIR/images/ressing_data.react.svg?url";
import DelDataReactSvgUrl from "ASSETS_DIR/images/del_data.react.svg?url";
import TrashReactSvgUrl from "ASSETS_DIR/images/trash.react.svg?url";
import ChangeSecurityReactSvgUrl from "PUBLIC_DIR/images/change.security.react.svg?url";
import FolderReactSvgUrl from "PUBLIC_DIR/images/folder.react.svg?url";
import EnableReactSvgUrl from "PUBLIC_DIR/images/enable.react.svg?url";
import RemoveReactSvgUrl from "PUBLIC_DIR/images/remove.react.svg?url";
import RessingDataReactSvgUrl from "PUBLIC_DIR/images/ressing_data.react.svg?url";
import DelDataReactSvgUrl from "PUBLIC_DIR/images/del_data.react.svg?url";
import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url";
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url";
import RestoreAuthReactSvgUrl from "ASSETS_DIR/images/restore.auth.react.svg?url";
import DisableReactSvgUrl from "ASSETS_DIR/images/disable.react.svg?url";
import RestoreAuthReactSvgUrl from "PUBLIC_DIR/images/restore.auth.react.svg?url";
import DisableReactSvgUrl from "PUBLIC_DIR/images/disable.react.svg?url";
import ProfileReactSvgUrl from "PUBLIC_DIR/images/profile.react.svg?url";
import RefreshReactSvgUrl from "PUBLIC_DIR/images/refresh.react.svg?url";
import InviteAgainReactSvgUrl from "PUBLIC_DIR/images/invite.again.react.svg?url";

View File

@ -1,19 +1,19 @@
import HistoryReactSvgUrl from "ASSETS_DIR/images/history.react.svg?url";
import HistoryFinalizedReactSvgUrl from "ASSETS_DIR/images/history-finalized.react.svg?url";
import HistoryReactSvgUrl from "PUBLIC_DIR/images/history.react.svg?url";
import HistoryFinalizedReactSvgUrl from "PUBLIC_DIR/images/history-finalized.react.svg?url";
import MoveReactSvgUrl from "PUBLIC_DIR/images/move.react.svg?url";
import CheckBoxReactSvgUrl from "ASSETS_DIR/images/check-box.react.svg?url";
import FolderReactSvgUrl from "ASSETS_DIR/images/folder.react.svg?url";
import ReconnectSvgUrl from "ASSETS_DIR/images/reconnect.svg?url";
import CheckBoxReactSvgUrl from "PUBLIC_DIR/images/check-box.react.svg?url";
import FolderReactSvgUrl from "PUBLIC_DIR/images/folder.react.svg?url";
import ReconnectSvgUrl from "PUBLIC_DIR/images/reconnect.svg?url";
import SettingsReactSvgUrl from "PUBLIC_DIR/images/settings.react.svg?url";
import FileActionsOwnerReactSvgUrl from "ASSETS_DIR/images/file.actions.owner.react.svg?url";
import FolderLocationReactSvgUrl from "ASSETS_DIR/images/folder.location.react.svg?url";
import TickRoundedSvgUrl from "ASSETS_DIR/images/tick.rounded.svg?url";
import FavoritesReactSvgUrl from "ASSETS_DIR/images/favorites.react.svg?url";
import DownloadReactSvgUrl from "ASSETS_DIR/images/download.react.svg?url";
import DownloadAsReactSvgUrl from "ASSETS_DIR/images/download-as.react.svg?url";
import RenameReactSvgUrl from "ASSETS_DIR/images/rename.react.svg?url";
import RemoveSvgUrl from "ASSETS_DIR/images/remove.svg?url";
import TrashReactSvgUrl from "ASSETS_DIR/images/trash.react.svg?url";
import FileActionsOwnerReactSvgUrl from "PUBLIC_DIR/images/file.actions.owner.react.svg?url";
import FolderLocationReactSvgUrl from "PUBLIC_DIR/images/folder.location.react.svg?url";
import TickRoundedSvgUrl from "PUBLIC_DIR/images/tick.rounded.svg?url";
import FavoritesReactSvgUrl from "PUBLIC_DIR/images/favorites.react.svg?url";
import DownloadReactSvgUrl from "PUBLIC_DIR/images/download.react.svg?url";
import DownloadAsReactSvgUrl from "PUBLIC_DIR/images/download-as.react.svg?url";
import RenameReactSvgUrl from "PUBLIC_DIR/images/rename.react.svg?url";
import RemoveSvgUrl from "PUBLIC_DIR/images/remove.svg?url";
import TrashReactSvgUrl from "PUBLIC_DIR/images/trash.react.svg?url";
import LockedReactSvgUrl from "PUBLIC_DIR/images/locked.react.svg?url";
import CopyReactSvgUrl from "PUBLIC_DIR/images/copy.react.svg?url";
import DuplicateReactSvgUrl from "PUBLIC_DIR/images/duplicate.react.svg?url";

View File

@ -1,7 +1,7 @@
import FavoritesReactSvgUrl from "ASSETS_DIR/images/favorites.react.svg?url";
import FavoritesReactSvgUrl from "PUBLIC_DIR/images/favorites.react.svg?url";
import InfoOutlineReactSvgUrl from "PUBLIC_DIR/images/info.outline.react.svg?url";
import CopyToReactSvgUrl from "PUBLIC_DIR/images/copyTo.react.svg?url";
import DownloadReactSvgUrl from "ASSETS_DIR/images/download.react.svg?url";
import DownloadReactSvgUrl from "PUBLIC_DIR/images/download.react.svg?url";
import DownloadAsReactSvgUrl from "PUBLIC_DIR/images/downloadAs.react.svg?url";
import MoveReactSvgUrl from "PUBLIC_DIR/images/move.react.svg?url";
import PinReactSvgUrl from "PUBLIC_DIR/images/pin.react.svg?url";

View File

@ -1,6 +1,6 @@
import InfoReactSvgUrl from "PUBLIC_DIR/images/info.react.svg?url";
import EnableReactSvgUrl from "ASSETS_DIR/images/enable.react.svg?url";
import DisableReactSvgUrl from "ASSETS_DIR/images/disable.react.svg?url";
import EnableReactSvgUrl from "PUBLIC_DIR/images/enable.react.svg?url";
import DisableReactSvgUrl from "PUBLIC_DIR/images/disable.react.svg?url";
import ChangeToEmployeeReactSvgUrl from "PUBLIC_DIR/images/change.to.employee.react.svg?url";
import InviteAgainReactSvgUrl from "PUBLIC_DIR/images/invite.again.react.svg?url";
import DeleteReactSvgUrl from "PUBLIC_DIR/images/delete.react.svg?url";

View File

@ -1,23 +1,23 @@
import IconBoxSmallReactSvgUrl from "ASSETS_DIR/images/icon_box_small.react.svg?url";
import IconBoxReactSvgUrl from "ASSETS_DIR/images/icon_box.react.svg?url";
import IconDropboxSmallReactSvgUrl from "ASSETS_DIR/images/icon_dropbox_small.react.svg?url";
import IconDropboxReactSvgUrl from "ASSETS_DIR/images/icon_dropbox.react.svg?url";
import IconGoogleDriveSmallReactSvgUrl from "ASSETS_DIR/images/icon_google_drive_small.react.svg?url";
import IconGoogleDriveReactSvgUrl from "ASSETS_DIR/images/icon_google_drive.react.svg?url";
import IconOnedriveSmallReactSvgUrl from "ASSETS_DIR/images/icon_onedrive_small.react.svg?url";
import IconOnedriveReactSvgUrl from "ASSETS_DIR/images/icon_onedrive.react.svg?url";
import IconSharepointSmallReactSvgUrl from "ASSETS_DIR/images/icon_sharepoint_small.react.svg?url";
import IconSharepointReactSvgUrl from "ASSETS_DIR/images/icon_sharepoint.react.svg?url";
import IconKdriveSmallReactSvgUrl from "ASSETS_DIR/images/icon_kdrive_small.react.svg?url";
import IconKdriveReactSvgUrl from "ASSETS_DIR/images/icon_kdrive.react.svg?url";
import IconYandexDiskSmallReactSvgUrl from "ASSETS_DIR/images/icon_yandex_disk_small.react.svg?url";
import IconYandexDiskReactSvgUrl from "ASSETS_DIR/images/icon_yandex_disk.react.svg?url";
import IconOwncloudSmallReactSvgUrl from "ASSETS_DIR/images/icon_owncloud_small.react.svg?url";
import IconOwncloudReactSvgUrl from "ASSETS_DIR/images/icon_owncloud.react.svg?url";
import IconNextcloudSmallReactSvgUrl from "ASSETS_DIR/images/icon_nextcloud_small.react.svg?url";
import IconNextcloudReactSvgUrl from "ASSETS_DIR/images/icon_nextcloud.react.svg?url";
import IconWebdavSmallReactSvgUrl from "ASSETS_DIR/images/icon_webdav_small.react.svg?url";
import IconWebdavReactSvgUrl from "ASSETS_DIR/images/icon_webdav.react.svg?url";
import IconBoxSmallReactSvgUrl from "PUBLIC_DIR/images/icon_box_small.react.svg?url";
import IconBoxReactSvgUrl from "PUBLIC_DIR/images/icon_box.react.svg?url";
import IconDropboxSmallReactSvgUrl from "PUBLIC_DIR/images/icon_dropbox_small.react.svg?url";
import IconDropboxReactSvgUrl from "PUBLIC_DIR/images/icon_dropbox.react.svg?url";
import IconGoogleDriveSmallReactSvgUrl from "PUBLIC_DIR/images/icon_google_drive_small.react.svg?url";
import IconGoogleDriveReactSvgUrl from "PUBLIC_DIR/images/icon_google_drive.react.svg?url";
import IconOnedriveSmallReactSvgUrl from "PUBLIC_DIR/images/icon_onedrive_small.react.svg?url";
import IconOnedriveReactSvgUrl from "PUBLIC_DIR/images/icon_onedrive.react.svg?url";
import IconSharepointSmallReactSvgUrl from "PUBLIC_DIR/images/icon_sharepoint_small.react.svg?url";
import IconSharepointReactSvgUrl from "PUBLIC_DIR/images/icon_sharepoint.react.svg?url";
import IconKdriveSmallReactSvgUrl from "PUBLIC_DIR/images/icon_kdrive_small.react.svg?url";
import IconKdriveReactSvgUrl from "PUBLIC_DIR/images/icon_kdrive.react.svg?url";
import IconYandexDiskSmallReactSvgUrl from "PUBLIC_DIR/images/icon_yandex_disk_small.react.svg?url";
import IconYandexDiskReactSvgUrl from "PUBLIC_DIR/images/icon_yandex_disk.react.svg?url";
import IconOwncloudSmallReactSvgUrl from "PUBLIC_DIR/images/icon_owncloud_small.react.svg?url";
import IconOwncloudReactSvgUrl from "PUBLIC_DIR/images/icon_owncloud.react.svg?url";
import IconNextcloudSmallReactSvgUrl from "PUBLIC_DIR/images/icon_nextcloud_small.react.svg?url";
import IconNextcloudReactSvgUrl from "PUBLIC_DIR/images/icon_nextcloud.react.svg?url";
import IconWebdavSmallReactSvgUrl from "PUBLIC_DIR/images/icon_webdav_small.react.svg?url";
import IconWebdavReactSvgUrl from "PUBLIC_DIR/images/icon_webdav.react.svg?url";
import { makeAutoObservable } from "mobx";
import api from "@docspace/common/api";

View File

@ -1,5 +1,5 @@
import { makeAutoObservable, runInAction } from "mobx";
import DefaultUserPhotoSize32PngUrl from "ASSETS_DIR/images/default_user_photo_size_32-32.png?url";
import DefaultUserPhotoSize32PngUrl from "PUBLIC_DIR/images/default_user_photo_size_32-32.png?url";
import api from "@docspace/common/api";
import {
EmployeeStatus,

View File

@ -3,7 +3,7 @@ import { inject, observer } from "mobx-react";
import { withRouter } from "react-router";
import { useTranslation, Trans } from "react-i18next";
import Text from "@docspace/components/text";
import ArrowRightIcon from "@docspace/client/public/images/arrow.right.react.svg";
import ArrowRightIcon from "../../../../../public/images/arrow.right.react.svg";
import { StyledArticlePaymentAlert } from "../styled-article";
import styled from "styled-components";
import { combineUrl } from "@docspace/common/utils";

View File

@ -1,5 +1,5 @@
import styled, { css } from "styled-components";
import VersionSvg from "@docspace/client/public/images/versionrevision_active.react.svg";
import VersionSvg from "../../../../public/images/versionrevision_active.react.svg";
const VersionMarkIcon = styled(VersionSvg)`
path {

View File

@ -5,7 +5,7 @@ import ObjectUtils from "../../utils/objectUtils";
import { classNames } from "../../utils/classNames";
import { CSSTransition } from "react-transition-group";
import { ReactSVG } from "react-svg";
import ArrowIcon from "../../../client/public/images/arrow.right.react.svg";
import ArrowIcon from "../../../../public/images/arrow.right.react.svg";
import Scrollbar from "../../scrollbar";
//import CustomScrollbarsVirtualList from "../../scrollbar/custom-scrollbars-virtual-list";

View File

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 347 B

View File

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 506 B

View File

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 226 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 813 B

After

Width:  |  Height:  |  Size: 813 B

View File

Before

Width:  |  Height:  |  Size: 917 B

After

Width:  |  Height:  |  Size: 917 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 331 B

View File

Before

Width:  |  Height:  |  Size: 553 B

After

Width:  |  Height:  |  Size: 553 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 534 B

View File

Before

Width:  |  Height:  |  Size: 192 B

After

Width:  |  Height:  |  Size: 192 B

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 944 B

After

Width:  |  Height:  |  Size: 944 B

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 563 B

View File

Before

Width:  |  Height:  |  Size: 219 B

After

Width:  |  Height:  |  Size: 219 B

View File

Before

Width:  |  Height:  |  Size: 471 B

After

Width:  |  Height:  |  Size: 471 B

View File

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 666 B

View File

Before

Width:  |  Height:  |  Size: 592 B

After

Width:  |  Height:  |  Size: 592 B

View File

Before

Width:  |  Height:  |  Size: 806 B

After

Width:  |  Height:  |  Size: 806 B

View File

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 600 B

View File

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 563 B

View File

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 764 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

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