some refactoring, fixed addEmployeeModal, played with scss

This commit is contained in:
Sockenklaus
2021-11-12 01:16:32 +01:00
parent 9334b1fa26
commit 8204135b0f
6 changed files with 39 additions and 44 deletions

View File

@@ -4,9 +4,15 @@ type ScheduleData = [
type Employee = {
id: number,
name: string,
handle: string
first_name: string,
last_name: string,
email: string,
phone: string,
mobile: string,
role: string,
shorthand: string,
contractHours?: number
username?: string
}
type ScheduleRow = {