Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SamuelPinho/gitgraph-creator
/ functions
Functions
19 in github.com/SamuelPinho/gitgraph-creator
⨍
Functions
19
◇
Types & classes
0
↓ 7 callers
Function
useGitContext
()
src/context/git.tsx:272
↓ 4 callers
Function
getCommitElement
(hash: CommitType["hash"])
src/context/git.tsx:98
↓ 2 callers
Function
resetElement
(element: HTMLElement, color: string)
src/context/git.tsx:93
↓ 1 callers
Function
createBranch
({ baseBranch, branchName, firstCommitMessage, }: CreateBranchModalData)
src/context/git.tsx:152
↓ 1 callers
Function
createCommit
({ commitMessage }: AddComitToBranchModalData)
src/context/git.tsx:213
↓ 1 callers
Function
editCommit
({ commitMessage }: AddComitToBranchModalData)
src/context/git.tsx:184
↓ 1 callers
Function
getDefaultBaseBranch
(commit: CommitType)
src/components/ModalCreateBranch/index.tsx:36
↓ 1 callers
Function
handleChangeDotFillColor
(element: HTMLElement, color: string)
src/context/git.tsx:87
↓ 1 callers
Function
mergeBranch
({ branchToMergeName }: MergeBranchModalData)
src/context/git.tsx:227
Function
AddCommitToBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalAddCommitToBranch/index.tsx:18
Function
App
()
src/App.tsx:17
Function
BottomNavbar
({ setModalName, onOpen }: BottomNavbarProps)
src/components/BottomNavbar/index.tsx:15
Function
CreateBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalCreateBranch/index.tsx:25
Function
GitProvider
({ children }: GitProviderProps)
src/context/git.tsx:107
Function
MergeBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalMergeBranch/index.tsx:20
Function
ModalEditCommit
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalEditCommit/index.tsx:18
Function
SelectedCommit
({ commit, openAddCommitModal, openMergeBranchModal, openEditCommitModal, }: SelectedCommitProps)
src/components/SelectedCommit/index.tsx:12
Function
deselectCommit
()
src/context/git.tsx:244
Function
handleOnClick
(commit: CommitType)
src/context/git.tsx:115