MCPcopy Create free account

hub / github.com/Aqshola/cempat.in / functions

Functions173 in github.com/Aqshola/cempat.in

↓ 11 callersFunctiongetSessionStorage
(storageName:string)
src/hooks/helper/useSessionStorage.ts:10
↓ 10 callersFunctionparseDateString
(date:string)
src/hooks/helper/parseDateString.ts:1
↓ 6 callersFunctionsetSessionStorage
(storageName:string, item:T)
src/hooks/helper/useSessionStorage.ts:6
↓ 6 callersFunctionusePaginate
()
src/components/Pagination/Paginate.tsx:179
↓ 5 callersFunction_handlePage
(page: number)
src/components/Pagination/Paginate.tsx:26
↓ 5 callersFunctiontoggleEdit
(value: boolean)
src/components/Peta/DetailStory.tsx:71
↓ 5 callersFunctionuseScreenSize
()
src/hooks/helper/useScreenSize.tsx:5
↓ 4 callersFunctioncheckUsername
(username: string)
src/hooks/auth/useCheckUsername.ts:4
↓ 4 callersFunctionhandleOnClose
()
src/components/Peta/DetailStory.tsx:91
↓ 4 callersFunctiontoggleLike
(action: "like" | "unlike")
src/components/Peta/DetailStory.tsx:99
↓ 3 callersFunctionuseLogout
()
src/hooks/auth/useLogout.ts:6
↓ 2 callersFunction_handleMode
(mode: string)
src/pages/User.tsx:19
↓ 2 callersFunction_handleMode
(mode: string)
src/pages/Cerita.tsx:43
↓ 2 callersFunctionformatLikeNumber
(num:number)
src/hooks/helper/formatLikeNumber.ts:1
↓ 2 callersFunctiongetCurrentPosition
()
src/pages/Peta.tsx:226
↓ 2 callersFunctiongettingInfo
()
src/components/Peta/EditorSection.tsx:43
↓ 2 callersFunctionhandleEditorSectionView
(state:boolean)
src/pages/Peta.tsx:125
↓ 2 callersFunctionteleModeration
( id: string, title: string, content: string, action: string )
src/hooks/helper/useTele.ts:18
↓ 2 callersFunctionuseCheckUsername
()
src/hooks/auth/useCheckUsername.ts:17
↓ 2 callersFunctionuseDelete
()
src/hooks/cerita/useDelete.ts:7
↓ 2 callersFunctionuseDetailUser
()
src/hooks/user/useDetailUser.tsx:11
↓ 2 callersFunctionuseRefreshTimeline
()
src/hooks/timeline/useRefreshTimeline.tsx:6
↓ 2 callersFunctionuseSession
()
src/hooks/auth/useSession.ts:7
↓ 1 callersFunction_deleteList
(id: string, place_name: string)
src/components/Cerita/StoryMode.tsx:150
↓ 1 callersFunction_generateTranslate
(page: number)
src/components/Pagination/Paginate.tsx:30
↓ 1 callersFunction_setformData
(e: React.ChangeEvent<HTMLInputElement>)
src/pages/Register.tsx:30
↓ 1 callersFunctioncheckUserStatus
()
src/pages/RegisUsername.tsx:28
↓ 1 callersFunctionflyTo
(lng: number, lat: number)
src/pages/Journey.tsx:67
↓ 1 callersFunctionflyTo
(lng:number, lat:number)
src/pages/Peta.tsx:268
↓ 1 callersFunctiongetAllStory
()
src/pages/Peta.tsx:198
↓ 1 callersFunctiongetLocalStorage
(storageName:string)
src/hooks/helper/useLocalStorage.ts:10
↓ 1 callersFunctionhandleUserSection
(state: boolean)
src/pages/Journey.tsx:63
↓ 1 callersFunctionisPullDown
(dY: number, dX: number)
src/pages/Timeline.tsx:85
↓ 1 callersFunctionmarkerAction
(dataLocation: ApiLocation)
src/pages/Journey.tsx:114
↓ 1 callersFunctionredirectLogin
()
src/hooks/auth/useOAuthGoogle.ts:81
↓ 1 callersFunctionreportWebVitals
(onPerfEntry?: ReportHandler)
src/reportWebVitals.ts:3
↓ 1 callersFunctionscrollDownUpdate
()
src/pages/Timeline.tsx:98
↓ 1 callersFunctionsetLocalStorage
(storageName:string, item:T)
src/hooks/helper/useLocalStorage.ts:6
↓ 1 callersFunctionstoryMarkerAction
(dataLocation:ApiLocation)
src/pages/Peta.tsx:98
↓ 1 callersFunctionswipeCheck
()
src/pages/Timeline.tsx:72
↓ 1 callersFunctionteleAnalytic
()
src/hooks/helper/useTele.ts:4
↓ 1 callersFunctionuseCreate
()
src/hooks/cerita/useCreate.ts:8
↓ 1 callersFunctionuseDetail
()
src/hooks/cerita/useDetail.ts:7
↓ 1 callersFunctionuseFinishRegisGoogle
()
src/hooks/auth/useOAuthGoogle.ts:7
↓ 1 callersFunctionuseForgotPassword
()
src/hooks/auth/useForgotPassword.ts:6
↓ 1 callersFunctionuseGet
()
src/hooks/cerita/useGet.ts:6
↓ 1 callersFunctionuseGetLiking
()
src/hooks/cerita/useGetLiking.ts:11
↓ 1 callersFunctionuseGetListPost
()
src/hooks/timeline/useGetListPost.tsx:7
↓ 1 callersFunctionuseGetLocations
()
src/hooks/cerita/useGetLocations.ts:7
↓ 1 callersFunctionuseInfoLatLong
()
src/hooks/helper/useInfoLatLong.ts:4
↓ 1 callersFunctionuseLiking
()
src/hooks/cerita/useLiking.ts:6
↓ 1 callersFunctionuseLogin
()
src/hooks/auth/useLogin.ts:7
↓ 1 callersFunctionuseRegis
()
src/hooks/auth/useRegis.ts:8
↓ 1 callersFunctionuseSortedUserStory
()
src/hooks/journey/useSortedUserStory.tsx:7
↓ 1 callersFunctionuseUpdate
()
src/hooks/cerita/useUpdate.ts:8
↓ 1 callersFunctionuseUpdatePassword
()
src/hooks/auth/useForgotPassword.ts:64
↓ 1 callersFunctionuseUserStory
()
src/hooks/cerita/useUserStory.ts:6
↓ 1 callersFunctionuseUserSummary
()
src/hooks/journey/getUserSummary.tsx:13
FunctionAlert
({ show, children, variant = "info" }: Props)
src/components/Alert/Alert.tsx:22
FunctionApp
()
src/App.tsx:34
FunctionAvatar
({size="md", className,name}: AvatarProps)
src/components/Avatar/Avatar.tsx:18
FunctionButton
({ children, variant = "primary", size = "md", shape = "normal", loading, ...props }: Butto
src/components/Button/Button.tsx:56
FunctionCerita
()
src/pages/Cerita.tsx:23
FunctionCircleAction
({ size = "md", variant = "primary", children, ...props }: ButtonProps)
src/components/Button/CircleAction.tsx:41
FunctionDesktopCeritaSection
({ ...props }: Props)
src/components/User/DesktopCeritaSection.tsx:12
FunctionDesktopTempatSection
({ ...props }: Props)
src/components/User/DesktopTempatSection.tsx:12
FunctionDetailStory
({ titleEditor,zoomLimit=15, ...props }: Props)
src/components/Peta/DetailStory.tsx:36
FunctionDotLoader
({ animate, variant = "primary" }: Props)
src/components/Button/Button.tsx:158
FunctionDummyMap
()
src/components/Landing/DummyMap.tsx:8
FunctionEditorSection
({ infoLocation, onSaveEditor, ...props }: Props)
src/components/Peta/EditorSection.tsx:24
FunctionEmailSent
()
src/pages/ForgotPassword.tsx:171
FunctionEmailStep
({ ...props }: propsEmailStep)
src/pages/ForgotPassword.tsx:141
FunctionErrorBox
({ message }: Props)
src/components/Error/ErrorBox.tsx:7
FunctionFooter
()
src/components/Footer/Footer.tsx:4
FunctionForgotPassword
()
src/pages/ForgotPassword.tsx:14
FunctionFormInput
({ logo, loading, label, className, hideLabel = false, error, debounce, debounceCallba
src/components/Input/FormInput.tsx:17
FunctionHead
()
src/components/Layout/Head.tsx:4
FunctionHelmetTitle
({ ...props }: Props)
src/components/Helper/HelmetTitle.tsx:10
FunctionJourney
()
src/pages/Journey.tsx:30
FunctionLanding
()
src/pages/Landing.tsx:8
FunctionLandmark
({className}: Props)
src/components/Icon/Landmark.tsx:7
FunctionLayout
({ children }: Props)
src/components/Layout/Layout.tsx:14
FunctionLikeAction
({...props}: Props)
src/components/Peta/DetailSection/LikeAction.tsx:14
FunctionLinkSideNav
({ link, children, active = false, className, onClick, }: Props)
src/components/Nav/Link/LinkSideNav.tsx:14
FunctionListBox
({...props}: Props)
src/components/Peta/UserSection/ListBox.tsx:11
FunctionListCerita
({ id, title, place_name, date, coor, deleteCallback, }: Props)
src/components/Cerita/ListCerita.tsx:20
FunctionLocationMode
({ screenSize, ...props }: Props)
src/components/Cerita/LocationMode.tsx:48
FunctionLocationStory
({ titleEditor, ...props }: Props)
src/components/Peta/LocationStory.tsx:13
FunctionLogin
* TODO: Add google login * TODO: Forget Password ✅ *
src/pages/Login.tsx:19
FunctionMarkerPicked
({ className }: Props)
src/components/Icon/MarkerPicked.tsx:7
FunctionMarkerStory
({ className }: Props)
src/components/Icon/MarkerStory.tsx:7
FunctionMobileCeritaSection
({ ...props }: Props)
src/components/User/MobileCeritaSection.tsx:15
FunctionMobileTempatSection
({ ...props }: Props)
src/components/User/MobileTempatSection.tsx:12
FunctionNavbar
()
src/components/Nav/Navbar.tsx:6
FunctionNewPassword
({ ...props }: newPassword)
src/pages/ForgotPassword.tsx:193
FunctionNotFound
()
src/pages/404.tsx:8
FunctionPaginate
({ ...props }: Props)
src/components/Pagination/Paginate.tsx:20
FunctionPasswordFinish
()
src/pages/ForgotPassword.tsx:228
FunctionPeta
()
src/pages/Peta.tsx:34
FunctionPickedMarker
({ lng, lat, className,markerId }: PickedMarkerProps)
src/components/Peta/Marker.tsx:15
next →1–100 of 173, ranked by callers