mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
chore: directory restructure
This commit is contained in:
committed by
Carlos Valente
parent
307f0ffd34
commit
7a322406da
+2
-1
@@ -6,7 +6,7 @@ import RotatedLink from '../../../../common/components/icons/RotatedLink';
|
||||
import Modal from '../../../../common/components/modal/Modal';
|
||||
import useInfo from '../../../../common/hooks-query/useInfo';
|
||||
import useUrlPresets from '../../../../common/hooks-query/useUrlPresets';
|
||||
import GenerateLinkFormExport from '../../../../features/app-settings/panel/feature-panel/GenerateLinkFormExport';
|
||||
import GenerateLinkFormExport from '../../../../features/sharing/GenerateLinkFormExport';
|
||||
|
||||
function CuesheetShareModal() {
|
||||
const { data: infoData } = useInfo();
|
||||
@@ -26,6 +26,7 @@ function CuesheetShareModal() {
|
||||
isOpen={isOpen}
|
||||
onClose={handler.close}
|
||||
title='Share cuesheet view'
|
||||
showBackdrop
|
||||
showCloseButton
|
||||
bodyElements={
|
||||
showModalContent ? <GenerateLinkFormExport lockedPath={{ value: 'cuesheet', label: 'Cuesheet' }} /> : null
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { IoOpenOutline } from 'react-icons/io5';
|
||||
import { OntimeView } from 'ontime-types';
|
||||
|
||||
import ViewNavigationMenu from '../../common/components/navigation-menu/ViewNavigationMenu';
|
||||
import EmptyPage from '../../common/components/state/EmptyPage';
|
||||
@@ -10,7 +11,6 @@ import { useViewOptionsStore } from '../../common/stores/viewOptions';
|
||||
import { useTranslation } from '../../translation/TranslationProvider';
|
||||
|
||||
import './ProjectInfo.scss';
|
||||
import { OntimeView } from 'ontime-types';
|
||||
|
||||
export default function ProjectInfo() {
|
||||
// persisted app state
|
||||
|
||||
Reference in New Issue
Block a user