cron rename
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ import { openSmallWindow } from './lib/window'
|
||||
import { initHostStore, useHostStore } from './store/host'
|
||||
import { useStore } from './store/memory'
|
||||
import { usePersistedStore } from './store/persisted'
|
||||
import type { ScheduledTask } from './types/cron'
|
||||
import type { ScheduledTask } from './types/schedules'
|
||||
|
||||
let currentRcloneChild: Child | null = null
|
||||
let rcloneListenersRegistered = false
|
||||
|
||||
@@ -9,7 +9,7 @@ import { AlertCircleIcon, Clock7Icon, PauseIcon, PlayIcon, Trash2Icon } from 'lu
|
||||
import { useMemo, useState } from 'react'
|
||||
import { buildReadablePath } from '../../lib/format'
|
||||
import { useHostStore } from '../../store/host'
|
||||
import type { ScheduledTask } from '../../types/cron'
|
||||
import type { ScheduledTask } from '../../types/schedules'
|
||||
import CommandsDropdown from '../components/CommandsDropdown'
|
||||
|
||||
export default function Schedules() {
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ import { LazyStore } from '@tauri-apps/plugin-store'
|
||||
import { create } from 'zustand'
|
||||
import { type StateStorage, createJSONStorage, persist } from 'zustand/middleware'
|
||||
import type { ConfigFile } from '../types/config'
|
||||
import type { ScheduledTask } from '../types/cron'
|
||||
import type { ScheduledTask } from '../types/schedules'
|
||||
|
||||
let activeHostId: string | null = null
|
||||
let activeStore: LazyStore | null = null
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ import { type StateStorage, createJSONStorage, persist } from 'zustand/middlewar
|
||||
import type { Host } from '../lib/hosts'
|
||||
import type { SERVE_TYPES } from '../lib/rclone/constants'
|
||||
import type { ConfigFile } from '../types/config'
|
||||
import type { ScheduledTask } from '../types/cron'
|
||||
import type { ScheduledTask } from '../types/schedules'
|
||||
import type { Template } from '../types/template'
|
||||
import type { RemoteConfig as HostRemoteConfig } from './host'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user