Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anuraghazra/BugVilla
/ functions
Functions
174 in github.com/anuraghazra/BugVilla
⨍
Functions
174
◇
Types & classes
61
Function
NotFound
()
client/src/components/NotFound.tsx:4
Function
NotificationIcon
({ type, bugStatus })
client/src/pages/Notifications/NotificationIcon.tsx:16
Function
NotificationItem
({ notify })
client/src/pages/Notifications/NotificationItem.tsx:49
Function
Notifications
()
client/src/pages/Notifications/Notifications.tsx:20
Function
Pagination
({ currentPage, totalPages, prependUrl })
client/src/@bug-ui/Pagination.tsx:9
Function
Profile
()
client/src/pages/Profile/Profile.tsx:27
Function
Profiles
()
client/src/pages/Profiles/Profiles.tsx:23
Function
Reactions
({ reactions })
client/src/components/Comment/Reactions.tsx:53
Function
Referenced
({ byUser, fromBug, references }: any)
client/src/pages/Notifications/notification_switch.tsx:25
Function
SEO
({ title, description, isBugPage })
client/src/components/SEO.tsx:10
Function
Sidebar
({ isOpen })
client/src/components/Sidebar/Sidebar.tsx:15
Function
Signup
()
client/src/pages/Signup/Signup.tsx:17
Function
SingleBug
()
client/src/pages/SingleBug/SingleBug.tsx:32
Function
SingleBugAside
({ bugId, bug })
client/src/pages/SingleBug/SingleBugAside.tsx:25
Function
SmileAddIcon
({ handleClick }: any)
client/src/components/Comment/CommentHeader.tsx:27
Function
StatusIcon
({ isOpen, referred, ...props })
client/src/@bug-ui/StatusIcon.tsx:9
Function
Timeline
({ author, date, from, action })
client/src/pages/SingleBug/Timeline.tsx:27
Function
Toast
({ icon = 'exclamation-triangle', children })
client/src/@bug-ui/Toast.tsx:28
Function
Toggle
({ children })
client/src/@bug-ui/Dropdown.tsx:100
Function
Tooltip
({ children, content, ...props })
client/src/@bug-ui/Tooltip.tsx:38
Function
Twemoji
({ emoji, ...props })
client/src/@bug-ui/Twemoji.tsx:18
Function
UserInfo
({ user, totalComments, totalBugs })
client/src/pages/Profile/UserInfo.tsx:52
Function
addCache
server/middleware/cache.js:42
Function
addComment
( bugId: number | string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:190
Function
addOrRemoveReacts
( bugId: number | string, emoji: string )
client/src/store/ducks/single-bug.old.ts:307
Function
addOrRemoveReactsComment
( bugId: number | string, commentId: string, emoji: string )
client/src/store/ducks/single-bug.old.ts:322
Function
addReferences
( bugId: number | string, references: string[] )
client/src/store/ducks/single-bug.old.ts:276
Function
api
({ getState, dispatch }: apiProps)
client/src/store/middlewares/apiMiddleware.ts:22
Method
children
(close: any)
client/src/components/LabelEditDropdown/LabelEditDropdown.tsx:42
Function
clearCache
()
server/middleware/cache.js:28
Method
componentDidCatch
(error: any, errorInfo: any)
client/src/components/ErrorBoundary.tsx:17
Method
constructor
(props: Readonly<{}>)
client/src/components/ErrorBoundary.tsx:8
Method
constructor
()
server/middleware/cache.js:4
Function
copyCommentLink
()
client/src/components/Comment/CommentHeader.tsx:93
Function
editComment
( bugId: number | string, commentId: string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:208
Function
editLabels
( bugId: number | string, labelData: string[] )
client/src/store/ducks/single-bug.old.ts:259
Function
errorsReducer
(state = {}, action: any)
client/src/store/ducks/errors.ts:3
Function
fetchBugWithId
(bugId: number | string)
client/src/store/ducks/single-bug.old.ts:168
Function
fileFilter
(req, file, cb)
server/middleware/fileUpload.js:29
Function
findButton
(e: any)
client/src/pages/Profile/Bio.tsx:44
Method
flush
()
server/middleware/cache.js:22
Method
getDerivedStateFromError
(error: any)
client/src/components/ErrorBoundary.tsx:13
Function
getTimeDiff
(dt1: any)
client/src/utils/index.ts:32
Function
handleChange
(event: React.ChangeEvent<HTMLInputElement>)
client/src/components/LabelEditDropdown/LabelEditDropdown.tsx:66
Function
handleMarkdown
(e: any)
client/src/components/AddBug/AddBug.tsx:33
Function
handleMarkdown
(e: any)
client/src/components/Comment/Comment.tsx:67
Function
handleMarkdown
(e: any)
client/src/pages/SingleBug/CommentEditorForm.tsx:35
Function
handleSidebar
()
client/src/pages/Dashboard/Dashboard.tsx:23
Function
httpResponder
(req, res, next)
server/middleware/httpResponder.js:17
Function
initOAuthWindow
()
client/src/components/GoogleButton.tsx:26
Function
loadingReducer
(state = {}, action: any)
client/src/store/ducks/loading.ts:1
Function
logout
()
client/src/components/Sidebar/Sidebar.tsx:20
Function
mentionPeople
( bugId: number | string, mentions: string[] )
client/src/store/ducks/single-bug.old.ts:291
Function
noop
()
client/src/store/middlewares/apiMiddleware.ts:27
Function
onSubmit
(data: { title: string; body: string })
client/src/components/AddBug/AddBug.tsx:41
Function
onSubmit
(formData: any)
client/src/components/Comment/Comment.tsx:89
Function
onSubmit
(data: any)
client/src/pages/Signup/Signup.tsx:35
Function
onSubmit
(data: { name: string; email: string })
client/src/pages/Login/Login.tsx:45
Function
onSubmit
(formData: { body: string })
client/src/pages/SingleBug/CommentEditorForm.tsx:39
Function
onSubmit
()
client/src/pages/Profile/UserInfo.tsx:68
Function
openOrCloseBug
( bugId: number | string, state: string )
client/src/store/ducks/single-bug.old.ts:239
Function
reducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/bugs.ts:12
Function
reducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/single-bug.ts:70
Function
reducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/auth.ts:39
Function
reducer
(state = DEFAULT_STATE, action: any)
client/src/store/ducks/single-bug.old.ts:37
Function
requestHandler
(config: AxiosRequestConfig)
client/src/utils/httpInstance.ts:8
Function
toggle
()
client/src/@bug-ui/Dropdown.tsx:55
Function
toggleArrayItem
(arr: any[], value: any)
client/src/utils/index.ts:108
Function
toggleBioEdit
()
client/src/pages/Profile/Bio.tsx:23
Function
unregister
()
client/src/serviceWorker.ts:136
Function
updateBio
()
client/src/pages/Profile/Bio.tsx:30
Function
updateBug
( bugId: number | string, formData: { body: string } )
client/src/store/ducks/single-bug.old.ts:224
Function
useAPI
()
client/src/hooks/useAPI.tsx:4
Function
useInput
()
client/src/hooks/useInput.tsx:3
← previous
101–174 of 174, ranked by callers