mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-05 23:43:57 +00:00
0e450cb6cb
* feat(csv): export data as csv file * feat(table): toggle fullscreen * ux: coordinate tooltip open delay * feat(excelDates): update tests * refactor: folder structure
4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
export const tooltipDelaySlow = 1000;
|
|
export const tooltipDelayMid = 500
|
|
export const tooltipDelayFast = 300;
|