MCPcopy Create free account

hub / github.com/antoniopataro/dona-clone / functions

Functions42 in github.com/antoniopataro/dona-clone

↓ 13 callersFunctionreplaceAll
(str: string, find: string, replace: string)
src/utils/svg-to-data-uri.ts:5
↓ 7 callersFunctionuseOnClickOutside
( ref: React.RefObject<HTMLElement>, handler: (e: MouseEvent | TouchEvent) => void )
src/hooks/useOnClickOutside.tsx:3
↓ 2 callersMethodget
(key: string)
src/services/storage.ts:4
↓ 2 callersMethodset
(key: string, value: string)
src/services/storage.ts:8
↓ 2 callersFunctionuseHotkeys
({ element, hotkeys }: Props)
src/hooks/useHotkeys.tsx:15
↓ 2 callersFunctionuseWindowSize
()
src/hooks/useWindowSize.tsx:8
↓ 1 callersFunctionblur
()
src/components/TaskWriter/index.tsx:77
↓ 1 callersMethodclear
()
src/services/storage.ts:12
↓ 1 callersFunctionescapeRegExp
(str: string)
src/utils/svg-to-data-uri.ts:1
↓ 1 callersFunctionfocus
()
src/components/TaskWriter/index.tsx:69
↓ 1 callersFunctiongetTime
()
src/utils/get-time.ts:1
↓ 1 callersFunctionhandleAddTask
()
src/components/TaskWriter/index.tsx:50
↓ 1 callersFunctionhandleSize
()
src/components/Button/index.tsx:13
↓ 1 callersFunctionloadLists
()
src/store/modules/lists/sagas.ts:7
↓ 1 callersFunctionloadUser
()
src/store/modules/user/sagas.ts:7
↓ 1 callersFunctionsvgToDataUri
(svg: string)
src/utils/svg-to-data-uri.ts:9
FunctionAppLayout
()
src/layouts/app.layout.tsx:20
FunctionAppRoutes
()
src/routes/app.routes.tsx:7
FunctionButton
(props: Props)
src/components/Button/index.tsx:10
FunctionCalendar
({ onChange }: Props)
src/components/Calendar/index.tsx:11
FunctionCheckbox
({ checked, onChange }: Props)
src/components/Checkbox/index.tsx:5
FunctionColorPicker
({ color, changeColor, closeColorPicker, parentRef, }: Props)
src/components/ColorPicker/index.tsx:26
FunctionList
()
src/pages/[slug].tsx:53
FunctionLogo
({ color, size }: Props)
src/components/Logo/index.tsx:6
FunctionLordIcon
({ colors, src, size, trigger, delay }: LordIconProps)
src/components/LordIcon/index.tsx:28
FunctionRoutes
()
src/routes/index.tsx:3
FunctionSidebar
()
src/components/Sidebar/index.tsx:36
FunctionTaskItem
({ adding, addingId, color, removeTask, removing, removingId, task, }: Props)
src/components/TaskItem/index.tsx:32
FunctionTaskWriter
({ addTask }: Props)
src/components/TaskWriter/index.tsx:30
FunctionWelcome
()
src/components/Welcome/index.tsx:16
Methodclear
()
src/services/storage.ts:26
Methodget
(key: string)
src/services/storage.ts:18
FunctionhandleReorderList
(result: DropResult)
src/components/Sidebar/index.tsx:167
FunctionhandleReorderTask
(result: DropResult)
src/pages/[slug].tsx:207
FunctionhandleSize
()
src/hooks/useWindowSize.tsx:14
Functionlistener
(e: MouseEvent | TouchEvent)
src/hooks/useOnClickOutside.tsx:8
Functionlists
(state: RootState)
src/store/modules/lists/selectors.ts:5
FunctionrootSaga
()
src/store/modules/rootSaga.ts:6
Methodset
(key: string, value: string)
src/services/storage.ts:22
FunctiontoggleChecked
()
src/components/TaskWriter/index.tsx:88
FunctiontoggleTaskDone
()
src/components/TaskItem/index.tsx:97
Functionuser
(state: RootState)
src/store/modules/user/selectors.ts:5