This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Merge pull request #8 from presentium/class-session-page #45
Annotations
10 errors
|
app/components/home/HomeChart.client.vue#L20
Object literal may only specify known properties, and 'start' does not exist in type 'ComputedOptions<{ studentId?: string; schoolClassId?: number; dateRange: { start?: string; end?: string; }; }>'.
|
app/components/home/HomeTopClasses.vue#L71
Type 'string' is not assignable to type 'MeterColor'.
|
app/pages/directory/students.vue#L26
Type 'undefined[]' is not assignable to type 'never'.
|
app/pages/school-classes/[id]/presences.vue#L41
Object literal may only specify known properties, and 'start' does not exist in type '{ studentId?: string; schoolClassId?: number; dateRange: { start?: string; end?: string; }; }'.
|
app/pages/school-classes/[id]/presences.vue#L83
Argument of type '{ course?: { id?: number; name?: string; }; schoolClass?: { id?: number; name?: string; }; student?: { id?: string; name?: string; }; date?: string; present?: boolean; }' is not assignable to parameter of type 'string'.
|
node_modules/@nuxt/ui-pro/components/color-mode/ColorModeButton.vue#L6
Property 'button' does not exist on type 'unknown'.
|
node_modules/@nuxt/ui-pro/components/dashboard/DashboardNavbarToggle.vue#L5
Property 'button' does not exist on type 'unknown'.
|
node_modules/@nuxt/ui-pro/components/dashboard/DashboardSearchButton.vue#L6
Property 'button' does not exist on type 'unknown'.
|
node_modules/@nuxt/ui-pro/components/header/Header.vue#L27
Property 'button' does not exist on type 'unknown'.
|
The logs for this run have expired and are no longer available.
Loading