MCPcopy Create free account

hub / github.com/Orgnise/webapp / functions

Functions518 in github.com/Orgnise/webapp

FunctionAISelector
()
src/components/ui/editor/selectors/ai-selector.tsx:113
FunctionAcceptInvitationRequest
({ invite, }: { invite?: Invite; })
src/components/team/invite/accept/accept-invite.tsx:7
FunctionAcceptInviteModal
({ showAcceptInviteModal, setShowAcceptInviteModal, }: { showAcceptInviteModal: boolean; setShowAccept
src/components/team/invite/accept/accept-invite-modal.tsx:12
FunctionAddTeam
()
src/components/team/create/create-team-form.tsx:12
FunctionAddWorkspaceMembersModal
({ showAddWorkspaceMembersModal, setShowAddWorkspaceMembersModal, }: { showAddWorkspaceMembersModal: boo
src/components/ui/models/add-workspace-members-modal.tsx:47
FunctionAnalyticsProviderComponent
({ children, config })
src/lib/analytics/provider.tsx:25
FunctionAnalyticsSessionManager
()
src/lib/analytics/session-manager.tsx:8
FunctionAuthLayout
({ children }: { children: ReactNode })
src/app/(auth)/layout.tsx:6
FunctionAuthSessionProvider
({ children }: { children: ReactNode })
src/components/molecule/session.tsx:5
FunctionAuthSessionProvider
({ children }: { children: ReactNode })
src/lib/auth/session-provider.tsx:5
FunctionAvatar
({ user = {}, className, }: { user?: { name?: string | null | undefined; email?: string | null |
src/components/ui/avatar.tsx:4
FunctionBackground
()
src/components/ui/background.tsx:1
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:30
FunctionBoardCollectionView
({}: {})
src/components/drag-n-drop/board-collections-view.tsx:56
FunctionBrandLabel
({ className }: { className?: string })
src/components/atom/logo.tsx:52
FunctionButton2
({ text, loading, disabled, icon, disabledTooltip, ...props }: ButtonProps2)
src/components/ui/button.tsx:80
FunctionCerateWorkspaceModel
({ children }: CerateWorkspaceModelProps)
src/app/(dashboard)/page-client.tsx:71
FunctionCheckCircleFill
({ className }: { className?: string })
src/components/ui/icons/check-circle-fill.tsx:1
FunctionCollectionBoard
({ workspace, createCollection, // allCollection, // isLoadingCollection, leftPanelSize, setLeftPa
src/components/team/workspace/left-panel/collection-board.tsx:29
FunctionCollectionCard
({ collection }: { collection: Collection })
src/components/team/workspace/collection/collection-items-card.tsx:177
FunctionCollectionColumn
* * @param {*} param0 * @returns
src/components/team/workspace/left-panel/collection-board.tsx:176
FunctionCollectionContentPage
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/page.tsx:3
FunctionCollectionContentPage
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/[item_slug]/page.tsx:3
FunctionCollectionContentPageClient
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/page-client.tsx:22
FunctionCollectionItemCard
({ index, item, collection, }: { index: number; item: Collection; collection?: Collection; })
src/components/team/workspace/collection/collection-items-card.tsx:26
FunctionCollectionList
(prop: Props)
src/components/team/workspace/left-panel/collection-list.tsx:34
FunctionCollectionNameField
({ name, onUpdateName, disabled, }: { name?: string; onUpdateName?: any; disabled?: boolean; })
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/page-client.tsx:174
FunctionCollectionNameField
({ name, onUpdateName, disabled, }: { name?: string; disabled?: boolean; onUpdateName: (name: stri
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/[item_slug]/page-client.tsx:169
FunctionCollectionPanel
({ workspace, leftPanelSize, setLeftPanelSize = () => {}, }: CollectionPanelProps)
src/components/team/workspace/left-panel/collection-panel.view.tsx:26
FunctionCollectionTable
({ workspace, createCollection, // collections, // isLoadingCollection, setLeftPanelSize = (i) => {}
src/components/team/workspace/left-panel/collection-table.tsx:24
FunctionColorSelector
({ open, onOpenChange }: any)
src/components/ui/editor/selectors/color-selector.tsx:110
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:30
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:131
FunctionContent
({ leftPanelSize, children }: IContentProps)
src/components/team/workspace/workspace-content-view.tsx:106
FunctionCopyButton
({ value, className, icon, }: { value: string; className?: string; icon?: LucideIcon; })
src/components/ui/copy-button.tsx:8
FunctionCopyInviteToTeamLinkCodeModel
({ children, team, }: { children: React.ReactNode; team?: Team; })
src/app/(dashboard)/[team_slug]/settings/people/page.tsx:85
FunctionCreateItemCTA
({ activeCollection, children, className, }: CreateItemProps)
src/components/team/workspace/collection/content/item/create-item-cta.tsx:15
FunctionCreateTeam
()
src/components/team/create/create-team.tsx:5
FunctionCreateWorkspaceModal
(e: any)
src/components/ui/models/create-workspace-modal.tsx:44
FunctionCreateWorkspaceModel
({ showModal, setShowModal, }: { showModal: boolean; setShowModal: Dispatch<SetStateAction<boolean>>;
src/components/ui/models/create-workspace-modal.tsx:31
FunctionCustomTooltipContent
({ title, cta, href, target, onClick, }: { title: string; cta?: string; href?: string; targe
src/components/ui/tooltip.tsx:49
MethodDELETE
(url: string)
src/lib/http-client.ts:56
FunctionDashBoardProvider
({ children }: { children: ReactNode })
src/app/(dashboard)/providers.tsx:32
FunctionDashboard
()
src/app/(dashboard)/page.tsx:3
FunctionDashboardClient
()
src/app/(dashboard)/page-client.tsx:22
FunctionDeleteAccountModal
({ showDeleteAccountModal, setShowDeleteAccountModal, }: { showDeleteAccountModal: boolean; setShowDel
src/components/ui/models/delete-account-modal.tsx:17
FunctionDeleteAccountSection
()
src/components/ui/account/delete-account.tsx:5
FunctionDeleteTeam
()
src/app/(dashboard)/[team_slug]/settings/page.tsx:169
FunctionDeleteTokenModal
({ showDeleteTokenModal, setShowDeleteTokenModal, token, }: { showDeleteTokenModal: boolean; setShow
src/components/ui/models/delete-token-modal.tsx:18
FunctionDeleteWorkspace
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:306
FunctionDeleteWorkspaceModel
({ children }: CerateWorkspaceModelProps)
src/app/(dashboard)/[team_slug]/settings/page.tsx:220
FunctionDeleteWorkspaceModel
({ children }: CerateWorkspaceModelProps)
src/app/(dashboard)/[team_slug]/[workspace_slug]/settings/page.tsx:356
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDivider
({ leftPanelSize, setLeftPanelSize }: IDividerProps)
src/components/team/workspace/workspace-content-view.tsx:58
FunctionDivider
({ className }: { className: string })
src/components/ui/divider.tsx:1
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:171
FunctionEditRoleModal
({ showEditRoleModal, setShowEditRoleModal, user, role, }: { showEditRoleModal: boolean; setShowEd
src/components/team/invite/edit-role-modal.tsx:14
FunctionEditWorkspaceRoleModal
({ showEditRoleModal, setShowEditRoleModal, user, role, }: { showEditRoleModal: boolean; setShowEd
src/components/ui/models/edit-worksapce-role-modal.tsx:21
FunctionEditor
({ content, storageKey, onDebouncedUpdate, editorClassName, ...props }: EditorProp & Partial<EditorP
src/components/ui/editor/editor.tsx:41
FunctionEmptyWorkspaceView
()
src/components/team/workspace/empty-workspace-view.tsx:4
FunctionFold
({ value, ifPresent, ifAbsent }: FoldProps<T, K>)
src/lib/utils.ts:29
FunctionFontDefault
({ className }: { className?: string })
src/components/ui/icons/font-default.tsx:1
FunctionFontMono
({ className }: { className?: string })
src/components/ui/icons/font-mono.tsx:1
FunctionFontSerif
({ className }: { className?: string })
src/components/ui/icons/font-serif.tsx:1
FunctionFooter
({ email, marketing, }: { email: string; marketing?: boolean; })
emails/component/footer.tsx:3
FunctionForm
({ title, description, inputAttrs, helpText, buttonText = "Save Changes", disabledTooltip, handl
src/components/ui/form.tsx:8
FunctionGET
(req: any, res: any)
src/pages/api/auth/[...nextauth].ts:8
FunctionGET
()
src/app/api/route.ts:7
FunctionGET
()
src/app/api/callback/route.ts:5
MethodGET
(url: string)
src/lib/http-client.ts:8
FunctionGithub
({ className }: { className?: string })
src/components/ui/icons/github.tsx:1
FunctionHandleDeleteCollection
()
src/components/team/workspace/left-panel/collection-list.tsx:87
FunctionHandleDeleteItem
()
src/components/team/workspace/left-panel/collection-list.tsx:225
FunctionIconMenu
({ icon, text }: MenuIconProps)
src/components/atom/icon-menu.tsx:8
FunctionInfoTooltip
({ content, }: { content: React.ReactNode | string; })
src/components/ui/tooltip.tsx:95
FunctionInviteViaEmail
({ team }: { team?: Team })
src/components/team/invite/invite-via-email.tsx:22
FunctionInviteViaLink
({ team }: { team?: Team })
src/components/team/invite/invite-via-link.tsx:10
FunctionInvitedMembers
()
src/components/team/invite/invites-team-members.tsx:18
FunctionInvitesPage
({ params, }: { params: { code: string; }; })
src/app/(auth)/invites/[code]/page.tsx:29
FunctionItemContent
({ activeItem, editable = true, onDebouncedUpdate, }: CollectionContentProps)
src/components/team/workspace/collection/content/content.tsx:15
FunctionItemPageClient
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/[item_slug]/page-client.tsx:22
FunctionLabel
({ className, size, variant, children, primary, })
src/components/atom/label.tsx:27
FunctionLayout
({ children }: { children: ReactNode })
src/app/(dashboard)/layout.tsx:12
FunctionLayout
({ children }: { children: ReactNode })
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/layout.tsx:3
FunctionLayoutLoader
()
src/components/layout/loyout-loader.tsx:3
FunctionLeftPanel
({ leftPanelSize, children }: ILeftPanelProps)
src/components/team/workspace/workspace-content-view.tsx:86
FunctionLinkSelector
({ open, onOpenChange }: LinkSelectorProps)
src/components/ui/editor/selectors/link-selector.tsx:34
FunctionListView
({ items, renderItem, noItemsElement, footerElement, placeholder, className, loading = false,
src/components/ui/listview.tsx:32
FunctionLoading
()
src/app/loading.tsx:4
FunctionLoading
()
src/app/(dashboard)/loading.tsx:4
FunctionLoading
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/loading.tsx:1
FunctionLoading
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/loading.tsx:1
FunctionLoading
()
src/app/(dashboard)/[team_slug]/[workspace_slug]/[collection_slug]/[item_slug]/loading.tsx:1
FunctionLoading
()
src/app/(auth)/signup/loading.tsx:4
FunctionLoading
()
src/app/(auth)/login/loading.tsx:4
FunctionLoadingCircle
({ dimensions }: { dimensions?: string })
src/components/ui/icons/loading-circle.tsx:1
FunctionLoadingSpinner
({ className }: { className?: string })
src/components/ui/loading-spinner.tsx:3
FunctionLoginForm
()
src/app/(auth)/login/form.tsx:17
FunctionLoginPage
()
src/app/(auth)/login/page.tsx:9
← previousnext →201–300 of 518, ranked by callers