mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 04:22:32 +00:00
45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!--<better-simple-drawer-->
|
|
<!-- [isOpen]="isPanelOpen"-->
|
|
<!-- [sideWidth]="300"-->
|
|
<!-- cdkDropListGroup-->
|
|
<!-->-->
|
|
<!-- <ng-container better-drawer-content>-->
|
|
<planner-plan-view
|
|
cdkDropListGroup
|
|
cdkScrollable
|
|
></planner-plan-view>
|
|
|
|
<!-- <div class="controls">-->
|
|
<!-- <mat-button-toggle-group>-->
|
|
<!-- <mat-button-toggle-->
|
|
<!-- value="SPLIT"-->
|
|
<!-- class="hide-xs"-->
|
|
<!-- >-->
|
|
<!-- <mat-icon>vertical_split</mat-icon>-->
|
|
<!-- Plan-->
|
|
<!-- </mat-button-toggle>-->
|
|
<!-- <mat-button-toggle value="PARSED">-->
|
|
<!-- <mat-icon>photo</mat-icon>-->
|
|
<!-- Flow-->
|
|
<!-- </mat-button-toggle>-->
|
|
<!-- </mat-button-toggle-group>-->
|
|
|
|
<!-- <!– <div class="day-selector">–>-->
|
|
<!-- <!– <button mat-icon-button>–>-->
|
|
<!-- <!– <mat-icon>chevron_left</mat-icon>–>-->
|
|
<!-- <!– </button>–>-->
|
|
<!-- <!– <div class="start-date">27.3</div>–>-->
|
|
<!-- <!– <button mat-icon-button>–>-->
|
|
<!-- <!– <mat-icon>chevron_right</mat-icon>–>-->
|
|
<!-- <!– </button>–>-->
|
|
<!-- <!– </div>–>-->
|
|
<!-- <!– <button mat-icon-button>–>-->
|
|
<!-- <!– <mat-icon>settings</mat-icon>–>-->
|
|
<!-- <!– </button>–>-->
|
|
<!-- </div>-->
|
|
<!-- </ng-container>-->
|
|
|
|
<!-- <ng-container better-drawer-side>-->
|
|
<!-- <add-task-panel-planner (closePanel)="isPanelOpen = false"></add-task-panel-planner>-->
|
|
<!-- </ng-container>-->
|
|
<!--</better-simple-drawer>-->
|