MCPcopy Create free account

hub / github.com/Jason-uxui/gray-ui-csm / functions

Functions617 in github.com/Jason-uxui/gray-ui-csm

↓ 2 callersFunctiontoLinkedTicketArticle
(article?: KnowledgeArticle | null)
components/tickets/use-ticket-reply-flow.ts:58
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:32
↓ 1 callersFunctionappendTimelineEvent
(event: TicketTimelineItem)
components/tickets/ticket-detail-page.tsx:188
↓ 1 callersFunctionapplyTicketMove
( sourceTickets: Ticket[], ticketId: string, queueStatus: TicketQueueStatus, insertBeforeTicketId?: st
components/tickets/ticket-board.tsx:115
↓ 1 callersFunctionareDragPreviewsEqual
( left: DragPreview | null, right: DragPreview | null )
components/tickets/ticket-board.tsx:61
↓ 1 callersFunctionareTicketAssigneesEqual
( left?: TicketAssignee, right?: TicketAssignee )
components/tickets/tickets-bulk-utils.ts:61
↓ 1 callersFunctionarticleMatchesSearch
( article: KnowledgeArticle, query: string )
lib/knowledge-base/articles.ts:71
↓ 1 callersFunctionblockquote
(text: string)
lib/knowledge-base/content.ts:44
↓ 1 callersFunctionbuildActivityEvents
( customer: RawCustomer, tickets: CustomerRecentTicket[], firstContactDate: string )
lib/customers/mock-data.ts:231
↓ 1 callersFunctionbuildActivityItems
(customer: Customer)
components/customers/customer-detail-page.tsx:436
↓ 1 callersFunctionbuildAttachmentNameFromTicket
(ticket: CustomerRecentTicket)
lib/customers/mock-data.ts:327
↓ 1 callersFunctionbuildBulkExportCsv
(tickets: Ticket[])
components/tickets/tickets-bulk-utils.ts:40
↓ 1 callersFunctionbuildCompanyProfile
(customer: RawCustomer)
lib/customers/mock-data.ts:207
↓ 1 callersFunctionbuildCustomerAttachments
( customer: RawCustomer, tickets: CustomerRecentTicket[] )
lib/customers/mock-data.ts:333
↓ 1 callersFunctionbuildCustomerInternalNotes
( customer: Customer )
lib/customers/detail-view-model.ts:202
↓ 1 callersFunctionbuildCustomerSidebarGroups
( sourceCustomers: Customer[] )
lib/customers/mock-data.ts:1180
↓ 1 callersFunctionbuildCustomerTicketRows
(customer: Customer)
lib/customers/detail-view-model.ts:190
↓ 1 callersFunctionbuildFirstContactDate
( customer: Pick<Customer, "id" | "region" | "seats"> )
lib/customers/mock-data.ts:170
↓ 1 callersFunctionbuildItemHref
(groupKey: string, itemKey: string)
components/customers/customer-sidebar-filters.tsx:59
↓ 1 callersFunctionbuildItemHref
(groupKey: string, itemKey: string)
components/tickets/ticket-sidebar-filters.tsx:76
↓ 1 callersFunctionbuildPhoneNumber
(customerId: string)
lib/customers/mock-data.ts:160
↓ 1 callersFunctionbuildResponseTimeLabel
(customer: Pick<Customer, "health">)
lib/customers/mock-data.ts:179
↓ 1 callersFunctionbuildStats
(sourceTickets: Ticket[])
components/tickets/tickets-page-helpers.ts:120
↓ 1 callersFunctionbuildTicketDetail
(ticket: Ticket)
lib/tickets/detail-data.ts:200
↓ 1 callersFunctionbuildTicketMetadata
( ticket: RawCustomer["recentTickets"][number], ownerName: string )
lib/customers/mock-data.ts:185
↓ 1 callersFunctionbuildTicketSidebarGroups
( sourceTickets: Ticket[] )
lib/tickets/mock-data.ts:382
↓ 1 callersFunctioncommitDraft
()
components/customers/customer-detail-page.tsx:575
↓ 1 callersFunctioncommitReply
({ body, linkedArticle, nextStatus, }: { body: string linkedArticle?: KnowledgeArticle |
components/tickets/use-ticket-reply-flow.ts:69
↓ 1 callersFunctioncommitTagInput
()
components/tickets/ticket-drawer.tsx:450
↓ 1 callersFunctioncommitUpdateTask
(taskId: string)
components/tickets/ticket-task-inline-list.tsx:156
↓ 1 callersFunctioncommitVisibleTickets
(updater: (tickets: Ticket[]) => Ticket[])
components/tickets/ticket-table.tsx:451
↓ 1 callersFunctioncompareTicketsByBoardOrder
(leftTicket: Ticket, rightTicket: Ticket)
components/tickets/ticket-table.tsx:253
↓ 1 callersFunctioncreateCustomerDraftTicket
({ customer, nextTicketId, }: { customer: Customer nextTicketId: string })
components/customers/customer-detail-page.tsx:387
↓ 1 callersFunctioncreateDraftKnowledgeArticle
( input: KnowledgeArticleCreateInput )
lib/knowledge-base/articles.ts:40
↓ 1 callersFunctioncreateDraftTicket
(nextIndex: number)
components/tickets/tickets-page-helpers.ts:46
↓ 1 callersFunctioncreateEditorDocumentWithMedia
( document: JSONContent, article: KnowledgeArticle )
components/knowledge-base/knowledge-article-editor.tsx:312
↓ 1 callersFunctioncreateEmptyKnowledgeArticleDocument
()
lib/knowledge-base/content.ts:101
↓ 1 callersFunctioncreateKnowledgeArticleDocument
( article: KnowledgeArticle )
lib/knowledge-base/content.ts:79
↓ 1 callersFunctioncreateKnowledgeArticleId
()
lib/knowledge-base/articles.ts:32
↓ 1 callersFunctioncreateKnowledgeExplorerGroup
(input: { label: string icon: KnowledgeArticleGroupIcon groups: KnowledgeArticleExplorerGroup[] })
lib/knowledge-base/articles.ts:109
↓ 1 callersFunctioncreateKnowledgeGroupId
( label: string, groups: KnowledgeArticleExplorerGroup[] )
lib/knowledge-base/articles.ts:10
↓ 1 callersFunctioncreateLinkedTicketRow
( ticketId: string, context: KnowledgeLinkedTicketContext, customer?: string )
lib/knowledge-base/insights.ts:176
↓ 1 callersFunctioncreateLocalComment
( article: KnowledgeArticle, body: string )
components/knowledge-base/knowledge-article-comments.tsx:24
↓ 1 callersFunctioncreateSubmittedTicket
( sourceTickets: Ticket[], draftTicket: Ticket, subject: string )
components/tickets/tickets-page-mutation-helpers.ts:119
↓ 1 callersFunctioncreateTicketTask
({ id, title, assignee, }: { id: string title: string assignee?: TicketPerson })
lib/tickets/task-utils.ts:62
↓ 1 callersFunctiondeleteManualNote
(noteId: string)
components/customers/customer-drawer.tsx:285
↓ 1 callersFunctiondeleteTicketsByIds
(ticketIds: string[])
components/tickets/use-tickets-page-mutations.ts:106
↓ 1 callersFunctionextractCustomerReplyFromDocument
( document: JSONContent )
lib/knowledge-base/content.ts:60
↓ 1 callersFunctionfilterCustomersByView
( allCustomers: Customer[], view: CustomerViewKey )
lib/customers/mock-data.ts:1250
↓ 1 callersFunctionfilterGroupArticlesBySearch
({ articles, query, selectedArticleId, }: { articles: KnowledgeArticle[] query: string selectedArt
lib/knowledge-base/articles.ts:91
↓ 1 callersFunctionfilterTicketsByView
(allTickets: Ticket[], view: TicketViewKey)
lib/tickets/mock-data.ts:465
↓ 1 callersFunctionfindCustomerTicket
(ticketId: string)
app/tickets/[ticketId]/page.tsx:29
↓ 1 callersFunctionformatAbsolutePercent
(value: number)
components/tickets/ticket-stats.tsx:22
↓ 1 callersFunctionformatAbsoluteValue
(value: number)
components/tickets/ticket-stats.tsx:18
↓ 1 callersFunctionformatArticleChangesLabel
(fields: KnowledgeArticleChangedField[])
components/knowledge-base/knowledge-base-article-detail.tsx:113
↓ 1 callersFunctionformatCompactCurrency
(value: number)
components/customers/customers-page.tsx:75
↓ 1 callersFunctionformatCurrency
(value: number)
components/customers/customer-detail-page.tsx:494
↓ 1 callersFunctionformatCurrency
(value: number)
lib/customers/detail-view-model.ts:70
↓ 1 callersFunctionformatDateLabel
(isoDate: string)
components/customers/customer-assets-files-tab.tsx:85
↓ 1 callersFunctionformatFilterLabel
( typeFilter: CustomerTicketTypeFilter, priorityFilter: CustomerTicketPriorityFilter, requestDateFilter:
components/customers/customer-detail-page.tsx:502
↓ 1 callersFunctionformatLanguageCodes
(customer: Customer)
components/customers/customer-drawer.tsx:1062
↓ 1 callersFunctionformatLocalDateForFilename
(date = new Date())
components/tickets/tickets-bulk-utils.ts:36
↓ 1 callersFunctionformatPriorityLabel
(priority: TicketPriority)
components/tickets/tickets-page-sections.tsx:213
↓ 1 callersFunctionformatResponseDuration
(totalSeconds: number)
lib/customers/detail-view-model.ts:90
↓ 1 callersFunctionformatSelectedCustomersLabel
(count: number)
components/customers/customers-page-sections.copy.ts:17
↓ 1 callersFunctionformatSelectedTicketsLabel
(count: number)
components/tickets/tickets-page-sections.copy.ts:32
↓ 1 callersFunctionformatSignedPoints
(value: number)
lib/knowledge-base/insights.ts:156
↓ 1 callersFunctionformatTodayRequestDateLabel
()
components/customers/customer-detail-page.tsx:207
↓ 1 callersFunctiongetActiveHeadingLevel
(editor: Editor)
components/knowledge-base/knowledge-article-editor.tsx:130
↓ 1 callersFunctiongetAllowedMatches
(relativeFilePath)
scripts/check-design-token-drift.mjs:34
↓ 1 callersFunctiongetArticleFallbackAfterArchive
( articleGroups: ReturnType<typeof getKnowledgeArticleExplorerGroups>, articleId: string )
components/knowledge-base/use-knowledge-base-page-state.ts:54
↓ 1 callersFunctiongetArticleImageMedia
(article: KnowledgeArticle)
components/knowledge-base/knowledge-article-editor.tsx:297
↓ 1 callersFunctiongetArticleStableIndex
(article: KnowledgeArticle, modulo: number)
lib/knowledge-base/insights.ts:208
↓ 1 callersFunctiongetArticleStatusClassName
(status: KnowledgeArticleStatus)
components/knowledge-base/knowledge-base-article-detail.tsx:102
↓ 1 callersFunctiongetArticleStatusLabel
(status: KnowledgeArticleStatus)
components/knowledge-base/knowledge-base-article-detail.tsx:96
↓ 1 callersFunctiongetAssigneePerson
(ticket: Ticket)
components/tickets/ticket-detail-helpers.ts:56
↓ 1 callersFunctiongetAttachmentTypeAssetSrc
(type: CustomerAttachmentType)
components/customers/customer-assets-files-tab.tsx:111
↓ 1 callersFunctiongetColumnIcon
(columnKey: TicketQueueStatus)
components/tickets/ticket-column.tsx:26
↓ 1 callersFunctiongetCustomerInitialAvatarToneClassName
(name: string)
lib/customers/presentation.ts:129
↓ 1 callersFunctiongetCustomerTierBadgeLabel
(customer: Customer)
components/customers/customer-drawer.tsx:1071
↓ 1 callersFunctiongetDiscussionInitials
(name?: string)
components/detail-tabs/shared-discussion-tab-content.tsx:18
↓ 1 callersFunctiongetDragPlacement
( sourceTickets: Ticket[], activeTicketId: string, overTarget: DragTarget | null, activeRect: { top: n
components/tickets/ticket-board.tsx:195
↓ 1 callersFunctiongetDragPreview
( sourceTickets: Ticket[], activeTicketId: string, overTarget: DragTarget | null, activeRect: { top: n
components/tickets/ticket-board.tsx:263
↓ 1 callersFunctiongetDrawerMotionStyle
(origin?: TicketDrawerOrigin | null)
components/tickets/ticket-drawer.tsx:155
↓ 1 callersFunctiongetFallbackFeedback
( article: KnowledgeArticle )
lib/knowledge-base/insights.ts:308
↓ 1 callersFunctiongetFallbackLinkedTickets
( article: KnowledgeArticle )
lib/knowledge-base/insights.ts:291
↓ 1 callersFunctiongetFallbackSearchDiscovery
( article: KnowledgeArticle )
lib/knowledge-base/insights.ts:357
↓ 1 callersFunctiongetFallbackSignals
( article: KnowledgeArticle )
lib/knowledge-base/insights.ts:267
↓ 1 callersFunctiongetFallbackTicketPool
(article: KnowledgeArticle)
lib/knowledge-base/insights.ts:200
↓ 1 callersFunctiongetGroupIcon
(icon: KnowledgeArticleGroupIcon)
components/knowledge-base/knowledge-base-group-panel.tsx:93
↓ 1 callersFunctiongetHeadingClassName
(level: ArticleHeadingLevel)
components/knowledge-base/knowledge-article-content-view.tsx:30
↓ 1 callersFunctiongetHeadingTag
(level: ArticleHeadingLevel)
components/knowledge-base/knowledge-article-content-view.tsx:26
↓ 1 callersFunctiongetHelpfulRateBarPercents
(percents: number[], totalViews: number)
components/knowledge-base/knowledge-article-insights.tsx:655
↓ 1 callersFunctiongetInitials
(name?: string)
components/detail-tabs/shared-activity-notes-tab-content.tsx:28
↓ 1 callersFunctiongetKnowledgeArticleById
( articleId: string | null, articles = knowledgeArticles )
lib/knowledge-base/mock-data.ts:1397
↓ 1 callersFunctiongetKnowledgeArticleDocument
(article: KnowledgeArticle)
lib/knowledge-base/content.ts:97
↓ 1 callersFunctiongetKnowledgeArticleExplorerGroups
( articles = knowledgeArticles, groups = knowledgeArticleExplorerGroups )
lib/knowledge-base/mock-data.ts:1374
↓ 1 callersFunctiongetKnowledgeArticleInsights
( article: KnowledgeArticle )
lib/knowledge-base/insights.ts:375
↓ 1 callersFunctiongetLatestRequestDate
(rows: CustomerTicketRow[])
components/customers/customer-detail-page.tsx:259
↓ 1 callersFunctiongetLayoutFromSearchParam
( layout: string | null )
components/tickets/tickets-page-helpers.ts:94
← previousnext →101–200 of 617, ranked by callers