mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
Feat/table part1 (#197)
* feat(csv): export data as csv file * feat(table): toggle fullscreen * ux: coordinate tooltip open delay * feat(excelDates): update tests * refactor: folder structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { DAY_TO_MS } from '../../../../../../server/src/classes/classUtils';
|
||||
import { millisToSeconds } from '../../../../common/utils/dateConfig';
|
||||
import { DAY_TO_MS } from '../../../../common/utils/timeConstants';
|
||||
import { fetchTimerData, sanitiseTitle, timerMessages } from '../countdown.helpers';
|
||||
|
||||
describe('sanitiseTitle() function', () => {
|
||||
|
||||
Reference in New Issue
Block a user