MCPcopy Create free account

hub / github.com/Sallyn0225/seatview / functions

Functions372 in github.com/Sallyn0225/seatview

FunctionSkeletonBlock
({ className }: { className?: string })
src/islands/PhotoGrid.tsx:415
FunctionStagingAdminRow
({ venue, locale, onProcessedChange, onDeleted, }: { venue: StagingVenueDto; locale: Locale; onP
src/islands/AdminConsole.tsx:1004
FunctionStagingForm
({ locale, initialVenues, initialHasMore, }: StagingFormProps)
src/islands/StagingForm.tsx:67
FunctionStagingLink
* Staging-area entry at the bottom of the tree (cross-brief contract from * shape-staging-page §11): the most context-fitting place to prompt "the ve
src/islands/VenueTreeDrawer.tsx:220
FunctionStagingPanel
({ locale }: { locale: Locale })
src/islands/AdminConsole.tsx:880
FunctionStagingRow
* One wishlist entry. Top line: venue name (user verbatim) + relative submit * date. Bottom line: the demand tally ("N 人想看" — a need signal for * ma
src/islands/StagingForm.tsx:725
FunctionStep2Body
({ t, compressing, progress, error, thumbUrl, imageBytes, onPick, onReset, }: { t: ReturnTyp
src/islands/upload/UploadSheet.tsx:905
FunctionStep3Body
({ t, locale, isActive, seatLabel, setSeatLabel, seatError, perfDate, setPerfDate, eventName
src/islands/upload/UploadSheet.tsx:1047
FunctionStepCard
({ status, title, summary, summaryThumb, editLabel, onEdit, collapsed, hint, children, ref
src/islands/upload/UploadSheet.tsx:825
FunctionStepMarker
Step marker (shape §11): done = Sumi ✓, current = 朱赤 ●, todo = Hairline ○.
src/islands/upload/UploadSheet.tsx:888
FunctionSubMapTabs
({ locale, subMaps, initialSubMapId, }: SubMapTabsProps)
src/islands/SubMapTabs.tsx:30
FunctionSuccessBookmark
({ className }: SuccessBookmarkProps)
src/islands/upload/SuccessBookmark.tsx:11
FunctionSuccessPage
({ t, onAgain, onBack, }: { t: ReturnType<typeof useLocale>["t"]; onAgain: () => void; onBack: ()
src/islands/upload/UploadSheet.tsx:1179
FunctionTabButton
({ active, onClick, label, }: { active: boolean; onClick: () => void; label: string; })
src/islands/AdminConsole.tsx:140
FunctionThemeToggle
({ locale }: ThemeToggleProps)
src/islands/ThemeToggle.tsx:33
FunctionTurnstileWidget
({ onToken, theme = "auto", }: TurnstileWidgetProps)
src/islands/upload/TurnstileWidget.tsx:80
FunctionUploadSheet
({ locale, venue, subMap, onClose, onUploaded, }: UploadSheetProps)
src/islands/upload/UploadSheet.tsx:69
FunctionVenueComments
({ locale, venueId, initialRating, }: VenueCommentsProps)
src/islands/VenueComments.tsx:126
FunctionVenueMain
({ locale, venue, initialSubMapId, initialPhotos = [], initialOpenPhotoId, }: VenueMainProps)
src/islands/VenueMain.tsx:65
FunctionVenuePhotoCountLine
({ locale, venueId, subMaps, initialSubMapId, initialCounts, }: VenuePhotoCountLineProps)
src/islands/VenuePhotoCountLine.tsx:51
FunctionVenueSearch
({ locale }: VenueSearchProps)
src/islands/VenueSearch.tsx:34
FunctionVenueTree
({ locale, activeVenueId, onSelect, onReady, }: VenueTreeProps)
src/islands/VenueTree.tsx:50
FunctionVenueTreeDrawer
({ locale, activeVenueId, }: VenueTreeDrawerProps)
src/islands/VenueTreeDrawer.tsx:29
FunctionZoomControls
Bottom-right +/−/⟲ controls + bottom-left scale indicator (shape §5.4-5.5).
src/islands/Seatmap.tsx:692
FunctionasLocale
(value: string | undefined)
src/i18n/config.ts:13
FunctionbreadcrumbLd
( venue: Venue, locale: Locale, siteUrl: string | URL, homeName: string, )
src/lib/seo/jsonld.ts:83
Functioncheck
()
src/islands/upload/TurnstileWidget.tsx:52
Functionclear
()
src/islands/VenueTreeDrawer.tsx:67
Methodconstructor
( readonly code: Code | "network", readonly status?: number, )
src/lib/transport.ts:15
Methodconstructor
(code: PhotoCorrectionErrorCode | "network", status?: number)
src/lib/photo-corrections-client.ts:10
Methodconstructor
(code: UploadErrorCode | "network", status?: number)
src/lib/upload-client.ts:26
Methodconstructor
(message = "HEIC image is too large to decode safely")
src/lib/heic-decode.ts:20
Methodconstructor
(code: RatingErrorCode | "network", status?: number)
src/lib/venue-rating-client.ts:17
Methodconstructor
( readonly code: AdminErrorCode | "network", readonly status?: number, )
src/lib/admin-client.ts:29
Methodconstructor
(code: StagingErrorCode | "network", status?: number)
src/lib/staging-client.ts:23
FunctiongetPhotoById
( db: Db, id: string, )
src/server/photos.ts:78
FunctiongetPrefecture
(slug: string)
src/data/prefectures.ts:158
FunctiongetSelectedPhoto
()
src/lib/selected-photo.ts:34
FunctiongetSnapshot
()
src/hooks/usePrefersReducedMotion.ts:19
Methodis_primary
()
src/types/libheif-js.d.ts:9
FunctionjumpToGap
()
src/islands/upload/UploadSheet.tsx:195
FunctionlistVenuePhotoCounts
( db: Db, venueId: string, )
src/server/photos.ts:95
FunctionlocaleAlternates
( pathname: string, siteUrl: string | URL, )
src/lib/seo/hreflang.ts:38
Functionmove
(ev: PointerEvent)
src/islands/upload/MarkSurface.tsx:136
FunctionmusicVenueLd
( venue: Venue, prefecture: Prefecture | undefined, locale: Locale, siteUrl: string | URL, ratingSum
src/lib/seo/jsonld.ts:40
FunctiononChange
(event: Event)
src/islands/SubMapTabs.tsx:55
FunctiononChange
()
src/islands/ThemeToggle.tsx:46
FunctiononDown
(e: MouseEvent)
src/islands/LanguageSwitcher.tsx:65
FunctiononDown
(e: MouseEvent)
src/islands/upload/DateField.tsx:70
FunctiononKey
(e: KeyboardEvent)
src/islands/LanguageSwitcher.tsx:70
FunctiononKey
(event: KeyboardEvent)
src/islands/VenueComments.tsx:157
FunctiononKey
(event: KeyboardEvent)
src/islands/VenueSearch.tsx:73
FunctiononKey
(e: KeyboardEvent)
src/islands/SeatViewLightbox.tsx:295
FunctiononKey
(event: KeyboardEvent)
src/islands/VenueTreeDrawer.tsx:135
FunctiononKey
(e: KeyboardEvent)
src/islands/upload/DateField.tsx:75
FunctiononKey
(e: KeyboardEvent)
src/islands/upload/FullscreenAnnotate.tsx:64
FunctiononKey
(e: KeyboardEvent)
src/islands/upload/UploadSheet.tsx:242
FunctiononPhotoCountChange
(event: Event)
src/islands/VenuePhotoCountLine.tsx:78
FunctiononPointerDown
(event: MouseEvent)
src/islands/VenueSearch.tsx:59
FunctiononSubMapChange
(event: Event)
src/islands/VenuePhotoCountLine.tsx:67
FunctionorganizationLd
(siteUrl: string | URL, name: string)
src/lib/seo/jsonld.ts:109
FunctionparseErrorCode
( res: Response, )
src/lib/transport.ts:28
FunctionprefecturesWithVenues
()
src/data/venues.ts:31
FunctionreadPhotoIdFromUrl
(url: URL)
src/lib/share.ts:64
FunctionreadSubMapFromUrl
( url: URL, subMaps: readonly SubMap[], )
src/lib/submap.ts:24
FunctionrememberLastVenue
(venueId: string)
src/lib/storage.ts:46
FunctionrowToAdminPhotoDto
Map a raw `photos` row to the admin DTO (drops the abuse-tracking * `ip_hash`).
src/server/photos.ts:163
Functionsubscribe
(callback: () => void)
src/hooks/usePrefersReducedMotion.ts:12
FunctionsubscribeSelectedPhoto
(listener: Listener)
src/lib/selected-photo.ts:52
Functionup
(ev: PointerEvent)
src/islands/upload/MarkSurface.tsx:140
FunctionvenuePhotosLd
( name: string, pageUrl: string, images: readonly VenueImageLd[], )
src/lib/seo/jsonld.ts:69
FunctionwebsiteLd
( siteUrl: string | URL, locale: Locale, name: string, description: string, )
src/lib/seo/jsonld.ts:99
← previous301–372 of 372, ranked by callers