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,355 @@
|
|
|
1
|
+
import { useFormState } from '@/hooks/useFormState';
|
|
2
|
+
import { convertToLocalState } from '@/utils/api/resourceHelpers';
|
|
3
|
+
import { saveResourceWithStateUpdate } from '@/utils/api/resourceConfig';
|
|
4
|
+
import UnsavedChangesBar from '@/components/form/UnsavedChangesBar';
|
|
5
|
+
import StringInput from '@/components/form/StringInput';
|
|
6
|
+
import ParagraphArrayInput from '@/components/form/ParagraphArrayInput';
|
|
7
|
+
import NumberInput from '@/components/form/NumberInput';
|
|
8
|
+
import BooleanToggle from '@/components/form/BooleanToggle';
|
|
9
|
+
import DateTimeInput from '@/components/form/DateTimeInput';
|
|
10
|
+
import FileUpload from '@/components/form/FileUpload';
|
|
11
|
+
import EnumSelect from '@/components/form/EnumSelect';
|
|
12
|
+
import type {
|
|
13
|
+
ResourceConfig,
|
|
14
|
+
ResourceState,
|
|
15
|
+
FieldDefinition,
|
|
16
|
+
FullContentMapItem,
|
|
17
|
+
FieldErrors,
|
|
18
|
+
} from '@/types/tractstack';
|
|
19
|
+
|
|
20
|
+
interface ResourceFormProps {
|
|
21
|
+
resourceData?: ResourceConfig;
|
|
22
|
+
fullContentMap: FullContentMapItem[];
|
|
23
|
+
categorySlug: string;
|
|
24
|
+
categorySchema: Record<string, FieldDefinition>;
|
|
25
|
+
isCreate?: boolean;
|
|
26
|
+
onClose?: (saved: boolean) => void;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export default function ResourceForm({
|
|
30
|
+
resourceData,
|
|
31
|
+
fullContentMap,
|
|
32
|
+
categorySlug,
|
|
33
|
+
categorySchema,
|
|
34
|
+
isCreate = false,
|
|
35
|
+
onClose,
|
|
36
|
+
}: ResourceFormProps) {
|
|
37
|
+
const initialData = resourceData
|
|
38
|
+
? convertToLocalState(resourceData)
|
|
39
|
+
: {
|
|
40
|
+
id: '',
|
|
41
|
+
title: '',
|
|
42
|
+
slug: '',
|
|
43
|
+
categorySlug,
|
|
44
|
+
oneliner: '',
|
|
45
|
+
optionsPayload: {},
|
|
46
|
+
actionLisp: '',
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
// Initialize optionsPayload with default values for all schema fields
|
|
50
|
+
if (!resourceData) {
|
|
51
|
+
// Only for new resources
|
|
52
|
+
const defaultOptionsPayload: Record<string, any> = {};
|
|
53
|
+
|
|
54
|
+
Object.entries(categorySchema).forEach(([fieldName, fieldDef]) => {
|
|
55
|
+
switch (fieldDef.type) {
|
|
56
|
+
case 'number':
|
|
57
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? 0;
|
|
58
|
+
break;
|
|
59
|
+
case 'boolean':
|
|
60
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? false;
|
|
61
|
+
break;
|
|
62
|
+
case 'string':
|
|
63
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? '';
|
|
64
|
+
break;
|
|
65
|
+
case 'multi':
|
|
66
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? [];
|
|
67
|
+
break;
|
|
68
|
+
case 'date':
|
|
69
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? 0;
|
|
70
|
+
break;
|
|
71
|
+
case 'image':
|
|
72
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? '';
|
|
73
|
+
break;
|
|
74
|
+
default:
|
|
75
|
+
defaultOptionsPayload[fieldName] = fieldDef.defaultValue ?? '';
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
initialData.optionsPayload = defaultOptionsPayload;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
const validator = (state: ResourceState): FieldErrors => {
|
|
83
|
+
const errors: FieldErrors = {};
|
|
84
|
+
|
|
85
|
+
if (!state.title?.trim()) {
|
|
86
|
+
errors.title = 'Title is required';
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
if (!state.slug?.trim()) {
|
|
90
|
+
errors.slug = 'Slug is required';
|
|
91
|
+
} else if (!/^[a-z0-9-]+$/.test(state.slug)) {
|
|
92
|
+
errors.slug =
|
|
93
|
+
'Slug must contain only lowercase letters, numbers, and hyphens';
|
|
94
|
+
} else {
|
|
95
|
+
// Check for duplicate slugs in existing content (excluding current resource)
|
|
96
|
+
const existingItem = fullContentMap.find(
|
|
97
|
+
(existing) =>
|
|
98
|
+
existing.slug === state.slug && existing.id !== resourceData?.id
|
|
99
|
+
);
|
|
100
|
+
if (existingItem) {
|
|
101
|
+
errors.slug = `Slug "${state.slug}" already exists (${existingItem.type})`;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
if (!state.categorySlug?.trim()) {
|
|
106
|
+
errors.categorySlug = 'Category is required';
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
return errors;
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
const formState = useFormState<ResourceState>({
|
|
113
|
+
initialData,
|
|
114
|
+
validator,
|
|
115
|
+
onSave: async (data) => {
|
|
116
|
+
try {
|
|
117
|
+
const updatedState = await saveResourceWithStateUpdate(
|
|
118
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default',
|
|
119
|
+
data
|
|
120
|
+
);
|
|
121
|
+
|
|
122
|
+
// Call success callback after save (original pattern)
|
|
123
|
+
setTimeout(() => {
|
|
124
|
+
onClose?.(true);
|
|
125
|
+
}, 1000);
|
|
126
|
+
|
|
127
|
+
return updatedState;
|
|
128
|
+
} catch (error) {
|
|
129
|
+
console.error('Resource save failed:', error);
|
|
130
|
+
throw error;
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
});
|
|
134
|
+
|
|
135
|
+
const { state, updateField, errors } = formState;
|
|
136
|
+
|
|
137
|
+
// Helper to get category reference options for a field
|
|
138
|
+
const getCategoryReferenceOptions = (belongsToCategory: string) => {
|
|
139
|
+
return fullContentMap
|
|
140
|
+
.filter((item) => item.categorySlug === belongsToCategory)
|
|
141
|
+
.map((item) => ({
|
|
142
|
+
value: item.slug,
|
|
143
|
+
label: item.title,
|
|
144
|
+
}));
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
// Helper to update optionsPayload field
|
|
148
|
+
const updateOptionsField = (fieldName: string, value: any) => {
|
|
149
|
+
updateField('optionsPayload', {
|
|
150
|
+
...state.optionsPayload,
|
|
151
|
+
[fieldName]: value,
|
|
152
|
+
});
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
const handleCancel = () => {
|
|
156
|
+
onClose?.(false);
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
// Render dynamic field based on field definition
|
|
160
|
+
const renderDynamicField = (fieldName: string, fieldDef: FieldDefinition) => {
|
|
161
|
+
const fieldValue = state.optionsPayload[fieldName];
|
|
162
|
+
const fieldError = errors?.[`optionsPayload.${fieldName}`];
|
|
163
|
+
|
|
164
|
+
switch (fieldDef.type) {
|
|
165
|
+
case 'string':
|
|
166
|
+
// Check if this string field references another category
|
|
167
|
+
if (fieldDef.belongsToCategory) {
|
|
168
|
+
const options = getCategoryReferenceOptions(
|
|
169
|
+
fieldDef.belongsToCategory
|
|
170
|
+
);
|
|
171
|
+
return (
|
|
172
|
+
<EnumSelect
|
|
173
|
+
key={fieldName}
|
|
174
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
175
|
+
value={fieldValue || ''}
|
|
176
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
177
|
+
options={options}
|
|
178
|
+
error={fieldError}
|
|
179
|
+
required={!fieldDef.optional}
|
|
180
|
+
/>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
return (
|
|
185
|
+
<StringInput
|
|
186
|
+
key={fieldName}
|
|
187
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
188
|
+
value={fieldValue || ''}
|
|
189
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
190
|
+
error={fieldError}
|
|
191
|
+
required={!fieldDef.optional}
|
|
192
|
+
/>
|
|
193
|
+
);
|
|
194
|
+
|
|
195
|
+
case 'multi':
|
|
196
|
+
return (
|
|
197
|
+
<ParagraphArrayInput
|
|
198
|
+
key={fieldName}
|
|
199
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
200
|
+
value={fieldValue || []}
|
|
201
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
202
|
+
error={fieldError}
|
|
203
|
+
required={!fieldDef.optional}
|
|
204
|
+
placeholder={`Enter ${fieldName} paragraph...`}
|
|
205
|
+
minRows={2}
|
|
206
|
+
maxRows={8}
|
|
207
|
+
/>
|
|
208
|
+
);
|
|
209
|
+
|
|
210
|
+
case 'number':
|
|
211
|
+
return (
|
|
212
|
+
<NumberInput
|
|
213
|
+
key={fieldName}
|
|
214
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
215
|
+
value={
|
|
216
|
+
fieldValue !== undefined && fieldValue !== null
|
|
217
|
+
? fieldValue
|
|
218
|
+
: (fieldDef.defaultValue ?? 0)
|
|
219
|
+
}
|
|
220
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
221
|
+
error={fieldError}
|
|
222
|
+
required={!fieldDef.optional}
|
|
223
|
+
min={fieldDef.minNumber}
|
|
224
|
+
max={fieldDef.maxNumber}
|
|
225
|
+
/>
|
|
226
|
+
);
|
|
227
|
+
|
|
228
|
+
case 'boolean':
|
|
229
|
+
return (
|
|
230
|
+
<BooleanToggle
|
|
231
|
+
key={fieldName}
|
|
232
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
233
|
+
value={
|
|
234
|
+
fieldValue !== undefined && fieldValue !== null
|
|
235
|
+
? fieldValue
|
|
236
|
+
: (fieldDef.defaultValue ?? false)
|
|
237
|
+
}
|
|
238
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
239
|
+
error={fieldError}
|
|
240
|
+
/>
|
|
241
|
+
);
|
|
242
|
+
|
|
243
|
+
case 'date':
|
|
244
|
+
return (
|
|
245
|
+
<DateTimeInput
|
|
246
|
+
key={fieldName}
|
|
247
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
248
|
+
value={fieldValue || 0}
|
|
249
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
250
|
+
error={fieldError}
|
|
251
|
+
required={!fieldDef.optional}
|
|
252
|
+
/>
|
|
253
|
+
);
|
|
254
|
+
|
|
255
|
+
case 'image':
|
|
256
|
+
return (
|
|
257
|
+
<FileUpload
|
|
258
|
+
key={fieldName}
|
|
259
|
+
label={fieldName.charAt(0).toUpperCase() + fieldName.slice(1)}
|
|
260
|
+
value={fieldValue || ''}
|
|
261
|
+
onChange={(value) => updateOptionsField(fieldName, value)}
|
|
262
|
+
accept="image/*"
|
|
263
|
+
showPreview={true}
|
|
264
|
+
error={fieldError}
|
|
265
|
+
required={!fieldDef.optional}
|
|
266
|
+
/>
|
|
267
|
+
);
|
|
268
|
+
|
|
269
|
+
default:
|
|
270
|
+
return (
|
|
271
|
+
<div key={fieldName} className="text-sm text-gray-600">
|
|
272
|
+
{fieldName} ({fieldDef.type}) - Unsupported field type
|
|
273
|
+
</div>
|
|
274
|
+
);
|
|
275
|
+
}
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
return (
|
|
279
|
+
<div className="space-y-8">
|
|
280
|
+
{/* Header */}
|
|
281
|
+
<div className="border-b border-gray-200 pb-4">
|
|
282
|
+
<h2 className="text-2xl font-bold text-gray-900">
|
|
283
|
+
{isCreate ? 'Create' : 'Edit'}{' '}
|
|
284
|
+
{categorySlug.charAt(0).toUpperCase() + categorySlug.slice(1)}
|
|
285
|
+
</h2>
|
|
286
|
+
<p className="mt-2 text-sm text-gray-600">
|
|
287
|
+
{isCreate
|
|
288
|
+
? `Create a new ${categorySlug}.`
|
|
289
|
+
: `Edit the ${categorySlug} configuration.`}
|
|
290
|
+
</p>
|
|
291
|
+
</div>
|
|
292
|
+
|
|
293
|
+
<div className="space-y-6">
|
|
294
|
+
{/* Core resource fields */}
|
|
295
|
+
<StringInput
|
|
296
|
+
label="Title"
|
|
297
|
+
value={state.title}
|
|
298
|
+
onChange={(value: string) => updateField('title', value)}
|
|
299
|
+
error={errors?.title}
|
|
300
|
+
placeholder="Enter title"
|
|
301
|
+
required
|
|
302
|
+
/>
|
|
303
|
+
|
|
304
|
+
<StringInput
|
|
305
|
+
label="Slug"
|
|
306
|
+
value={state.slug}
|
|
307
|
+
onChange={(value: string) => updateField('slug', value)}
|
|
308
|
+
error={errors?.slug}
|
|
309
|
+
placeholder="Enter unique slug"
|
|
310
|
+
required
|
|
311
|
+
/>
|
|
312
|
+
|
|
313
|
+
<StringInput
|
|
314
|
+
label="One-liner"
|
|
315
|
+
value={state.oneliner}
|
|
316
|
+
onChange={(value: string) => updateField('oneliner', value)}
|
|
317
|
+
error={errors?.oneliner}
|
|
318
|
+
placeholder="Brief description"
|
|
319
|
+
/>
|
|
320
|
+
|
|
321
|
+
{/* Dynamic fields based on category schema */}
|
|
322
|
+
{Object.entries(categorySchema).length > 0 && (
|
|
323
|
+
<div className="space-y-6">
|
|
324
|
+
<h3 className="text-lg font-bold text-gray-900">
|
|
325
|
+
{categorySlug.charAt(0).toUpperCase() + categorySlug.slice(1)}{' '}
|
|
326
|
+
Fields
|
|
327
|
+
</h3>
|
|
328
|
+
{Object.entries(categorySchema).map(([fieldName, fieldDef]) =>
|
|
329
|
+
renderDynamicField(fieldName, fieldDef)
|
|
330
|
+
)}
|
|
331
|
+
</div>
|
|
332
|
+
)}
|
|
333
|
+
</div>
|
|
334
|
+
|
|
335
|
+
{/* Save/Cancel Bar */}
|
|
336
|
+
<UnsavedChangesBar
|
|
337
|
+
formState={formState}
|
|
338
|
+
message="You have unsaved resource changes"
|
|
339
|
+
saveLabel="Save Resource"
|
|
340
|
+
cancelLabel="Discard Changes"
|
|
341
|
+
/>
|
|
342
|
+
|
|
343
|
+
{/* Cancel Navigation Button */}
|
|
344
|
+
<div className="flex justify-start">
|
|
345
|
+
<button
|
|
346
|
+
type="button"
|
|
347
|
+
onClick={handleCancel}
|
|
348
|
+
className="text-sm font-bold text-gray-600 hover:text-gray-800"
|
|
349
|
+
>
|
|
350
|
+
← Back to Resource List
|
|
351
|
+
</button>
|
|
352
|
+
</div>
|
|
353
|
+
</div>
|
|
354
|
+
);
|
|
355
|
+
}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
import { useState } from 'react';
|
|
2
|
+
import PlusIcon from '@heroicons/react/24/outline/PlusIcon';
|
|
3
|
+
import PencilIcon from '@heroicons/react/24/outline/PencilIcon';
|
|
4
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
5
|
+
import { deleteResource } from '@/utils/api/resourceConfig';
|
|
6
|
+
import ResourceBulkIngest from './ResourceBulkIngest';
|
|
7
|
+
import type { FullContentMapItem } from '@/types/tractstack';
|
|
8
|
+
import type { MouseEvent } from 'react';
|
|
9
|
+
|
|
10
|
+
interface ResourceTableProps {
|
|
11
|
+
categorySlug: string;
|
|
12
|
+
fullContentMap: FullContentMapItem[];
|
|
13
|
+
onEdit: (resourceId: string) => void;
|
|
14
|
+
onCreate: () => void;
|
|
15
|
+
onRefresh: () => void;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export default function ResourceTable({
|
|
19
|
+
categorySlug,
|
|
20
|
+
fullContentMap,
|
|
21
|
+
onEdit,
|
|
22
|
+
onCreate,
|
|
23
|
+
onRefresh,
|
|
24
|
+
}: ResourceTableProps) {
|
|
25
|
+
const [searchTerm, setSearchTerm] = useState('');
|
|
26
|
+
const [isDeleting, setIsDeleting] = useState<string | null>(null);
|
|
27
|
+
const [showBulkIngest, setShowBulkIngest] = useState(false);
|
|
28
|
+
|
|
29
|
+
// Filter resources for this category
|
|
30
|
+
const categoryResources = fullContentMap.filter(
|
|
31
|
+
(item) => item.type === 'Resource' && item.categorySlug === categorySlug
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
const filteredResources = categoryResources.filter(
|
|
35
|
+
(resource) =>
|
|
36
|
+
resource.title?.toLowerCase().includes(searchTerm.toLowerCase()) ||
|
|
37
|
+
resource.slug?.toLowerCase().includes(searchTerm.toLowerCase())
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
// Handle delete resource
|
|
41
|
+
const handleDelete = async (
|
|
42
|
+
resourceId: string,
|
|
43
|
+
title: string,
|
|
44
|
+
event: MouseEvent
|
|
45
|
+
) => {
|
|
46
|
+
event.stopPropagation();
|
|
47
|
+
|
|
48
|
+
const confirmed = window.confirm(
|
|
49
|
+
`Are you sure you want to delete "${title}"? This action cannot be undone.`
|
|
50
|
+
);
|
|
51
|
+
|
|
52
|
+
if (!confirmed) {
|
|
53
|
+
return;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
setIsDeleting(resourceId);
|
|
57
|
+
try {
|
|
58
|
+
await deleteResource(
|
|
59
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default',
|
|
60
|
+
resourceId
|
|
61
|
+
);
|
|
62
|
+
onRefresh(); // Refresh the table data
|
|
63
|
+
} catch (error) {
|
|
64
|
+
console.error('Delete failed:', error);
|
|
65
|
+
alert('Failed to delete resource. Please try again.');
|
|
66
|
+
} finally {
|
|
67
|
+
setIsDeleting(null);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
// Handle edit resource
|
|
72
|
+
const handleEdit = (resourceId: string, event: MouseEvent) => {
|
|
73
|
+
event.stopPropagation();
|
|
74
|
+
onEdit(resourceId);
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
return (
|
|
78
|
+
<div className="space-y-4">
|
|
79
|
+
{/* Header */}
|
|
80
|
+
<div className="flex items-center justify-between">
|
|
81
|
+
<div>
|
|
82
|
+
<h3 className="text-lg font-bold text-gray-900">
|
|
83
|
+
{categorySlug.charAt(0).toUpperCase() + categorySlug.slice(1)}
|
|
84
|
+
</h3>
|
|
85
|
+
<p className="text-sm text-gray-600">Manage {categorySlug}</p>
|
|
86
|
+
</div>
|
|
87
|
+
<div className="flex space-x-3">
|
|
88
|
+
<button
|
|
89
|
+
onClick={() => setShowBulkIngest(true)}
|
|
90
|
+
className="inline-flex items-center rounded-md bg-orange-600 px-3 py-2 text-sm font-bold text-white shadow-sm hover:bg-orange-500"
|
|
91
|
+
>
|
|
92
|
+
<PlusIcon className="-ml-0.5 mr-1.5 h-5 w-5" aria-hidden="true" />
|
|
93
|
+
Bulk Import
|
|
94
|
+
</button>
|
|
95
|
+
<button
|
|
96
|
+
onClick={onCreate}
|
|
97
|
+
className="inline-flex items-center rounded-md bg-cyan-600 px-3 py-2 text-sm font-bold text-white shadow-sm hover:bg-cyan-500"
|
|
98
|
+
>
|
|
99
|
+
<PlusIcon className="-ml-0.5 mr-1.5 h-5 w-5" aria-hidden="true" />
|
|
100
|
+
Create{' '}
|
|
101
|
+
{categorySlug.charAt(0).toUpperCase() + categorySlug.slice(1)}
|
|
102
|
+
</button>
|
|
103
|
+
</div>
|
|
104
|
+
</div>
|
|
105
|
+
|
|
106
|
+
{/* Search and refresh */}
|
|
107
|
+
<div className="flex items-center gap-4">
|
|
108
|
+
<div className="flex-1">
|
|
109
|
+
<input
|
|
110
|
+
type="text"
|
|
111
|
+
placeholder={`Search ${categorySlug} resources...`}
|
|
112
|
+
value={searchTerm}
|
|
113
|
+
onChange={(e) => setSearchTerm(e.target.value)}
|
|
114
|
+
className="w-full rounded-md border border-gray-300 px-3 py-2 shadow-sm focus:border-cyan-700 focus:ring-cyan-700"
|
|
115
|
+
/>
|
|
116
|
+
</div>
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
{/* Table */}
|
|
120
|
+
<div className="overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg">
|
|
121
|
+
<table className="min-w-full divide-y divide-gray-300">
|
|
122
|
+
<thead className="bg-gray-50">
|
|
123
|
+
<tr>
|
|
124
|
+
<th className="px-6 py-3 text-left text-xs font-bold uppercase tracking-wide text-gray-500">
|
|
125
|
+
Title
|
|
126
|
+
</th>
|
|
127
|
+
<th className="px-6 py-3 text-left text-xs font-bold uppercase tracking-wide text-gray-500">
|
|
128
|
+
Slug
|
|
129
|
+
</th>
|
|
130
|
+
<th className="px-6 py-3 text-left text-xs font-bold uppercase tracking-wide text-gray-500">
|
|
131
|
+
One-liner
|
|
132
|
+
</th>
|
|
133
|
+
<th className="relative px-6 py-3">
|
|
134
|
+
<span className="sr-only">Actions</span>
|
|
135
|
+
</th>
|
|
136
|
+
</tr>
|
|
137
|
+
</thead>
|
|
138
|
+
<tbody className="divide-y divide-gray-200 bg-white">
|
|
139
|
+
{filteredResources.length === 0 ? (
|
|
140
|
+
<tr>
|
|
141
|
+
<td colSpan={4} className="px-6 py-12 text-center">
|
|
142
|
+
<div className="text-gray-500">
|
|
143
|
+
{categoryResources.length === 0
|
|
144
|
+
? `No ${categorySlug} resources created yet`
|
|
145
|
+
: 'No resources match your search'}
|
|
146
|
+
</div>
|
|
147
|
+
</td>
|
|
148
|
+
</tr>
|
|
149
|
+
) : (
|
|
150
|
+
filteredResources.map((resource) => (
|
|
151
|
+
<tr
|
|
152
|
+
key={resource.id}
|
|
153
|
+
className="cursor-pointer hover:bg-gray-50"
|
|
154
|
+
onClick={() => onEdit(resource.id)}
|
|
155
|
+
>
|
|
156
|
+
<td className="whitespace-nowrap px-6 py-4 text-sm font-bold text-gray-900">
|
|
157
|
+
{resource.title}
|
|
158
|
+
</td>
|
|
159
|
+
<td className="whitespace-nowrap px-6 py-4 text-sm text-gray-500">
|
|
160
|
+
{resource.slug}
|
|
161
|
+
</td>
|
|
162
|
+
<td className="px-6 py-4 text-sm text-gray-500">
|
|
163
|
+
{(resource as any).oneliner || '-'}
|
|
164
|
+
</td>
|
|
165
|
+
<td className="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-bold sm:pr-6">
|
|
166
|
+
<div className="flex items-center justify-end space-x-2">
|
|
167
|
+
{/* Edit button */}
|
|
168
|
+
<button
|
|
169
|
+
onClick={(e) => handleEdit(resource.id, e)}
|
|
170
|
+
className="text-cyan-600 hover:text-cyan-900"
|
|
171
|
+
title="Edit resource"
|
|
172
|
+
disabled={isDeleting === resource.id}
|
|
173
|
+
>
|
|
174
|
+
<PencilIcon className="h-5 w-5" />
|
|
175
|
+
</button>
|
|
176
|
+
|
|
177
|
+
{/* Delete button */}
|
|
178
|
+
<button
|
|
179
|
+
onClick={(e) =>
|
|
180
|
+
handleDelete(
|
|
181
|
+
resource.id,
|
|
182
|
+
resource.title || 'Untitled',
|
|
183
|
+
e
|
|
184
|
+
)
|
|
185
|
+
}
|
|
186
|
+
disabled={isDeleting === resource.id}
|
|
187
|
+
title="Delete resource"
|
|
188
|
+
className={`transition-colors ${
|
|
189
|
+
isDeleting !== resource.id
|
|
190
|
+
? 'text-red-600 hover:text-red-900'
|
|
191
|
+
: 'cursor-not-allowed text-gray-300'
|
|
192
|
+
}`}
|
|
193
|
+
>
|
|
194
|
+
{isDeleting === resource.id ? (
|
|
195
|
+
<div className="h-5 w-5 animate-spin rounded-full border-2 border-gray-300 border-t-red-600" />
|
|
196
|
+
) : (
|
|
197
|
+
<TrashIcon className="h-5 w-5" />
|
|
198
|
+
)}
|
|
199
|
+
</button>
|
|
200
|
+
</div>
|
|
201
|
+
</td>
|
|
202
|
+
</tr>
|
|
203
|
+
))
|
|
204
|
+
)}
|
|
205
|
+
</tbody>
|
|
206
|
+
</table>
|
|
207
|
+
</div>
|
|
208
|
+
{showBulkIngest && (
|
|
209
|
+
<ResourceBulkIngest
|
|
210
|
+
fullContentMap={fullContentMap}
|
|
211
|
+
onClose={(saved) => {
|
|
212
|
+
setShowBulkIngest(false);
|
|
213
|
+
if (saved) {
|
|
214
|
+
onRefresh();
|
|
215
|
+
}
|
|
216
|
+
}}
|
|
217
|
+
onRefresh={onRefresh}
|
|
218
|
+
/>
|
|
219
|
+
)}
|
|
220
|
+
</div>
|
|
221
|
+
);
|
|
222
|
+
}
|