MCPcopy Create free account

hub / github.com/Hamza-Rashed/task-list-react-typescript / functions

Functions53 in github.com/Hamza-Rashed/task-list-react-typescript

↓ 8 callersFunctionsetNotification
(msg: string, type: string = 'success')
src/store/actions/notificationActions.ts:3
↓ 6 callersFunctionsaveListsToLS
(lists: Lists)
src/store/reducers/listReducer.ts:41
↓ 2 callersFunctiongetListsFromLS
()
src/store/reducers/listReducer.ts:33
↓ 2 callersFunctionsetListIdToDelete
(id: string)
src/store/actions/listActions.ts:42
↓ 2 callersFunctionsetListToEdit
(id: string)
src/store/actions/listActions.ts:49
↓ 1 callersFunctionaddList
(list: List)
src/store/actions/listActions.ts:22
↓ 1 callersFunctionaddTask
(task: Task, list: List)
src/store/actions/listActions.ts:80
↓ 1 callersFunctiondeleteList
(id: string)
src/store/actions/listActions.ts:63
↓ 1 callersFunctiondeleteTask
(task: Task, list: List)
src/store/actions/listActions.ts:106
↓ 1 callersFunctiongetListById
(id: string)
src/store/actions/listActions.ts:35
↓ 1 callersFunctiongetLists
()
src/store/actions/listActions.ts:29
↓ 1 callersFunctionsetListIdToDeleteHandler
(id: string)
src/components/Lists.tsx:20
↓ 1 callersFunctionsetListToEditHandler
(id: string)
src/components/Lists.tsx:16
↓ 1 callersFunctionsetSelectedList
(id: string)
src/store/actions/listActions.ts:56
↓ 1 callersFunctionsetTaskToDelete
(task: Task, list: List)
src/store/actions/listActions.ts:90
↓ 1 callersFunctionsetTaskToDeleteHandler
(task: Task)
src/components/Tasks.tsx:20
↓ 1 callersFunctionsetTaskToEdit
(task: Task, list: List)
src/store/actions/listActions.ts:116
↓ 1 callersFunctionsetTaskToEditHandler
(task: Task)
src/components/Tasks.tsx:16
↓ 1 callersFunctionunsetTaskToDelete
()
src/store/actions/listActions.ts:100
↓ 1 callersFunctionunsetTaskToEdit
()
src/store/actions/listActions.ts:126
↓ 1 callersFunctionupdateList
(id: string, name: string)
src/store/actions/listActions.ts:70
↓ 1 callersFunctionupdateTask
( taskId: string, taskName: string, taskState: boolean, list: List )
src/store/actions/listActions.ts:132
FunctionAddNewTask
({ list })
src/components/AddNewTask.tsx:11
FunctionApp
()
src/App.tsx:15
FunctionCreateNewList
()
src/components/CreateNewList.tsx:7
FunctionDeleteListModal
({ listId })
src/components/DeleteListModal.tsx:11
FunctionDeleteTaskModal
({ taskToDelete: { task, list }})
src/components/DeleteTaskModal.tsx:14
FunctionEditListModal
({ list })
src/components/EditListModal.tsx:11
FunctionEditTaskModal
({ taskToEdit: { task, list }})
src/components/EditTaskModal.tsx:14
FunctionHeader
({ title, subtitle })
src/components/Header.tsx:8
FunctionLists
()
src/components/Lists.tsx:8
FunctionMainContent
()
src/components/MainContent.tsx:9
FunctionNotification
({ msg })
src/components/Notification.tsx:13
FunctionSelectList
()
src/components/SelectList.tsx:8
FunctionSidebar
()
src/components/Sidebar.tsx:6
FunctionTasks
({ tasks })
src/components/Tasks.tsx:12
FunctionchangeHandler
(e: FormEvent<HTMLInputElement>)
src/components/EditListModal.tsx:30
FunctionchangeHandler
(e: FormEvent<HTMLInputElement>)
src/components/AddNewTask.tsx:15
FunctioncloseModalHandler
()
src/components/DeleteTaskModal.tsx:17
FunctioncloseModalHandler
()
src/components/EditTaskModal.tsx:19
FunctioncloseNotification
()
src/components/Notification.tsx:28
FunctiondeleteHandler
()
src/components/DeleteTaskModal.tsx:21
FunctiondeleteListHandler
()
src/components/DeleteListModal.tsx:19
FunctionhideModalHandler
()
src/components/EditListModal.tsx:34
FunctionhideModalHandler
()
src/components/DeleteListModal.tsx:26
FunctioninputChangeHandler
(e: FormEvent<HTMLInputElement>)
src/components/CreateNewList.tsx:11
FunctionnameChangeHandler
(e: FormEvent<HTMLInputElement>)
src/components/EditTaskModal.tsx:38
FunctionselectChangeHandler
(e: FormEvent<HTMLSelectElement>)
src/components/SelectList.tsx:12
FunctionstateChangeHandler
(e: FormEvent<HTMLInputElement>)
src/components/EditTaskModal.tsx:42
FunctionsubmitHandler
(e: FormEvent<HTMLFormElement>)
src/components/EditListModal.tsx:15
FunctionsubmitHandler
(e: FormEvent<HTMLFormElement>)
src/components/CreateNewList.tsx:15
FunctionsubmitHandler
(e: FormEvent<HTMLFormElement>)
src/components/AddNewTask.tsx:19
FunctionsubmitHandler
(e: FormEvent<HTMLFormElement>)
src/components/EditTaskModal.tsx:23