mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-17 16:37:43 +00:00
This commit is contained in:
parent
d02f2271da
commit
6bb0472549
19 changed files with 2 additions and 1035 deletions
|
|
@ -128,7 +128,7 @@ export const cssSelectors = {
|
|||
// TASK DETAIL PANEL SELECTORS
|
||||
// ============================================================================
|
||||
RIGHT_PANEL: '.right-panel',
|
||||
DETAIL_PANEL: 'dialog-task-detail-panel, task-detail-panel',
|
||||
DETAIL_PANEL: 'task-detail-panel',
|
||||
DETAIL_PANEL_BTN: '.show-additional-info-btn',
|
||||
SCHEDULE_TASK_ITEM:
|
||||
'task-detail-item:has(mat-icon:text("alarm")), task-detail-item:has(mat-icon:text("today")), task-detail-item:has(mat-icon:text("schedule"))',
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import { fillTimeInput } from './time-input-helper';
|
|||
|
||||
// Selectors for scheduling
|
||||
const DETAIL_PANEL_BTN = '.show-additional-info-btn';
|
||||
const DETAIL_PANEL_SELECTOR = 'dialog-task-detail-panel, task-detail-panel';
|
||||
const DETAIL_PANEL_SELECTOR = 'task-detail-panel';
|
||||
const DETAIL_PANEL_SCHEDULE_ITEM =
|
||||
'task-detail-item:has(mat-icon:text("alarm")), ' +
|
||||
'task-detail-item:has(mat-icon:text("today")), ' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue