MCPcopy Create free account

hub / github.com/anuraghazra/BugVilla / functions

Functions174 in github.com/anuraghazra/BugVilla

FunctionNotFound
()
client/src/components/NotFound.tsx:4
FunctionNotificationIcon
({ type, bugStatus })
client/src/pages/Notifications/NotificationIcon.tsx:16
FunctionNotificationItem
({ notify })
client/src/pages/Notifications/NotificationItem.tsx:49
FunctionNotifications
()
client/src/pages/Notifications/Notifications.tsx:20
FunctionPagination
({ currentPage, totalPages, prependUrl })
client/src/@bug-ui/Pagination.tsx:9
FunctionProfile
()
client/src/pages/Profile/Profile.tsx:27
FunctionProfiles
()
client/src/pages/Profiles/Profiles.tsx:23
FunctionReactions
({ reactions })
client/src/components/Comment/Reactions.tsx:53
FunctionReferenced
({ byUser, fromBug, references }: any)
client/src/pages/Notifications/notification_switch.tsx:25
FunctionSEO
({ title, description, isBugPage })
client/src/components/SEO.tsx:10
FunctionSidebar
({ isOpen })
client/src/components/Sidebar/Sidebar.tsx:15
FunctionSignup
()
client/src/pages/Signup/Signup.tsx:17
FunctionSingleBug
()
client/src/pages/SingleBug/SingleBug.tsx:32
FunctionSingleBugAside
({ bugId, bug })
client/src/pages/SingleBug/SingleBugAside.tsx:25
FunctionSmileAddIcon
({ handleClick }: any)
client/src/components/Comment/CommentHeader.tsx:27
FunctionStatusIcon
({ isOpen, referred, ...props })
client/src/@bug-ui/StatusIcon.tsx:9
FunctionTimeline
({ author, date, from, action })
client/src/pages/SingleBug/Timeline.tsx:27
FunctionToast
({ icon = 'exclamation-triangle', children })
client/src/@bug-ui/Toast.tsx:28
FunctionToggle
({ children })
client/src/@bug-ui/Dropdown.tsx:100
FunctionTooltip
({ children, content, ...props })
client/src/@bug-ui/Tooltip.tsx:38
FunctionTwemoji
({ emoji, ...props })
client/src/@bug-ui/Twemoji.tsx:18
FunctionUserInfo
({ user, totalComments, totalBugs })
client/src/pages/Profile/UserInfo.tsx:52
FunctionaddCache
server/middleware/cache.js:42
FunctionaddComment
( bugId: number | string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:190
FunctionaddOrRemoveReacts
( bugId: number | string, emoji: string )
client/src/store/ducks/single-bug.old.ts:307
FunctionaddOrRemoveReactsComment
( bugId: number | string, commentId: string, emoji: string )
client/src/store/ducks/single-bug.old.ts:322
FunctionaddReferences
( bugId: number | string, references: string[] )
client/src/store/ducks/single-bug.old.ts:276
Functionapi
({ getState, dispatch }: apiProps)
client/src/store/middlewares/apiMiddleware.ts:22
Methodchildren
(close: any)
client/src/components/LabelEditDropdown/LabelEditDropdown.tsx:42
FunctionclearCache
()
server/middleware/cache.js:28
MethodcomponentDidCatch
(error: any, errorInfo: any)
client/src/components/ErrorBoundary.tsx:17
Methodconstructor
(props: Readonly<{}>)
client/src/components/ErrorBoundary.tsx:8
Methodconstructor
()
server/middleware/cache.js:4
FunctioncopyCommentLink
()
client/src/components/Comment/CommentHeader.tsx:93
FunctioneditComment
( bugId: number | string, commentId: string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:208
FunctioneditLabels
( bugId: number | string, labelData: string[] )
client/src/store/ducks/single-bug.old.ts:259
FunctionerrorsReducer
(state = {}, action: any)
client/src/store/ducks/errors.ts:3
FunctionfetchBugWithId
(bugId: number | string)
client/src/store/ducks/single-bug.old.ts:168
FunctionfileFilter
(req, file, cb)
server/middleware/fileUpload.js:29
FunctionfindButton
(e: any)
client/src/pages/Profile/Bio.tsx:44
Methodflush
()
server/middleware/cache.js:22
MethodgetDerivedStateFromError
(error: any)
client/src/components/ErrorBoundary.tsx:13
FunctiongetTimeDiff
(dt1: any)
client/src/utils/index.ts:32
FunctionhandleChange
(event: React.ChangeEvent<HTMLInputElement>)
client/src/components/LabelEditDropdown/LabelEditDropdown.tsx:66
FunctionhandleMarkdown
(e: any)
client/src/components/AddBug/AddBug.tsx:33
FunctionhandleMarkdown
(e: any)
client/src/components/Comment/Comment.tsx:67
FunctionhandleMarkdown
(e: any)
client/src/pages/SingleBug/CommentEditorForm.tsx:35
FunctionhandleSidebar
()
client/src/pages/Dashboard/Dashboard.tsx:23
FunctionhttpResponder
(req, res, next)
server/middleware/httpResponder.js:17
FunctioninitOAuthWindow
()
client/src/components/GoogleButton.tsx:26
FunctionloadingReducer
(state = {}, action: any)
client/src/store/ducks/loading.ts:1
Functionlogout
()
client/src/components/Sidebar/Sidebar.tsx:20
FunctionmentionPeople
( bugId: number | string, mentions: string[] )
client/src/store/ducks/single-bug.old.ts:291
Functionnoop
()
client/src/store/middlewares/apiMiddleware.ts:27
FunctiononSubmit
(data: { title: string; body: string })
client/src/components/AddBug/AddBug.tsx:41
FunctiononSubmit
(formData: any)
client/src/components/Comment/Comment.tsx:89
FunctiononSubmit
(data: any)
client/src/pages/Signup/Signup.tsx:35
FunctiononSubmit
(data: { name: string; email: string })
client/src/pages/Login/Login.tsx:45
FunctiononSubmit
(formData: { body: string })
client/src/pages/SingleBug/CommentEditorForm.tsx:39
FunctiononSubmit
()
client/src/pages/Profile/UserInfo.tsx:68
FunctionopenOrCloseBug
( bugId: number | string, state: string )
client/src/store/ducks/single-bug.old.ts:239
Functionreducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/bugs.ts:12
Functionreducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/single-bug.ts:70
Functionreducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/auth.ts:39
Functionreducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/single-bug.old.ts:37
FunctionrequestHandler
(config: AxiosRequestConfig)
client/src/utils/httpInstance.ts:8
Functiontoggle
()
client/src/@bug-ui/Dropdown.tsx:55
FunctiontoggleArrayItem
(arr: any[], value: any)
client/src/utils/index.ts:108
FunctiontoggleBioEdit
()
client/src/pages/Profile/Bio.tsx:23
Functionunregister
()
client/src/serviceWorker.ts:136
FunctionupdateBio
()
client/src/pages/Profile/Bio.tsx:30
FunctionupdateBug
( bugId: number | string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:224
FunctionuseAPI
()
client/src/hooks/useAPI.tsx:4
FunctionuseInput
()
client/src/hooks/useInput.tsx:3
← previous101–174 of 174, ranked by callers