MCPcopy Create free account

hub / github.com/Journaly/journaly / functions

Functions615 in github.com/Journaly/journaly

FunctionFormatLinkIcon
({ title, titleId, ...props }: FormatLinkIconProps)
packages/web/components/Icons/FormatLinkIcon.tsx:9
FunctionFormatListBulletedIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/FormatListBulletedIcon.tsx:7
FunctionFormatListNumberedIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/FormatListNumberedIcon.tsx:7
FunctionFormatQuoteIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/FormatQuoteIcon.tsx:7
FunctionFormatTableIcon
({ title, titleId, ...props }: FormatTableIconProps)
packages/web/components/Icons/FormatTableIcon.tsx:8
FunctionFormatTitleIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/FormatTitleIcon.tsx:7
FunctionFormatUnderlinedIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/FormatUnderlinedIcon.tsx:7
FunctionFourOhFourPage
()
packages/web/pages/404.tsx:4
FunctionGlobeIcon
({ title, titleId, size = 60, color = '#fff', circleBorder = true, ...props }: React.SVGProps<SVGS
packages/web/components/Icons/GlobeIcon.tsx:10
FunctionGoogleAnalytics
()
packages/web/components/GoogleAnalytics/GoogleAnalytics.tsx:24
FunctionHamburgerIcon
({ onClick, className })
packages/web/components/Dashboard/Header/HamburgerIcon.tsx:10
FunctionHeader
({ onMenuClick })
packages/web/components/Dashboard/Header/Header.tsx:15
FunctionHelpIcon
({ title, titleId, color = `${theme.colors.white}`, height = 24, width = 24, ...props }: React.SVGProps<SVGSVG
packages/web/components/Icons/HelpIcon.tsx:12
FunctionHome
()
packages/web/components/Site/Home/Home.tsx:7
FunctionHomePage
()
packages/web/pages/index.tsx:8
FunctionHomeSection
({ sectionHeading, grey = false, children })
packages/web/components/Site/Home/HomeSection.tsx:9
FunctionImageComp
({ image, onImageSelect })
packages/web/components/Modals/ImageUploadModal/SearchUnsplash.tsx:33
FunctionImageElement
({ attributes, element, children }: RenderElementProps)
packages/web/components/JournalyEditor/RenderElement.tsx:6
FunctionImageIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/ImageIcon.tsx:7
FunctionImageUploadModal
({ onImageSelect, onCancel })
packages/web/components/Modals/ImageUploadModal/ImageUploadModal.tsx:20
FunctionInsertImageButton
({ children, allowInlineImages }: InsertImageButtonProps)
packages/web/components/JournalyEditor/Toolbar/InsertImageButton.tsx:18
FunctionInstagramIcon
({ title, titleId, size = 60, color = '#fff', circleBorder = true, ...props }: React.SVGProps<SVGS
packages/web/components/Icons/InstagramIcon.tsx:10
FunctionInterestFormField
({ topics, userInterests, refetch })
packages/web/components/InterestFormField/InterestFormField.tsx:19
FunctionInterestsForm
({ topics, userInterests, refetch })
packages/web/components/Dashboard/Settings/InterestsForm.tsx:17
FunctionJournalyEditor
({ value, setValue, slateRef, disabled, allowInlineImages, }: JournalyEditorProps)
packages/web/components/JournalyEditor/JournalyEditor.tsx:63
FunctionLandingPageLayout
({ children })
packages/web/components/Layouts/LandingPageLayout.tsx:11
FunctionLanguageFormField
({ languages, languageRelations, refetch })
packages/web/components/LanguageFormField/LanguageFormField.tsx:48
FunctionLanguageSelect
({ languagesData, selectedLanguagesIds, onAdd, onRemove, showPostCount = true, })
packages/web/components/Dashboard/Filters/LanguageSelect.tsx:14
FunctionLanguagesForm
({ languages, languageRelations, refetch })
packages/web/components/Dashboard/Settings/LanguagesForm.tsx:18
FunctionLevelGauge
({ level })
packages/web/components/LevelGauge/LevelGauge.tsx:10
FunctionLikeIcon
({ title, titleId, filled = false, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/LikeIcon.tsx:9
FunctionLineClamp
({ lines, text })
packages/web/components/LineClamp/LineClamp.tsx:8
FunctionLoadingSpinner
({ title, titleId, size = 40, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/LoadingSpinner.tsx:8
FunctionLoadingWrapper
({ loading, error, children })
packages/web/components/LoadingWrapper/LoadingWrapper.tsx:18
FunctionLockIcon
({ title, titleId, size = 24, color = theme.colors.blueLight, ...props }: React.SVGProps<SVGSVGEleme
packages/web/components/Icons/LockIcon.tsx:10
FunctionLogOutIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/LogOutIcon.tsx:9
FunctionLoginForm
()
packages/web/components/LoginForm/LoginForm.tsx:13
FunctionLoginPage
()
packages/web/pages/login.tsx:6
FunctionLogo
()
packages/web/components/Logo/index.tsx:4
FunctionMentionNotificationLevelOne
({ notification, onDelete, onMarkRead, })
packages/web/components/NotificationFeed/Notifications.tsx:350
FunctionModal
(props)
packages/web/components/Modal/Modal.tsx:36
FunctionModalBody
(props)
packages/web/components/Modal/ModalBody.tsx:11
FunctionModalContent
({ type, children, ...otherProps })
packages/web/components/Modal/Modal.tsx:32
FunctionModalFooter
(props)
packages/web/components/Modal/ModalFooter.tsx:7
FunctionModalHeader
({ onClose, title, showTitle })
packages/web/components/Modal/ModalHeader.tsx:13
FunctionMultiSelect
({ options, selectedOptionValues, placeholder, name, id, loading = false, onAdd = () => {}, on
packages/web/components/MultiSelect/MultiSelect.tsx:52
FunctionMultiuserAvatar
({ users })
packages/web/components/MultiuserAvatar/MultiuserAvatar.tsx:9
FunctionMyFeed
({ currentUser, initialSearchFilters })
packages/web/components/Dashboard/MyFeed/MyFeed.tsx:40
FunctionMyFeedPage
({ initialSearchFilters })
packages/web/pages/my-feed.tsx:17
FunctionMyPosts
({ currentUser, status })
packages/web/components/Dashboard/MyPosts/MyPosts.tsx:24
FunctionMyPostsPage
()
packages/web/pages/my-posts.tsx:17
FunctionNav
()
packages/web/components/Site/Nav/Nav.tsx:7
FunctionNav
({ expanded, collapse, disableLargeNav })
packages/web/components/Dashboard/Nav/Nav.tsx:78
FunctionNavLink
(props)
packages/web/components/NavLink/NavLink.tsx:9
FunctionNewFollowerNotificationLevelOne
({ notification, onNotificationClick, onDelete, onMarkRead, })
packages/web/components/NotificationFeed/Notifications.tsx:323
FunctionNewFollowerNotificationLevelTwo
({ notification, })
packages/web/components/NotificationFeed/Notifications.tsx:835
FunctionNewPostIcon
({ title, titleId, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/NewPostIcon.tsx:9
FunctionNewPostNotificationLevelOne
({ notification, onNotificationClick, onDelete, onMarkRead, })
packages/web/components/NotificationFeed/Notifications.tsx:298
FunctionNewPostNotificationLevelTwo
({ notification, })
packages/web/components/NotificationFeed/Notifications.tsx:743
FunctionNewPostPage
({ defaultImage })
packages/web/pages/new-post.tsx:80
FunctionNotificationContextProvider
({ children })
packages/web/components/NotificationFeed/NotificationContext.tsx:54
FunctionNotificationCount
({ count })
packages/web/components/NotificationCount/NotificationCount.tsx:8
FunctionNotificationFeed
({ onClose })
packages/web/components/NotificationFeed/NotificationFeed.tsx:49
FunctionNotificationFeedMobile
({ onClose })
packages/web/components/NotificationFeed/NotificationFeedMobile.tsx:10
FunctionNotificationLevelOne
({ notification, handleNotificationLevelChange, handleMarkNotificationRead, handleDeleteNotification,
packages/web/components/NotificationFeed/NotificationLevelOne.tsx:46
FunctionNotificationLevelTwo
({ notification, handleCloseNotificationFeed, })
packages/web/components/NotificationFeed/NotificationLevelTwo.tsx:45
FunctionNotificationLink
({ onClick, ...rest })
packages/web/components/NotificationFeed/Notifications.tsx:70
FunctionNotificationSettingsForm
({ userConfiguration, refetch })
packages/web/components/Dashboard/Settings/NotificationSettingsForm.tsx:22
FunctionNotificationsIcon
({ title, titleId, count, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/NotificationsIcon.tsx:10
FunctionNullNotification
()
packages/web/components/NotificationFeed/NotificationLevelTwo.tsx:21
FunctionOldProfilePage
()
packages/web/pages/dashboard/profile/[id]/index.tsx:13
FunctionOptionPills
({ selectedOptions, onRemove = () => {} }: Props<T>)
packages/web/components/MultiSelect/OptionPills.tsx:12
FunctionPagination
({ currentPage, total, numPerPage, title })
packages/web/components/Pagination/Pagination.tsx:14
FunctionPaymentForm
({ onSuccess, isStudent, emailAddressVerified }: PaymentFormProps)
packages/web/components/Dashboard/Settings/Subscription/PaymentForm.tsx:21
FunctionPaymentFormModal
({ onClose, onSuccess, isStudent, emailAddressVerified, })
packages/web/components/Dashboard/Settings/Subscription/PaymentFormModal.tsx:13
FunctionPencilIcon
({ title, titleId, size, ...props }: React.SVGProps<SVGSVGElement> & SVGRProps)
packages/web/components/Icons/PencilIcon.tsx:8
FunctionPlatformIcon
({ name })
packages/web/components/Dashboard/Settings/SocialFormField.tsx:36
FunctionPost
({ post, currentUser, refetch }: PostProps)
packages/web/components/Dashboard/Post/Post.tsx:159
FunctionPostAuthorCard
({ author })
packages/web/components/Dashboard/Post/PostAuthorCard.tsx:20
FunctionPostBodyStyles
({ parentClassName }: Props)
packages/web/components/PostBodyStyles/PostBodyStyles.tsx:8
FunctionPostCard
({ post, avatar = false, stacked = false })
packages/web/components/Dashboard/PostCard/PostCard.tsx:26
FunctionPostClapNotificationLevelOne
({ notification, onNotificationClick, onDelete, onMarkRead, })
packages/web/components/NotificationFeed/Notifications.tsx:207
FunctionPostClapNotificationLevelTwo
({ notification, })
packages/web/components/NotificationFeed/Notifications.tsx:529
FunctionPostComment
({ comment, canEdit, onUpdateComment, onDeleteComment, })
packages/web/components/Dashboard/Post/PostComment.tsx:28
FunctionPostCommentNotificationLevelOne
({ notification, onNotificationClick, onDelete, onMarkRead, })
packages/web/components/NotificationFeed/Notifications.tsx:270
FunctionPostCommentNotificationLevelTwo
({ notification, closeNotificationFeed, })
packages/web/components/NotificationFeed/Notifications.tsx:670
FunctionPostComments
({ postId, postAuthorId, comments, outdatedThreads, onUpdateComment, onDeleteComment, currentUse
packages/web/components/Dashboard/Post/PostComments.tsx:36
FunctionPostEditor
({ currentUser, autosaveKey, initialData, dataRef, topics, disabled, })
packages/web/components/PostEditor/PostEditor.tsx:70
FunctionPostHeader
({ children, postTitle, postStatus, authorName, authorHandle, publishDate, publishedLanguageLeve
packages/web/components/PostHeader/PostHeader.tsx:30
FunctionPostList
({ isLoggedInUser, user, posts })
packages/web/components/Dashboard/Profile/PostList.tsx:16
FunctionPostPage
()
packages/web/pages/post/private/[id]/index.tsx:15
FunctionPostPage
()
packages/web/pages/post/[id]/index.tsx:16
FunctionPremiumFeatureModal
({ featureName, featureExplanation, onAcknowledge, onGoToPremium, })
packages/web/components/Modals/PremiumFeatureModal/PremiumFeatureModal.tsx:13
FunctionPricing
()
packages/web/components/Site/Pricing/Pricing.tsx:5
FunctionPricingPage
()
packages/web/pages/pricing.tsx:8
FunctionPrivateShareLink
({ privateShareId })
packages/web/components/PrivateShareLink/PrivateShareLink.tsx:12
FunctionProfile
({ isLoggedInUser, user, posts })
packages/web/components/Dashboard/Profile/Profile.tsx:91
FunctionProfileCard
({ user })
packages/web/components/Dashboard/Profile/ProfileCard.tsx:27
FunctionProfileInfo
()
packages/web/pages/settings/profile.tsx:15
FunctionProfilePage
()
packages/web/pages/user/[handle]/index.tsx:16
← previousnext →301–400 of 615, ranked by callers