wip
This commit is contained in:
		@@ -14,7 +14,8 @@ use Toby\Infrastructure\Http\Resources\SimpleVacationRequestResource;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
class AnnualSummaryController extends Controller
 | 
					class AnnualSummaryController extends Controller
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response {
 | 
					    public function __invoke(Request $request, YearPeriodRetriever $yearPeriodRetriever): Response
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
        $yearPeriod = $yearPeriodRetriever->selected();
 | 
					        $yearPeriod = $yearPeriodRetriever->selected();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $startDate = Carbon::createFromDate($yearPeriod->year)->startOfYear()->startOfWeek();
 | 
					        $startDate = Carbon::createFromDate($yearPeriod->year)->startOfYear()->startOfWeek();
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,7 +76,7 @@
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.v-popper--theme-tooltip .v-popper__arrow-outer {
 | 
					.v-popper--theme-tooltip .v-popper__arrow-outer {
 | 
				
			||||||
    border-color: #527ABA;
 | 
					    border-color: #000;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.v-popper--theme-tooltip:focus-visible {
 | 
					.v-popper--theme-tooltip:focus-visible {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user