Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antoniopataro/dona-clone
/ functions
Functions
42 in github.com/antoniopataro/dona-clone
⨍
Functions
42
◇
Types & classes
28
↓ 13 callers
Function
replaceAll
(str: string, find: string, replace: string)
src/utils/svg-to-data-uri.ts:5
↓ 7 callers
Function
useOnClickOutside
( ref: React.RefObject<HTMLElement>, handler: (e: MouseEvent | TouchEvent) => void )
src/hooks/useOnClickOutside.tsx:3
↓ 2 callers
Method
get
(key: string)
src/services/storage.ts:4
↓ 2 callers
Method
set
(key: string, value: string)
src/services/storage.ts:8
↓ 2 callers
Function
useHotkeys
({ element, hotkeys }: Props)
src/hooks/useHotkeys.tsx:15
↓ 2 callers
Function
useWindowSize
()
src/hooks/useWindowSize.tsx:8
↓ 1 callers
Function
blur
()
src/components/TaskWriter/index.tsx:77
↓ 1 callers
Method
clear
()
src/services/storage.ts:12
↓ 1 callers
Function
escapeRegExp
(str: string)
src/utils/svg-to-data-uri.ts:1
↓ 1 callers
Function
focus
()
src/components/TaskWriter/index.tsx:69
↓ 1 callers
Function
getTime
()
src/utils/get-time.ts:1
↓ 1 callers
Function
handleAddTask
()
src/components/TaskWriter/index.tsx:50
↓ 1 callers
Function
handleSize
()
src/components/Button/index.tsx:13
↓ 1 callers
Function
loadLists
()
src/store/modules/lists/sagas.ts:7
↓ 1 callers
Function
loadUser
()
src/store/modules/user/sagas.ts:7
↓ 1 callers
Function
svgToDataUri
(svg: string)
src/utils/svg-to-data-uri.ts:9
Function
AppLayout
()
src/layouts/app.layout.tsx:20
Function
AppRoutes
()
src/routes/app.routes.tsx:7
Function
Button
(props: Props)
src/components/Button/index.tsx:10
Function
Calendar
({ onChange }: Props)
src/components/Calendar/index.tsx:11
Function
Checkbox
({ checked, onChange }: Props)
src/components/Checkbox/index.tsx:5
Function
ColorPicker
({ color, changeColor, closeColorPicker, parentRef, }: Props)
src/components/ColorPicker/index.tsx:26
Function
List
()
src/pages/[slug].tsx:53
Function
Logo
({ color, size }: Props)
src/components/Logo/index.tsx:6
Function
LordIcon
({ colors, src, size, trigger, delay }: LordIconProps)
src/components/LordIcon/index.tsx:28
Function
Routes
()
src/routes/index.tsx:3
Function
Sidebar
()
src/components/Sidebar/index.tsx:36
Function
TaskItem
({ adding, addingId, color, removeTask, removing, removingId, task, }: Props)
src/components/TaskItem/index.tsx:32
Function
TaskWriter
({ addTask }: Props)
src/components/TaskWriter/index.tsx:30
Function
Welcome
()
src/components/Welcome/index.tsx:16
Method
clear
()
src/services/storage.ts:26
Method
get
(key: string)
src/services/storage.ts:18
Function
handleReorderList
(result: DropResult)
src/components/Sidebar/index.tsx:167
Function
handleReorderTask
(result: DropResult)
src/pages/[slug].tsx:207
Function
handleSize
()
src/hooks/useWindowSize.tsx:14
Function
listener
(e: MouseEvent | TouchEvent)
src/hooks/useOnClickOutside.tsx:8
Function
lists
(state: RootState)
src/store/modules/lists/selectors.ts:5
Function
rootSaga
()
src/store/modules/rootSaga.ts:6
Method
set
(key: string, value: string)
src/services/storage.ts:22
Function
toggleChecked
()
src/components/TaskWriter/index.tsx:88
Function
toggleTaskDone
()
src/components/TaskItem/index.tsx:97
Function
user
(state: RootState)
src/store/modules/user/selectors.ts:5