astro-tractstack 2.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +110 -0
- package/README.md +56 -0
- package/astro.d.ts +64 -0
- package/bin/create-tractstack.js +483 -0
- package/dist/config.js +80 -0
- package/dist/index.js +2129 -0
- package/package.json +89 -0
- package/templates/artpacks/kCz/captainBreakfast_1080px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_1920px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_600px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_600px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1080px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1920px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_600px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_600px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragon_600px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1080px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1920px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_600px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_600px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1080px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1920px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_600px.webp +0 -0
- package/templates/artpacks/kCz/snake_1080px.webp +0 -0
- package/templates/artpacks/kCz/snake_1920px.webp +0 -0
- package/templates/artpacks/kCz/snake_600px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1080px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1920px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_600px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1080px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1920px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_600px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_600px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_600px.webp +0 -0
- package/templates/artpacks/t8k/beach_1080px.webp +0 -0
- package/templates/artpacks/t8k/beach_1920px.webp +0 -0
- package/templates/artpacks/t8k/beach_600px.webp +0 -0
- package/templates/artpacks/t8k/blast_1080px.webp +0 -0
- package/templates/artpacks/t8k/blast_1920px.webp +0 -0
- package/templates/artpacks/t8k/blast_600px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1080px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1920px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_600px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1080px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1920px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_600px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1080px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1920px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_600px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1080px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1920px.webp +0 -0
- package/templates/artpacks/t8k/explosion_600px.webp +0 -0
- package/templates/artpacks/t8k/floral_1080px.webp +0 -0
- package/templates/artpacks/t8k/floral_1920px.webp +0 -0
- package/templates/artpacks/t8k/floral_600px.webp +0 -0
- package/templates/artpacks/t8k/flower_1080px.webp +0 -0
- package/templates/artpacks/t8k/flower_1920px.webp +0 -0
- package/templates/artpacks/t8k/flower_600px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1080px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1920px.webp +0 -0
- package/templates/artpacks/t8k/foliage_600px.webp +0 -0
- package/templates/artpacks/t8k/mist_1080px.webp +0 -0
- package/templates/artpacks/t8k/mist_1920px.webp +0 -0
- package/templates/artpacks/t8k/mist_600px.webp +0 -0
- package/templates/artpacks/t8k/portal_1080px.webp +0 -0
- package/templates/artpacks/t8k/portal_1920px.webp +0 -0
- package/templates/artpacks/t8k/portal_600px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1080px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1920px.webp +0 -0
- package/templates/artpacks/t8k/storytime_600px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1080px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1920px.webp +0 -0
- package/templates/artpacks/t8k/tacky_600px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1080px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1920px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_600px.webp +0 -0
- package/templates/brand/favicon.ico +0 -0
- package/templates/brand/logo.svg +19 -0
- package/templates/brand/static.jpg +0 -0
- package/templates/brand/wordmark.svg +4 -0
- package/templates/css/custom.css +51 -0
- package/templates/css/frontend.css +3519 -0
- package/templates/css/storykeep.css +92872 -0
- package/templates/custom/minimal/CodeHook.astro +53 -0
- package/templates/custom/minimal/CustomRoutes.astro +46 -0
- package/templates/custom/with-examples/CodeHook.astro +49 -0
- package/templates/custom/with-examples/CustomHero.astro +13 -0
- package/templates/custom/with-examples/CustomRoutes.astro +39 -0
- package/templates/custom/with-examples/pages/Collections.astro +110 -0
- package/templates/env.example +8 -0
- package/templates/fonts/Inter-Black.woff2 +0 -0
- package/templates/fonts/Inter-Bold.woff2 +0 -0
- package/templates/fonts/Inter-Regular.woff2 +0 -0
- package/templates/icons/h2.svg +1 -0
- package/templates/icons/h3.svg +1 -0
- package/templates/icons/h4.svg +1 -0
- package/templates/icons/h5.svg +1 -0
- package/templates/icons/image.svg +7 -0
- package/templates/icons/text.svg +6 -0
- package/templates/socials/codepen.svg +1 -0
- package/templates/socials/discord.svg +1 -0
- package/templates/socials/facebook.svg +1 -0
- package/templates/socials/github.svg +1 -0
- package/templates/socials/instagram.svg +1 -0
- package/templates/socials/linkedin.svg +1 -0
- package/templates/socials/mail.svg +1 -0
- package/templates/socials/rumble.svg +1 -0
- package/templates/socials/tiktok.svg +1 -0
- package/templates/socials/twitch.svg +1 -0
- package/templates/socials/twitter.svg +1 -0
- package/templates/socials/x.svg +1 -0
- package/templates/socials/youtube.svg +1 -0
- package/templates/src/client/analytics-events.ts +213 -0
- package/templates/src/client/belief-events.ts +205 -0
- package/templates/src/client/sse.ts +667 -0
- package/templates/src/components/Footer.astro +246 -0
- package/templates/src/components/Fragment.astro +70 -0
- package/templates/src/components/Header.astro +458 -0
- package/templates/src/components/Menu.tsx +196 -0
- package/templates/src/components/codehooks/BunnyVideoSetup.tsx +692 -0
- package/templates/src/components/codehooks/BunnyVideoWrapper.astro +78 -0
- package/templates/src/components/codehooks/EpinetDurationSelector.tsx +1020 -0
- package/templates/src/components/codehooks/EpinetTableView.tsx +594 -0
- package/templates/src/components/codehooks/EpinetWrapper.tsx +424 -0
- package/templates/src/components/codehooks/FeaturedContent.astro +273 -0
- package/templates/src/components/codehooks/FeaturedContentSetup.tsx +738 -0
- package/templates/src/components/codehooks/ListContent.astro +460 -0
- package/templates/src/components/codehooks/ListContentSetup.tsx +649 -0
- package/templates/src/components/codehooks/SankeyDiagram.tsx +359 -0
- package/templates/src/components/compositor/Compositor.tsx +144 -0
- package/templates/src/components/compositor/Node.tsx +415 -0
- package/templates/src/components/compositor/NodeWithGuid.tsx +25 -0
- package/templates/src/components/compositor/PanelVisibilityWrapper.tsx +87 -0
- package/templates/src/components/compositor/elements/Belief.tsx +148 -0
- package/templates/src/components/compositor/elements/BgImage.tsx +118 -0
- package/templates/src/components/compositor/elements/BgVisualBreak.tsx +102 -0
- package/templates/src/components/compositor/elements/BunnyVideo.tsx +63 -0
- package/templates/src/components/compositor/elements/IdentifyAs.tsx +66 -0
- package/templates/src/components/compositor/elements/PlayButton.tsx +19 -0
- package/templates/src/components/compositor/elements/SignUp.tsx +179 -0
- package/templates/src/components/compositor/elements/Svg.tsx +33 -0
- package/templates/src/components/compositor/elements/ToggleBelief.tsx +36 -0
- package/templates/src/components/compositor/elements/YouTubeWrapper.tsx +33 -0
- package/templates/src/components/compositor/nodes/BgPaneWrapper.tsx +35 -0
- package/templates/src/components/compositor/nodes/GhostInsertBlock.tsx +189 -0
- package/templates/src/components/compositor/nodes/Markdown.tsx +179 -0
- package/templates/src/components/compositor/nodes/Pane.tsx +277 -0
- package/templates/src/components/compositor/nodes/Pane_eraser.tsx +69 -0
- package/templates/src/components/compositor/nodes/Pane_layout.tsx +77 -0
- package/templates/src/components/compositor/nodes/RenderChildren.tsx +19 -0
- package/templates/src/components/compositor/nodes/StoryFragment.tsx +35 -0
- package/templates/src/components/compositor/nodes/TagElement.tsx +14 -0
- package/templates/src/components/compositor/nodes/Widget.tsx +115 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA.tsx +4 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeAnchorComponent.tsx +248 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag.tsx +684 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_eraser.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_insert.tsx +120 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_settings.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton.tsx +5 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeImg.tsx +28 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeText.tsx +18 -0
- package/templates/src/components/compositor/nodes/tagElements/TabIndicator.tsx +51 -0
- package/templates/src/components/compositor/preview/FeaturedContentPreview.tsx +128 -0
- package/templates/src/components/compositor/preview/ListContentPreview.tsx +213 -0
- package/templates/src/components/compositor/preview/OgImagePreview.tsx +223 -0
- package/templates/src/components/compositor/preview/PaneSnapshotGenerator.tsx +199 -0
- package/templates/src/components/compositor/preview/PanesPreviewGenerator.tsx +123 -0
- package/templates/src/components/compositor/preview/VisualBreakPreview.tsx +154 -0
- package/templates/src/components/edit/Header.tsx +181 -0
- package/templates/src/components/edit/PanelSwitch.tsx +446 -0
- package/templates/src/components/edit/SettingsPanel.tsx +70 -0
- package/templates/src/components/edit/ToolBar.tsx +101 -0
- package/templates/src/components/edit/ToolMode.tsx +121 -0
- package/templates/src/components/edit/context/ContextPaneConfig.tsx +91 -0
- package/templates/src/components/edit/context/ContextPaneConfig_slug.tsx +174 -0
- package/templates/src/components/edit/context/ContextPaneConfig_title.tsx +186 -0
- package/templates/src/components/edit/pane/AddPanePanel.tsx +136 -0
- package/templates/src/components/edit/pane/AddPanePanel_break.tsx +470 -0
- package/templates/src/components/edit/pane/AddPanePanel_codehook.tsx +264 -0
- package/templates/src/components/edit/pane/AddPanePanel_new.tsx +623 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy.tsx +107 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy_modal.tsx +217 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCopyMode.tsx +109 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCustomCopy.tsx +39 -0
- package/templates/src/components/edit/pane/AddPanePanel_reuse.tsx +445 -0
- package/templates/src/components/edit/pane/ConfigPanePanel.tsx +245 -0
- package/templates/src/components/edit/pane/PageGen.tsx +485 -0
- package/templates/src/components/edit/pane/PageGenSelector.tsx +238 -0
- package/templates/src/components/edit/pane/PageGenSpecial.tsx +362 -0
- package/templates/src/components/edit/pane/PageGen_preview.tsx +495 -0
- package/templates/src/components/edit/pane/PanePanel_impression.tsx +258 -0
- package/templates/src/components/edit/pane/PanePanel_path.tsx +268 -0
- package/templates/src/components/edit/pane/PanePanel_slug.tsx +219 -0
- package/templates/src/components/edit/pane/PanePanel_title.tsx +142 -0
- package/templates/src/components/edit/panels/StyleBreakPanel.tsx +182 -0
- package/templates/src/components/edit/panels/StyleCodeHookPanel.tsx +439 -0
- package/templates/src/components/edit/panels/StyleElementPanel.tsx +177 -0
- package/templates/src/components/edit/panels/StyleElementPanel_add.tsx +349 -0
- package/templates/src/components/edit/panels/StyleElementPanel_remove.tsx +159 -0
- package/templates/src/components/edit/panels/StyleElementPanel_update.tsx +320 -0
- package/templates/src/components/edit/panels/StyleImagePanel.tsx +460 -0
- package/templates/src/components/edit/panels/StyleImagePanel_add.tsx +296 -0
- package/templates/src/components/edit/panels/StyleImagePanel_remove.tsx +153 -0
- package/templates/src/components/edit/panels/StyleImagePanel_update.tsx +312 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel.tsx +273 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_add.tsx +301 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_remove.tsx +132 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_update.tsx +313 -0
- package/templates/src/components/edit/panels/StyleLinkPanel.tsx +346 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_add.tsx +265 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_config.tsx +240 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_remove.tsx +94 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_update.tsx +110 -0
- package/templates/src/components/edit/panels/StyleParentPanel.tsx +263 -0
- package/templates/src/components/edit/panels/StyleParentPanel_add.tsx +275 -0
- package/templates/src/components/edit/panels/StyleParentPanel_deleteLayer.tsx +112 -0
- package/templates/src/components/edit/panels/StyleParentPanel_remove.tsx +87 -0
- package/templates/src/components/edit/panels/StyleParentPanel_update.tsx +141 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel.tsx +428 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_add.tsx +292 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_config.tsx +190 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_remove.tsx +152 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_update.tsx +308 -0
- package/templates/src/components/edit/state/SaveModal.tsx +811 -0
- package/templates/src/components/edit/state/StylesMemory.tsx +310 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentConfigPanel.tsx +289 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_menu.tsx +320 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_og.tsx +888 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_slug.tsx +269 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_title.tsx +190 -0
- package/templates/src/components/edit/widgets/BeliefWidget.tsx +183 -0
- package/templates/src/components/edit/widgets/BunnyWidget.tsx +134 -0
- package/templates/src/components/edit/widgets/IdentifyAsWidget.tsx +193 -0
- package/templates/src/components/edit/widgets/SignupWidget.tsx +177 -0
- package/templates/src/components/edit/widgets/ToggleWidget.tsx +152 -0
- package/templates/src/components/edit/widgets/YouTubeWidget.tsx +65 -0
- package/templates/src/components/fields/ActionBuilderTimeSelector.tsx +353 -0
- package/templates/src/components/fields/ArtpackImage.tsx +480 -0
- package/templates/src/components/fields/BackgroundImage.tsx +530 -0
- package/templates/src/components/fields/BackgroundImageWrapper.tsx +192 -0
- package/templates/src/components/fields/BooleanParam.tsx +67 -0
- package/templates/src/components/fields/BunnyMomentSelector.tsx +56 -0
- package/templates/src/components/fields/ColorPickerCombo.tsx +284 -0
- package/templates/src/components/fields/ImageUpload.tsx +405 -0
- package/templates/src/components/fields/MultiParam.tsx +75 -0
- package/templates/src/components/fields/PaneBreakCollectionSelector.tsx +97 -0
- package/templates/src/components/fields/PaneBreakShapeSelector.tsx +134 -0
- package/templates/src/components/fields/SelectedTailwindClass.tsx +44 -0
- package/templates/src/components/fields/SingleParam.tsx +73 -0
- package/templates/src/components/fields/ViewportComboBox.tsx +252 -0
- package/templates/src/components/form/ActionBuilderField.tsx +282 -0
- package/templates/src/components/form/ActionBuilderSlugSelector.tsx +182 -0
- package/templates/src/components/form/BooleanToggle.tsx +94 -0
- package/templates/src/components/form/ColorPicker.tsx +153 -0
- package/templates/src/components/form/DateTimeInput.tsx +638 -0
- package/templates/src/components/form/EnumSelect.tsx +88 -0
- package/templates/src/components/form/FileUpload.tsx +465 -0
- package/templates/src/components/form/MagicPathBuilder.tsx +546 -0
- package/templates/src/components/form/NumberInput.tsx +101 -0
- package/templates/src/components/form/ParagraphArrayInput.tsx +207 -0
- package/templates/src/components/form/StringArrayInput.tsx +163 -0
- package/templates/src/components/form/StringInput.tsx +88 -0
- package/templates/src/components/form/UnsavedChangesBar.tsx +295 -0
- package/templates/src/components/form/advanced/APIConfigSection.tsx +69 -0
- package/templates/src/components/form/advanced/AuthConfigSection.tsx +97 -0
- package/templates/src/components/form/brand/BrandAssetsSection.tsx +93 -0
- package/templates/src/components/form/brand/BrandColorsSection.tsx +201 -0
- package/templates/src/components/form/brand/SEOSection.tsx +101 -0
- package/templates/src/components/form/brand/SiteConfigSection.tsx +61 -0
- package/templates/src/components/form/brand/SocialLinksSection.tsx +393 -0
- package/templates/src/components/profile/ProfileConsent.tsx +65 -0
- package/templates/src/components/profile/ProfileCreate.tsx +462 -0
- package/templates/src/components/profile/ProfileEdit.tsx +409 -0
- package/templates/src/components/profile/ProfileSwitch.tsx +255 -0
- package/templates/src/components/profile/ProfileUnlock.tsx +221 -0
- package/templates/src/components/storykeep/Dashboard.tsx +160 -0
- package/templates/src/components/storykeep/Dashboard_Activity.tsx +56 -0
- package/templates/src/components/storykeep/Dashboard_Advanced.tsx +165 -0
- package/templates/src/components/storykeep/Dashboard_Analytics.tsx +451 -0
- package/templates/src/components/storykeep/Dashboard_Branding.tsx +95 -0
- package/templates/src/components/storykeep/Dashboard_Content.tsx +191 -0
- package/templates/src/components/storykeep/controls/UsageCell.tsx +71 -0
- package/templates/src/components/storykeep/controls/content/BeliefForm.tsx +378 -0
- package/templates/src/components/storykeep/controls/content/BeliefTable.tsx +329 -0
- package/templates/src/components/storykeep/controls/content/ContentBrowser.tsx +385 -0
- package/templates/src/components/storykeep/controls/content/ContentSummary.tsx +149 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceForm.tsx +397 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceTable.tsx +260 -0
- package/templates/src/components/storykeep/controls/content/ManageContent.tsx +439 -0
- package/templates/src/components/storykeep/controls/content/MenuForm.tsx +239 -0
- package/templates/src/components/storykeep/controls/content/MenuTable.tsx +332 -0
- package/templates/src/components/storykeep/controls/content/ResourceBulkIngest.tsx +724 -0
- package/templates/src/components/storykeep/controls/content/ResourceForm.tsx +355 -0
- package/templates/src/components/storykeep/controls/content/ResourceTable.tsx +222 -0
- package/templates/src/components/storykeep/controls/content/StoryFragmentTable.tsx +482 -0
- package/templates/src/components/storykeep/state/BrandingWrapper.tsx +42 -0
- package/templates/src/components/storykeep/state/FetchAnalytics.tsx +350 -0
- package/templates/src/components/storykeep/widgets/ResponsiveLine.tsx +319 -0
- package/templates/src/components/storykeep/widgets/Wizard.tsx +278 -0
- package/templates/src/components/tenant/RegistrationForm.tsx +447 -0
- package/templates/src/components/widgets/BunnyVideoHero.astro +775 -0
- package/templates/src/components/widgets/Impression.tsx +102 -0
- package/templates/src/components/widgets/ImpressionWrapper.tsx +214 -0
- package/templates/src/constants/beliefs.ts +61 -0
- package/templates/src/constants/brandThemes.ts +133 -0
- package/templates/src/constants/prompts.json +55 -0
- package/templates/src/constants/shapes.ts +556 -0
- package/templates/src/constants/stopWords.ts +116 -0
- package/templates/src/constants/tailwindColors.json +344 -0
- package/templates/src/constants.ts +274 -0
- package/templates/src/hooks/useFormState.ts +203 -0
- package/templates/src/layouts/Layout.astro +290 -0
- package/templates/src/lib/session.ts +126 -0
- package/templates/src/lib/storyData.ts +56 -0
- package/templates/src/middleware.ts +52 -0
- package/templates/src/pages/404.astro +54 -0
- package/templates/src/pages/[...slug]/edit.astro +216 -0
- package/templates/src/pages/[...slug].astro +148 -0
- package/templates/src/pages/api/auth/decode.ts +101 -0
- package/templates/src/pages/api/auth/login.ts +122 -0
- package/templates/src/pages/api/auth/logout.ts +37 -0
- package/templates/src/pages/api/auth/profile.ts +76 -0
- package/templates/src/pages/api/orphan-analysis.ts +106 -0
- package/templates/src/pages/api/tailwind.ts +116 -0
- package/templates/src/pages/collections/[param1].astro +65 -0
- package/templates/src/pages/context/[...contextSlug]/edit.astro +207 -0
- package/templates/src/pages/context/[...contextSlug].astro +161 -0
- package/templates/src/pages/llms.txt.ts +122 -0
- package/templates/src/pages/maint.astro +183 -0
- package/templates/src/pages/media/[...slug].astro +67 -0
- package/templates/src/pages/robots.txt.ts +36 -0
- package/templates/src/pages/sandbox/activate.astro +258 -0
- package/templates/src/pages/sandbox/register.astro +44 -0
- package/templates/src/pages/sandbox/success.astro +179 -0
- package/templates/src/pages/sitemap.xml.ts +119 -0
- package/templates/src/pages/storykeep/advanced.astro +69 -0
- package/templates/src/pages/storykeep/branding.astro +57 -0
- package/templates/src/pages/storykeep/content.astro +71 -0
- package/templates/src/pages/storykeep/init.astro +36 -0
- package/templates/src/pages/storykeep/login.astro +266 -0
- package/templates/src/pages/storykeep/logout.astro +84 -0
- package/templates/src/pages/storykeep/profile.astro +98 -0
- package/templates/src/pages/storykeep.astro +81 -0
- package/templates/src/stores/analytics.ts +171 -0
- package/templates/src/stores/backend.ts +16 -0
- package/templates/src/stores/navigation.ts +149 -0
- package/templates/src/stores/nodes.ts +2390 -0
- package/templates/src/stores/nodesHistory.ts +85 -0
- package/templates/src/stores/notificationSystem.ts +41 -0
- package/templates/src/stores/orphanAnalysis.ts +409 -0
- package/templates/src/stores/storykeep.ts +247 -0
- package/templates/src/types/astro.ts +86 -0
- package/templates/src/types/compositorTypes.ts +456 -0
- package/templates/src/types/formTypes.ts +281 -0
- package/templates/src/types/multiTenant.ts +77 -0
- package/templates/src/types/nodeProps.ts +66 -0
- package/templates/src/types/tractstack.ts +445 -0
- package/templates/src/utils/aai/getTitleSlug.ts +72 -0
- package/templates/src/utils/actions/actionButton.ts +101 -0
- package/templates/src/utils/actions/lispLexer.ts +57 -0
- package/templates/src/utils/actions/preParse_Action.ts +85 -0
- package/templates/src/utils/actions/preParse_Bunny.ts +50 -0
- package/templates/src/utils/actions/preParse_Clicked.ts +87 -0
- package/templates/src/utils/actions/preParse_Impression.ts +71 -0
- package/templates/src/utils/api/advancedConfig.ts +66 -0
- package/templates/src/utils/api/advancedHelpers.ts +134 -0
- package/templates/src/utils/api/beliefConfig.ts +87 -0
- package/templates/src/utils/api/beliefHelpers.ts +196 -0
- package/templates/src/utils/api/brandConfig.ts +126 -0
- package/templates/src/utils/api/brandHelpers.ts +155 -0
- package/templates/src/utils/api/fileHelpers.ts +306 -0
- package/templates/src/utils/api/menuConfig.ts +57 -0
- package/templates/src/utils/api/menuHelpers.ts +156 -0
- package/templates/src/utils/api/resourceConfig.ts +158 -0
- package/templates/src/utils/api/resourceHelpers.ts +72 -0
- package/templates/src/utils/api/tenantConfig.ts +97 -0
- package/templates/src/utils/api/tenantHelpers.ts +172 -0
- package/templates/src/utils/api.ts +183 -0
- package/templates/src/utils/auth.ts +150 -0
- package/templates/src/utils/backend.ts +243 -0
- package/templates/src/utils/compositor/TemplateMarkdowns.ts +118 -0
- package/templates/src/utils/compositor/TemplateNodes.ts +138 -0
- package/templates/src/utils/compositor/TemplatePanes.ts +100 -0
- package/templates/src/utils/compositor/allowInsert.ts +100 -0
- package/templates/src/utils/compositor/domHelpers.ts +37 -0
- package/templates/src/utils/compositor/handleClickEvent.ts +131 -0
- package/templates/src/utils/compositor/nodesHelper.ts +491 -0
- package/templates/src/utils/compositor/nodesMarkdownGenerator.ts +292 -0
- package/templates/src/utils/compositor/processMarkdown.ts +431 -0
- package/templates/src/utils/compositor/reduceNodesClassNames.ts +192 -0
- package/templates/src/utils/compositor/tailwindClasses.ts +1795 -0
- package/templates/src/utils/compositor/tailwindColors.ts +227 -0
- package/templates/src/utils/compositor/templateMarkdownStyles.ts +1265 -0
- package/templates/src/utils/compositor/typeGuards.ts +193 -0
- package/templates/src/utils/etl/extractor.ts +119 -0
- package/templates/src/utils/etl/index.ts +88 -0
- package/templates/src/utils/etl/loader.ts +36 -0
- package/templates/src/utils/etl/transformer.ts +286 -0
- package/templates/src/utils/helpers.ts +435 -0
- package/templates/src/utils/layout.ts +209 -0
- package/templates/src/utils/profileStorage.ts +306 -0
- package/templates/src/utils/useInterval.ts +27 -0
- package/templates/tailwind.config.cjs +169 -0
- package/utils/create-resolver.ts +10 -0
- package/utils/inject-files.ts +2140 -0
- package/utils/validate-config.ts +43 -0
|
@@ -0,0 +1,724 @@
|
|
|
1
|
+
import { useState, useEffect, useMemo, useCallback } from 'react';
|
|
2
|
+
import { saveResourceWithStateUpdate } from '@/utils/api/resourceConfig';
|
|
3
|
+
import { getBrandConfig } from '@/utils/api/brandConfig';
|
|
4
|
+
import type { BrandConfig, FullContentMapItem } from '@/types/tractstack';
|
|
5
|
+
|
|
6
|
+
interface ResourceBulkIngestProps {
|
|
7
|
+
onClose: (saved: boolean) => void;
|
|
8
|
+
onRefresh: () => void;
|
|
9
|
+
fullContentMap: FullContentMapItem[];
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
interface ParsedResource {
|
|
13
|
+
title: string;
|
|
14
|
+
slug: string;
|
|
15
|
+
categorySlug: string;
|
|
16
|
+
oneliner?: string;
|
|
17
|
+
optionsPayload: Record<string, any>;
|
|
18
|
+
actionLisp?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface ValidationError {
|
|
22
|
+
index: number;
|
|
23
|
+
field: string;
|
|
24
|
+
message: string;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
interface ValidationResult {
|
|
28
|
+
status: 'no-data' | 'invalid' | 'valid';
|
|
29
|
+
resources: ParsedResource[];
|
|
30
|
+
errors: ValidationError[];
|
|
31
|
+
validResources: ParsedResource[];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
interface FieldDefinition {
|
|
35
|
+
type: string;
|
|
36
|
+
optional: boolean;
|
|
37
|
+
defaultValue?: any;
|
|
38
|
+
belongsToCategory?: string;
|
|
39
|
+
minNumber?: number;
|
|
40
|
+
maxNumber?: number;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export default function ResourceBulkIngest({
|
|
44
|
+
onClose,
|
|
45
|
+
onRefresh,
|
|
46
|
+
fullContentMap,
|
|
47
|
+
}: ResourceBulkIngestProps) {
|
|
48
|
+
const [brandConfig, setBrandConfig] = useState<BrandConfig | null>(null);
|
|
49
|
+
const [loading, setLoading] = useState(false);
|
|
50
|
+
const [jsonInput, setJsonInput] = useState('');
|
|
51
|
+
const [isProcessing, setIsProcessing] = useState(false);
|
|
52
|
+
const [progress, setProgress] = useState<{
|
|
53
|
+
current: number;
|
|
54
|
+
total: number;
|
|
55
|
+
} | null>(null);
|
|
56
|
+
|
|
57
|
+
useEffect(() => {
|
|
58
|
+
if (!brandConfig && !loading) {
|
|
59
|
+
setLoading(true);
|
|
60
|
+
getBrandConfig(window.TRACTSTACK_CONFIG?.tenantId || 'default')
|
|
61
|
+
.then(setBrandConfig)
|
|
62
|
+
.catch(console.error)
|
|
63
|
+
.finally(() => setLoading(false));
|
|
64
|
+
}
|
|
65
|
+
}, [brandConfig, loading]);
|
|
66
|
+
|
|
67
|
+
const knownResources = brandConfig?.KNOWN_RESOURCES || {};
|
|
68
|
+
|
|
69
|
+
// Parse and validate JSON input
|
|
70
|
+
const validationResult = useMemo((): ValidationResult => {
|
|
71
|
+
if (!jsonInput.trim()) {
|
|
72
|
+
return {
|
|
73
|
+
status: 'no-data',
|
|
74
|
+
resources: [],
|
|
75
|
+
errors: [],
|
|
76
|
+
validResources: [],
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
let parsed: any[];
|
|
81
|
+
try {
|
|
82
|
+
parsed = JSON.parse(jsonInput);
|
|
83
|
+
if (!Array.isArray(parsed)) {
|
|
84
|
+
return {
|
|
85
|
+
status: 'invalid',
|
|
86
|
+
resources: [],
|
|
87
|
+
errors: [
|
|
88
|
+
{
|
|
89
|
+
index: -1,
|
|
90
|
+
field: 'root',
|
|
91
|
+
message: 'JSON must be an array of resource objects',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
validResources: [],
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
} catch (error) {
|
|
98
|
+
return {
|
|
99
|
+
status: 'invalid',
|
|
100
|
+
resources: [],
|
|
101
|
+
errors: [
|
|
102
|
+
{
|
|
103
|
+
index: -1,
|
|
104
|
+
field: 'root',
|
|
105
|
+
message: `Invalid JSON: ${error instanceof Error ? error.message : 'Unknown error'}`,
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
validResources: [],
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
const errors: ValidationError[] = [];
|
|
113
|
+
const validResources: ParsedResource[] = [];
|
|
114
|
+
const slugs = new Set<string>();
|
|
115
|
+
|
|
116
|
+
parsed.forEach((item: any, index: number) => {
|
|
117
|
+
// Basic structure validation
|
|
118
|
+
if (!item || typeof item !== 'object') {
|
|
119
|
+
errors.push({
|
|
120
|
+
index,
|
|
121
|
+
field: 'root',
|
|
122
|
+
message: 'Each item must be an object',
|
|
123
|
+
});
|
|
124
|
+
return;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
if (!item.title || typeof item.title !== 'string') {
|
|
128
|
+
errors.push({
|
|
129
|
+
index,
|
|
130
|
+
field: 'title',
|
|
131
|
+
message: 'Title is required and must be a string',
|
|
132
|
+
});
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
if (!item.slug || typeof item.slug !== 'string') {
|
|
136
|
+
errors.push({
|
|
137
|
+
index,
|
|
138
|
+
field: 'slug',
|
|
139
|
+
message: 'Slug is required and must be a string',
|
|
140
|
+
});
|
|
141
|
+
} else {
|
|
142
|
+
// Check for duplicate slugs within the batch
|
|
143
|
+
if (slugs.has(item.slug)) {
|
|
144
|
+
errors.push({
|
|
145
|
+
index,
|
|
146
|
+
field: 'slug',
|
|
147
|
+
message: `Duplicate slug "${item.slug}" found in batch`,
|
|
148
|
+
});
|
|
149
|
+
} else {
|
|
150
|
+
slugs.add(item.slug);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// Check for duplicate slugs in existing content
|
|
154
|
+
const existingItem = fullContentMap.find(
|
|
155
|
+
(existing) => existing.slug === item.slug
|
|
156
|
+
);
|
|
157
|
+
if (existingItem) {
|
|
158
|
+
errors.push({
|
|
159
|
+
index,
|
|
160
|
+
field: 'slug',
|
|
161
|
+
message: `Slug "${item.slug}" already exists (${existingItem.type})`,
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// Handle both "category" and "categorySlug" for user convenience
|
|
167
|
+
const categorySlug = item.categorySlug || item.category;
|
|
168
|
+
if (!categorySlug || typeof categorySlug !== 'string') {
|
|
169
|
+
errors.push({
|
|
170
|
+
index,
|
|
171
|
+
field: 'category',
|
|
172
|
+
message: 'Category is required and must be a string',
|
|
173
|
+
});
|
|
174
|
+
} else {
|
|
175
|
+
if (!knownResources[categorySlug]) {
|
|
176
|
+
errors.push({
|
|
177
|
+
index,
|
|
178
|
+
field: 'category',
|
|
179
|
+
message: `Category '${categorySlug}' is not defined in known resources`,
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
if (item.oneliner !== undefined && typeof item.oneliner !== 'string') {
|
|
185
|
+
errors.push({
|
|
186
|
+
index,
|
|
187
|
+
field: 'oneliner',
|
|
188
|
+
message: 'Oneliner must be a string',
|
|
189
|
+
});
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
// Extract optionsPayload - exclude both category and categorySlug
|
|
193
|
+
const {
|
|
194
|
+
title,
|
|
195
|
+
slug,
|
|
196
|
+
categorySlug: itemCategorySlug,
|
|
197
|
+
category,
|
|
198
|
+
oneliner,
|
|
199
|
+
actionLisp,
|
|
200
|
+
...optionsPayload
|
|
201
|
+
} = item;
|
|
202
|
+
|
|
203
|
+
// Validate against knownResources schema
|
|
204
|
+
if (knownResources[categorySlug]) {
|
|
205
|
+
const categorySchema = knownResources[categorySlug];
|
|
206
|
+
|
|
207
|
+
// Check all fields defined in schema
|
|
208
|
+
Object.entries(categorySchema).forEach(
|
|
209
|
+
([fieldName, fieldDef]: [string, FieldDefinition]) => {
|
|
210
|
+
const value = optionsPayload[fieldName];
|
|
211
|
+
const hasValue =
|
|
212
|
+
value !== undefined && value !== null && value !== '';
|
|
213
|
+
|
|
214
|
+
// Required field check
|
|
215
|
+
if (!fieldDef.optional && !hasValue) {
|
|
216
|
+
errors.push({
|
|
217
|
+
index,
|
|
218
|
+
field: fieldName,
|
|
219
|
+
message: `Field '${fieldName}' is required for category '${categorySlug}'`,
|
|
220
|
+
});
|
|
221
|
+
return;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// Skip validation if optional and not provided
|
|
225
|
+
if (!hasValue) return;
|
|
226
|
+
|
|
227
|
+
// Type validation based on FieldDefinition
|
|
228
|
+
switch (fieldDef.type) {
|
|
229
|
+
case 'string':
|
|
230
|
+
if (typeof value !== 'string') {
|
|
231
|
+
errors.push({
|
|
232
|
+
index,
|
|
233
|
+
field: fieldName,
|
|
234
|
+
message: `${fieldName} must be a string`,
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
break;
|
|
238
|
+
|
|
239
|
+
case 'number':
|
|
240
|
+
if (typeof value !== 'number' && typeof value !== 'string') {
|
|
241
|
+
errors.push({
|
|
242
|
+
index,
|
|
243
|
+
field: fieldName,
|
|
244
|
+
message: `${fieldName} must be a number`,
|
|
245
|
+
});
|
|
246
|
+
} else {
|
|
247
|
+
const numValue =
|
|
248
|
+
typeof value === 'string' ? parseFloat(value) : value;
|
|
249
|
+
if (isNaN(numValue)) {
|
|
250
|
+
errors.push({
|
|
251
|
+
index,
|
|
252
|
+
field: fieldName,
|
|
253
|
+
message: `${fieldName} must be a valid number`,
|
|
254
|
+
});
|
|
255
|
+
} else {
|
|
256
|
+
// Check min/max constraints
|
|
257
|
+
if (
|
|
258
|
+
fieldDef.minNumber !== undefined &&
|
|
259
|
+
numValue < fieldDef.minNumber
|
|
260
|
+
) {
|
|
261
|
+
errors.push({
|
|
262
|
+
index,
|
|
263
|
+
field: fieldName,
|
|
264
|
+
message: `${fieldName} must be at least ${fieldDef.minNumber}`,
|
|
265
|
+
});
|
|
266
|
+
}
|
|
267
|
+
if (
|
|
268
|
+
fieldDef.maxNumber !== undefined &&
|
|
269
|
+
numValue > fieldDef.maxNumber
|
|
270
|
+
) {
|
|
271
|
+
errors.push({
|
|
272
|
+
index,
|
|
273
|
+
field: fieldName,
|
|
274
|
+
message: `${fieldName} must be at most ${fieldDef.maxNumber}`,
|
|
275
|
+
});
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
break;
|
|
280
|
+
|
|
281
|
+
case 'boolean':
|
|
282
|
+
if (typeof value !== 'boolean') {
|
|
283
|
+
errors.push({
|
|
284
|
+
index,
|
|
285
|
+
field: fieldName,
|
|
286
|
+
message: `${fieldName} must be a boolean (true/false)`,
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
break;
|
|
290
|
+
|
|
291
|
+
case 'multi':
|
|
292
|
+
if (!Array.isArray(value)) {
|
|
293
|
+
errors.push({
|
|
294
|
+
index,
|
|
295
|
+
field: fieldName,
|
|
296
|
+
message: `${fieldName} must be an array`,
|
|
297
|
+
});
|
|
298
|
+
} else {
|
|
299
|
+
// Multi fields can be empty arrays - no minimum length requirement
|
|
300
|
+
value.forEach((str, i) => {
|
|
301
|
+
if (typeof str !== 'string') {
|
|
302
|
+
errors.push({
|
|
303
|
+
index,
|
|
304
|
+
field: fieldName,
|
|
305
|
+
message: `${fieldName}[${i}] must be a string`,
|
|
306
|
+
});
|
|
307
|
+
}
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
break;
|
|
311
|
+
|
|
312
|
+
case 'date':
|
|
313
|
+
// Accept ISO string or timestamp
|
|
314
|
+
if (typeof value === 'string') {
|
|
315
|
+
const date = new Date(value);
|
|
316
|
+
if (isNaN(date.getTime())) {
|
|
317
|
+
errors.push({
|
|
318
|
+
index,
|
|
319
|
+
field: fieldName,
|
|
320
|
+
message: `${fieldName} must be a valid date`,
|
|
321
|
+
});
|
|
322
|
+
}
|
|
323
|
+
} else if (typeof value === 'number') {
|
|
324
|
+
const date = new Date(value * 1000);
|
|
325
|
+
if (isNaN(date.getTime())) {
|
|
326
|
+
errors.push({
|
|
327
|
+
index,
|
|
328
|
+
field: fieldName,
|
|
329
|
+
message: `${fieldName} must be a valid timestamp`,
|
|
330
|
+
});
|
|
331
|
+
}
|
|
332
|
+
} else {
|
|
333
|
+
errors.push({
|
|
334
|
+
index,
|
|
335
|
+
field: fieldName,
|
|
336
|
+
message: `${fieldName} must be a date string or timestamp`,
|
|
337
|
+
});
|
|
338
|
+
}
|
|
339
|
+
break;
|
|
340
|
+
|
|
341
|
+
case 'image':
|
|
342
|
+
if (typeof value !== 'string') {
|
|
343
|
+
errors.push({
|
|
344
|
+
index,
|
|
345
|
+
field: fieldName,
|
|
346
|
+
message: `${fieldName} must be a string (file ID)`,
|
|
347
|
+
});
|
|
348
|
+
}
|
|
349
|
+
break;
|
|
350
|
+
|
|
351
|
+
default:
|
|
352
|
+
errors.push({
|
|
353
|
+
index,
|
|
354
|
+
field: fieldName,
|
|
355
|
+
message: `Unknown field type '${fieldDef.type}' for ${fieldName}`,
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
);
|
|
360
|
+
|
|
361
|
+
// Check for unknown fields
|
|
362
|
+
Object.keys(optionsPayload).forEach((key) => {
|
|
363
|
+
if (!(key in categorySchema)) {
|
|
364
|
+
errors.push({
|
|
365
|
+
index,
|
|
366
|
+
field: key,
|
|
367
|
+
message: `Unknown field: ${key}`,
|
|
368
|
+
});
|
|
369
|
+
}
|
|
370
|
+
});
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
// If no errors for this specific resource, add to valid list
|
|
374
|
+
const resourceErrors = errors.filter((e) => e.index === index);
|
|
375
|
+
if (
|
|
376
|
+
resourceErrors.length === 0 &&
|
|
377
|
+
item.title &&
|
|
378
|
+
item.slug &&
|
|
379
|
+
categorySlug
|
|
380
|
+
) {
|
|
381
|
+
// Process dates to timestamps if needed
|
|
382
|
+
const processedOptionsPayload = { ...optionsPayload };
|
|
383
|
+
if (knownResources[categorySlug]) {
|
|
384
|
+
Object.entries(processedOptionsPayload).forEach(([key, value]) => {
|
|
385
|
+
const fieldDef = knownResources[categorySlug][key];
|
|
386
|
+
if (fieldDef?.type === 'date' && typeof value === 'string') {
|
|
387
|
+
processedOptionsPayload[key] = Math.floor(
|
|
388
|
+
new Date(value).getTime() / 1000
|
|
389
|
+
);
|
|
390
|
+
}
|
|
391
|
+
});
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
validResources.push({
|
|
395
|
+
title: item.title.trim(),
|
|
396
|
+
slug: item.slug,
|
|
397
|
+
categorySlug: categorySlug,
|
|
398
|
+
oneliner: item.oneliner?.trim() || '',
|
|
399
|
+
optionsPayload: processedOptionsPayload,
|
|
400
|
+
actionLisp: item.actionLisp || '',
|
|
401
|
+
});
|
|
402
|
+
}
|
|
403
|
+
});
|
|
404
|
+
|
|
405
|
+
// Allow proceeding if we have valid resources, even if some have errors
|
|
406
|
+
const status =
|
|
407
|
+
validResources.length > 0
|
|
408
|
+
? 'valid'
|
|
409
|
+
: errors.length > 0
|
|
410
|
+
? 'invalid'
|
|
411
|
+
: 'no-data';
|
|
412
|
+
|
|
413
|
+
return {
|
|
414
|
+
status,
|
|
415
|
+
resources: parsed,
|
|
416
|
+
errors,
|
|
417
|
+
validResources,
|
|
418
|
+
};
|
|
419
|
+
}, [jsonInput, knownResources, fullContentMap]);
|
|
420
|
+
|
|
421
|
+
// Generate example JSON based on available categories - ENHANCED VERSION
|
|
422
|
+
const exampleJson = useMemo(() => {
|
|
423
|
+
const categories = Object.keys(knownResources);
|
|
424
|
+
if (categories.length === 0) {
|
|
425
|
+
return JSON.stringify(
|
|
426
|
+
[
|
|
427
|
+
{
|
|
428
|
+
title: 'Example Resource',
|
|
429
|
+
slug: 'example-resource',
|
|
430
|
+
category: 'example-category',
|
|
431
|
+
oneliner: 'A brief description',
|
|
432
|
+
},
|
|
433
|
+
],
|
|
434
|
+
null,
|
|
435
|
+
2
|
|
436
|
+
);
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
// Create examples for ALL categories, not just the first one
|
|
440
|
+
const examples = categories.map((categorySlug, index) => {
|
|
441
|
+
const schema = knownResources[categorySlug];
|
|
442
|
+
const example: any = {
|
|
443
|
+
title: `Example ${categorySlug.charAt(0).toUpperCase() + categorySlug.slice(1)} ${index + 1}`,
|
|
444
|
+
slug: `${categorySlug}-example-${index + 1}`,
|
|
445
|
+
category: categorySlug,
|
|
446
|
+
oneliner: `A brief description of this ${categorySlug}`,
|
|
447
|
+
};
|
|
448
|
+
|
|
449
|
+
// Add example values for schema fields
|
|
450
|
+
Object.entries(schema).forEach(
|
|
451
|
+
([key, def]: [string, FieldDefinition]) => {
|
|
452
|
+
switch (def.type) {
|
|
453
|
+
case 'string':
|
|
454
|
+
if (
|
|
455
|
+
def.belongsToCategory &&
|
|
456
|
+
categories.includes(def.belongsToCategory)
|
|
457
|
+
) {
|
|
458
|
+
example[key] = `${def.belongsToCategory}-example-slug`;
|
|
459
|
+
} else {
|
|
460
|
+
example[key] = def.defaultValue || `example ${key}`;
|
|
461
|
+
}
|
|
462
|
+
break;
|
|
463
|
+
case 'number':
|
|
464
|
+
example[key] = def.defaultValue ?? (def.minNumber || 0);
|
|
465
|
+
break;
|
|
466
|
+
case 'boolean':
|
|
467
|
+
example[key] = def.defaultValue ?? true;
|
|
468
|
+
break;
|
|
469
|
+
case 'multi':
|
|
470
|
+
example[key] = def.defaultValue || [
|
|
471
|
+
`example ${key} 1`,
|
|
472
|
+
`example ${key} 2`,
|
|
473
|
+
];
|
|
474
|
+
break;
|
|
475
|
+
case 'date':
|
|
476
|
+
example[key] = new Date().toISOString();
|
|
477
|
+
break;
|
|
478
|
+
case 'image':
|
|
479
|
+
example[key] = 'file-id-placeholder';
|
|
480
|
+
break;
|
|
481
|
+
default:
|
|
482
|
+
example[key] = def.defaultValue || `example ${key}`;
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
);
|
|
486
|
+
|
|
487
|
+
return example;
|
|
488
|
+
});
|
|
489
|
+
|
|
490
|
+
return JSON.stringify(examples, null, 2);
|
|
491
|
+
}, [knownResources]);
|
|
492
|
+
|
|
493
|
+
const handleSave = useCallback(async () => {
|
|
494
|
+
if (validationResult.validResources.length === 0 || isProcessing) return;
|
|
495
|
+
|
|
496
|
+
setIsProcessing(true);
|
|
497
|
+
setProgress({ current: 0, total: validationResult.validResources.length });
|
|
498
|
+
|
|
499
|
+
try {
|
|
500
|
+
for (let i = 0; i < validationResult.validResources.length; i++) {
|
|
501
|
+
const resource = validationResult.validResources[i];
|
|
502
|
+
setProgress({
|
|
503
|
+
current: i,
|
|
504
|
+
total: validationResult.validResources.length,
|
|
505
|
+
});
|
|
506
|
+
|
|
507
|
+
const resourceState = {
|
|
508
|
+
id: '',
|
|
509
|
+
title: resource.title,
|
|
510
|
+
slug: resource.slug,
|
|
511
|
+
categorySlug: resource.categorySlug,
|
|
512
|
+
oneliner: resource.oneliner || '',
|
|
513
|
+
optionsPayload: resource.optionsPayload,
|
|
514
|
+
actionLisp: resource.actionLisp,
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
// Add timeout protection to the save operation
|
|
518
|
+
await Promise.race([
|
|
519
|
+
saveResourceWithStateUpdate(
|
|
520
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default',
|
|
521
|
+
resourceState
|
|
522
|
+
),
|
|
523
|
+
new Promise((_, reject) =>
|
|
524
|
+
setTimeout(
|
|
525
|
+
() => reject(new Error('Save operation timed out')),
|
|
526
|
+
10000
|
|
527
|
+
)
|
|
528
|
+
),
|
|
529
|
+
]);
|
|
530
|
+
|
|
531
|
+
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
setProgress({
|
|
535
|
+
current: validationResult.validResources.length,
|
|
536
|
+
total: validationResult.validResources.length,
|
|
537
|
+
});
|
|
538
|
+
|
|
539
|
+
setTimeout(() => {
|
|
540
|
+
onRefresh();
|
|
541
|
+
onClose(true);
|
|
542
|
+
}, 1000);
|
|
543
|
+
} catch (error) {
|
|
544
|
+
console.error('Bulk save failed:', error);
|
|
545
|
+
alert(
|
|
546
|
+
`Save failed: ${error instanceof Error ? error.message : 'Unknown error'}`
|
|
547
|
+
);
|
|
548
|
+
} finally {
|
|
549
|
+
setIsProcessing(false);
|
|
550
|
+
}
|
|
551
|
+
}, [validationResult.validResources, isProcessing, onRefresh, onClose]);
|
|
552
|
+
|
|
553
|
+
const canSave =
|
|
554
|
+
validationResult.status === 'valid' &&
|
|
555
|
+
validationResult.validResources.length > 0 &&
|
|
556
|
+
!isProcessing;
|
|
557
|
+
|
|
558
|
+
return (
|
|
559
|
+
<div className="fixed inset-0 z-50 overflow-y-auto">
|
|
560
|
+
<div className="flex min-h-screen items-center justify-center p-4">
|
|
561
|
+
<div
|
|
562
|
+
className="fixed inset-0 bg-black opacity-25"
|
|
563
|
+
onClick={() => onClose(false)}
|
|
564
|
+
/>
|
|
565
|
+
|
|
566
|
+
<div className="relative w-full max-w-4xl rounded-lg bg-white shadow-xl">
|
|
567
|
+
<div className="p-6">
|
|
568
|
+
<div className="mb-6">
|
|
569
|
+
<h3 className="text-xl font-bold text-gray-900">
|
|
570
|
+
Bulk Import Resources
|
|
571
|
+
</h3>
|
|
572
|
+
<p className="mt-2 text-sm text-gray-600">
|
|
573
|
+
Import multiple resources from JSON. Each resource will be
|
|
574
|
+
validated against its category schema from knownResources.
|
|
575
|
+
</p>
|
|
576
|
+
</div>
|
|
577
|
+
|
|
578
|
+
<div className="mb-4">
|
|
579
|
+
<label
|
|
580
|
+
htmlFor="json-input"
|
|
581
|
+
className="mb-2 block text-sm font-bold text-gray-700"
|
|
582
|
+
>
|
|
583
|
+
JSON Data
|
|
584
|
+
</label>
|
|
585
|
+
<textarea
|
|
586
|
+
id="json-input"
|
|
587
|
+
value={jsonInput}
|
|
588
|
+
onChange={(e) => setJsonInput(e.target.value)}
|
|
589
|
+
rows={12}
|
|
590
|
+
className="w-full rounded-md border border-gray-300 px-3 py-2 font-mono text-sm focus:border-cyan-500 focus:ring-cyan-500"
|
|
591
|
+
placeholder={exampleJson}
|
|
592
|
+
disabled={isProcessing}
|
|
593
|
+
/>
|
|
594
|
+
</div>
|
|
595
|
+
|
|
596
|
+
{/* Status Display */}
|
|
597
|
+
<div className="mb-6 rounded-md border border-gray-200 bg-gray-50 p-4">
|
|
598
|
+
<div className="mb-2 flex items-center justify-between">
|
|
599
|
+
<span className="font-bold text-gray-900">
|
|
600
|
+
{validationResult.resources.length} resources found
|
|
601
|
+
</span>
|
|
602
|
+
<span
|
|
603
|
+
className={`inline-flex items-center rounded-full px-2.5 py-0.5 text-xs font-bold ${
|
|
604
|
+
validationResult.status === 'valid'
|
|
605
|
+
? 'bg-green-100 text-green-800'
|
|
606
|
+
: validationResult.status === 'invalid'
|
|
607
|
+
? 'bg-red-100 text-red-800'
|
|
608
|
+
: 'bg-gray-100 text-gray-600'
|
|
609
|
+
}`}
|
|
610
|
+
>
|
|
611
|
+
{validationResult.status === 'valid' && 'Ready to import'}
|
|
612
|
+
{validationResult.status === 'invalid' && 'Has errors'}
|
|
613
|
+
{validationResult.status === 'no-data' && 'No data'}
|
|
614
|
+
</span>
|
|
615
|
+
</div>
|
|
616
|
+
|
|
617
|
+
{validationResult.status === 'valid' &&
|
|
618
|
+
validationResult.errors.length === 0 && (
|
|
619
|
+
<p className="text-sm text-green-700">
|
|
620
|
+
All {validationResult.validResources.length} resources are
|
|
621
|
+
valid and ready to import.
|
|
622
|
+
</p>
|
|
623
|
+
)}
|
|
624
|
+
|
|
625
|
+
{validationResult.status === 'valid' &&
|
|
626
|
+
validationResult.errors.length > 0 && (
|
|
627
|
+
<p className="text-sm text-green-700">
|
|
628
|
+
{validationResult.validResources.length} valid resources
|
|
629
|
+
ready to import.
|
|
630
|
+
{validationResult.errors.length} resources have errors and
|
|
631
|
+
will be skipped.
|
|
632
|
+
</p>
|
|
633
|
+
)}
|
|
634
|
+
|
|
635
|
+
{validationResult.errors.length > 0 && (
|
|
636
|
+
<div className="mt-2">
|
|
637
|
+
<p className="mb-2 text-sm font-bold text-red-700">
|
|
638
|
+
Validation Errors:
|
|
639
|
+
</p>
|
|
640
|
+
<div className="max-h-32 overflow-y-auto">
|
|
641
|
+
<ul className="space-y-1 text-sm text-red-600">
|
|
642
|
+
{validationResult.errors
|
|
643
|
+
.slice(0, 10)
|
|
644
|
+
.map((error, idx) => (
|
|
645
|
+
<li key={idx} className="flex">
|
|
646
|
+
<span className="mr-2 font-bold">
|
|
647
|
+
{error.index >= 0
|
|
648
|
+
? `Item ${error.index + 1}:`
|
|
649
|
+
: 'JSON:'}
|
|
650
|
+
</span>
|
|
651
|
+
<span>
|
|
652
|
+
{error.field} - {error.message}
|
|
653
|
+
</span>
|
|
654
|
+
</li>
|
|
655
|
+
))}
|
|
656
|
+
{validationResult.errors.length > 10 && (
|
|
657
|
+
<li className="text-gray-500">
|
|
658
|
+
...and {validationResult.errors.length - 10} more
|
|
659
|
+
errors
|
|
660
|
+
</li>
|
|
661
|
+
)}
|
|
662
|
+
</ul>
|
|
663
|
+
</div>
|
|
664
|
+
{validationResult.validResources.length > 0 && (
|
|
665
|
+
<p className="mt-2 text-sm text-amber-700">
|
|
666
|
+
{validationResult.validResources.length} valid resources
|
|
667
|
+
can still be imported.
|
|
668
|
+
</p>
|
|
669
|
+
)}
|
|
670
|
+
</div>
|
|
671
|
+
)}
|
|
672
|
+
</div>
|
|
673
|
+
|
|
674
|
+
{/* Progress indicator */}
|
|
675
|
+
{isProcessing && progress && (
|
|
676
|
+
<div className="mb-6">
|
|
677
|
+
<div className="mb-2 flex items-center justify-between text-sm">
|
|
678
|
+
<span>
|
|
679
|
+
Processing resource {progress.current + 1} of{' '}
|
|
680
|
+
{progress.total}
|
|
681
|
+
</span>
|
|
682
|
+
<span>
|
|
683
|
+
{Math.round(
|
|
684
|
+
((progress.current + 1) / progress.total) * 100
|
|
685
|
+
)}
|
|
686
|
+
%
|
|
687
|
+
</span>
|
|
688
|
+
</div>
|
|
689
|
+
<div className="h-2 overflow-hidden rounded-full bg-gray-200">
|
|
690
|
+
<div
|
|
691
|
+
className="h-full bg-cyan-600 transition-all duration-300"
|
|
692
|
+
style={{
|
|
693
|
+
width: `${((progress.current + 1) / progress.total) * 100}%`,
|
|
694
|
+
}}
|
|
695
|
+
/>
|
|
696
|
+
</div>
|
|
697
|
+
</div>
|
|
698
|
+
)}
|
|
699
|
+
|
|
700
|
+
{/* Action buttons */}
|
|
701
|
+
<div className="flex justify-end space-x-3">
|
|
702
|
+
<button
|
|
703
|
+
onClick={() => onClose(false)}
|
|
704
|
+
disabled={isProcessing}
|
|
705
|
+
className="rounded-md border border-gray-300 bg-white px-4 py-2 text-sm font-bold text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 disabled:opacity-50"
|
|
706
|
+
>
|
|
707
|
+
Cancel
|
|
708
|
+
</button>
|
|
709
|
+
<button
|
|
710
|
+
onClick={handleSave}
|
|
711
|
+
disabled={!canSave}
|
|
712
|
+
className="rounded-md bg-cyan-600 px-4 py-2 text-sm font-bold text-white shadow-sm hover:bg-cyan-700 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2 disabled:opacity-50"
|
|
713
|
+
>
|
|
714
|
+
{isProcessing
|
|
715
|
+
? 'Processing...'
|
|
716
|
+
: `Import ${validationResult.validResources.length} Resources`}
|
|
717
|
+
</button>
|
|
718
|
+
</div>
|
|
719
|
+
</div>
|
|
720
|
+
</div>
|
|
721
|
+
</div>
|
|
722
|
+
</div>
|
|
723
|
+
);
|
|
724
|
+
}
|