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,385 @@
|
|
|
1
|
+
import { useState, useEffect, useRef } from 'react';
|
|
2
|
+
import { Switch } from '@ark-ui/react';
|
|
3
|
+
import { useStore } from '@nanostores/react';
|
|
4
|
+
import { epinetCustomFilters } from '@/stores/analytics';
|
|
5
|
+
import { classNames } from '@/utils/helpers';
|
|
6
|
+
import type { FullContentMapItem } from '@/types/tractstack';
|
|
7
|
+
|
|
8
|
+
interface HotItem {
|
|
9
|
+
id: string;
|
|
10
|
+
totalEvents: number;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
interface ContentBrowserProps {
|
|
14
|
+
analytics: {
|
|
15
|
+
dashboard: {
|
|
16
|
+
hotContent?: HotItem[];
|
|
17
|
+
} | null;
|
|
18
|
+
isLoading: boolean;
|
|
19
|
+
status: string;
|
|
20
|
+
error: string | null;
|
|
21
|
+
};
|
|
22
|
+
fullContentMap: FullContentMapItem[];
|
|
23
|
+
homeSlug: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const ContentBrowser = ({
|
|
27
|
+
analytics,
|
|
28
|
+
fullContentMap,
|
|
29
|
+
homeSlug,
|
|
30
|
+
}: ContentBrowserProps) => {
|
|
31
|
+
const [isClient, setIsClient] = useState(false);
|
|
32
|
+
const [showMostActive, setShowMostActive] = useState(false);
|
|
33
|
+
const [query, setQuery] = useState('');
|
|
34
|
+
const [currentPage, setCurrentPage] = useState(1);
|
|
35
|
+
const [isAnalyticsLoading, setIsAnalyticsLoading] = useState(true);
|
|
36
|
+
const itemsPerPage = 16;
|
|
37
|
+
|
|
38
|
+
const inputRef = useRef<HTMLInputElement>(null);
|
|
39
|
+
|
|
40
|
+
const $epinetCustomFilters = useStore(epinetCustomFilters);
|
|
41
|
+
const dashboard = analytics.dashboard;
|
|
42
|
+
const hotContent = dashboard?.hotContent || [];
|
|
43
|
+
|
|
44
|
+
useEffect(() => {
|
|
45
|
+
setIsClient(true);
|
|
46
|
+
}, []);
|
|
47
|
+
|
|
48
|
+
useEffect(() => {
|
|
49
|
+
if (analytics.status === 'loading' || analytics.status === 'refreshing') {
|
|
50
|
+
setIsAnalyticsLoading(true);
|
|
51
|
+
} else {
|
|
52
|
+
setIsAnalyticsLoading(false);
|
|
53
|
+
}
|
|
54
|
+
}, [analytics.status]);
|
|
55
|
+
|
|
56
|
+
useEffect(() => {
|
|
57
|
+
setCurrentPage(1);
|
|
58
|
+
}, [query, showMostActive]);
|
|
59
|
+
|
|
60
|
+
const safeContentMap = Array.isArray(fullContentMap) ? fullContentMap : [];
|
|
61
|
+
|
|
62
|
+
const filteredPages = safeContentMap
|
|
63
|
+
.filter((item) => {
|
|
64
|
+
const matchesType =
|
|
65
|
+
item?.type === 'StoryFragment' ||
|
|
66
|
+
(item?.type === 'Pane' && item?.isContext === true);
|
|
67
|
+
const matchesQuery =
|
|
68
|
+
!query ||
|
|
69
|
+
(item?.title || '').toLowerCase().includes(query.toLowerCase());
|
|
70
|
+
return matchesType && matchesQuery;
|
|
71
|
+
})
|
|
72
|
+
.sort((a, b) => {
|
|
73
|
+
if (showMostActive && hotContent && hotContent.length > 0) {
|
|
74
|
+
const aEvents =
|
|
75
|
+
hotContent.find((h: HotItem) => h.id === a.id)?.totalEvents || 0;
|
|
76
|
+
const bEvents =
|
|
77
|
+
hotContent.find((h: HotItem) => h.id === b.id)?.totalEvents || 0;
|
|
78
|
+
return bEvents - aEvents;
|
|
79
|
+
}
|
|
80
|
+
return 0;
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
const totalPages = Math.ceil(filteredPages.length / itemsPerPage);
|
|
84
|
+
|
|
85
|
+
useEffect(() => {
|
|
86
|
+
if (currentPage > totalPages && totalPages > 0) {
|
|
87
|
+
setCurrentPage(totalPages);
|
|
88
|
+
}
|
|
89
|
+
}, [totalPages, currentPage]);
|
|
90
|
+
|
|
91
|
+
const paginatedPages = filteredPages.slice(
|
|
92
|
+
(currentPage - 1) * itemsPerPage,
|
|
93
|
+
currentPage * itemsPerPage
|
|
94
|
+
);
|
|
95
|
+
|
|
96
|
+
const getContentUrl = (page: FullContentMapItem, isEdit = false) => {
|
|
97
|
+
const basePath =
|
|
98
|
+
page.type === 'Pane' && page.isContext
|
|
99
|
+
? `/context/${page.slug}`
|
|
100
|
+
: `/${page.slug}`;
|
|
101
|
+
return isEdit ? `${basePath}/edit` : basePath;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
const setStandardDuration = (hours: number) => {
|
|
105
|
+
const nowUTC = new Date();
|
|
106
|
+
const startTimeUTC = new Date(nowUTC.getTime() - hours * 60 * 60 * 1000);
|
|
107
|
+
epinetCustomFilters.set(window.TRACTSTACK_CONFIG?.tenantId || 'default', {
|
|
108
|
+
...$epinetCustomFilters,
|
|
109
|
+
enabled: true,
|
|
110
|
+
startTimeUTC: startTimeUTC.toISOString(),
|
|
111
|
+
endTimeUTC: nowUTC.toISOString(),
|
|
112
|
+
});
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
const currentDurationHelper = (() => {
|
|
116
|
+
const { startTimeUTC, endTimeUTC } = $epinetCustomFilters;
|
|
117
|
+
|
|
118
|
+
if (startTimeUTC && endTimeUTC) {
|
|
119
|
+
const startTime = new Date(startTimeUTC);
|
|
120
|
+
const endTime = new Date(endTimeUTC);
|
|
121
|
+
const diffMs = endTime.getTime() - startTime.getTime();
|
|
122
|
+
const diffHours = diffMs / (1000 * 60 * 60);
|
|
123
|
+
|
|
124
|
+
if (Math.abs(diffHours - 24) <= 1) return '24h';
|
|
125
|
+
if (Math.abs(diffHours - 168) <= 1) return '7d';
|
|
126
|
+
if (Math.abs(diffHours - 672) <= 1) return '28d';
|
|
127
|
+
return 'custom';
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
return '7d'; // default
|
|
131
|
+
})();
|
|
132
|
+
|
|
133
|
+
const currentPreset = currentDurationHelper;
|
|
134
|
+
|
|
135
|
+
const formatTimeRange = () => {
|
|
136
|
+
const { startTimeUTC, endTimeUTC } = $epinetCustomFilters;
|
|
137
|
+
|
|
138
|
+
if (!startTimeUTC || !endTimeUTC) return '';
|
|
139
|
+
|
|
140
|
+
const startDate = new Date(startTimeUTC);
|
|
141
|
+
const endDate = new Date(endTimeUTC);
|
|
142
|
+
const timeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
143
|
+
|
|
144
|
+
const formatDate = (date: Date) => {
|
|
145
|
+
return date.toLocaleDateString('en-US', {
|
|
146
|
+
month: 'short',
|
|
147
|
+
day: 'numeric',
|
|
148
|
+
year:
|
|
149
|
+
date.getFullYear() !== new Date().getFullYear()
|
|
150
|
+
? 'numeric'
|
|
151
|
+
: undefined,
|
|
152
|
+
});
|
|
153
|
+
};
|
|
154
|
+
|
|
155
|
+
const formatTime = (date: Date) => {
|
|
156
|
+
return date.toLocaleTimeString('en-US', {
|
|
157
|
+
hour: 'numeric',
|
|
158
|
+
minute: '2-digit',
|
|
159
|
+
hour12: true,
|
|
160
|
+
});
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
return `${formatDate(startDate)}, ${formatTime(startDate)} to ${formatDate(endDate)}, ${formatTime(endDate)} (${timeZone})`;
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
const getEventCount = (pageId: string) => {
|
|
167
|
+
return hotContent.find((h: HotItem) => h.id === pageId)?.totalEvents || 0;
|
|
168
|
+
};
|
|
169
|
+
|
|
170
|
+
if (!isClient) return null;
|
|
171
|
+
|
|
172
|
+
return (
|
|
173
|
+
<div className="w-full">
|
|
174
|
+
<div className="mb-6">
|
|
175
|
+
<h2 className="font-action text-2xl font-bold text-gray-900">
|
|
176
|
+
Content Management
|
|
177
|
+
{(analytics.isLoading || analytics.status === 'loading') && (
|
|
178
|
+
<span className="ml-2 text-sm font-normal text-gray-500">
|
|
179
|
+
(Loading data...)
|
|
180
|
+
</span>
|
|
181
|
+
)}
|
|
182
|
+
</h2>
|
|
183
|
+
<p className="mt-1 text-sm text-gray-600">
|
|
184
|
+
Browse and manage your StoryKeep content pages
|
|
185
|
+
</p>
|
|
186
|
+
</div>
|
|
187
|
+
|
|
188
|
+
{analytics.error && (
|
|
189
|
+
<div className="mb-6 rounded-lg bg-red-50 p-4 text-red-800">
|
|
190
|
+
<h4 className="font-bold">Content Error</h4>
|
|
191
|
+
<p>{analytics.error}</p>
|
|
192
|
+
</div>
|
|
193
|
+
)}
|
|
194
|
+
|
|
195
|
+
<div className="mb-6 space-y-4">
|
|
196
|
+
<div className="text-sm font-bold text-gray-700">
|
|
197
|
+
Showing events from:
|
|
198
|
+
</div>
|
|
199
|
+
<div className="flex flex-wrap gap-2">
|
|
200
|
+
<button
|
|
201
|
+
onClick={() => setStandardDuration(24)}
|
|
202
|
+
className={classNames(
|
|
203
|
+
'rounded-md px-3 py-1 text-sm font-bold transition-colors',
|
|
204
|
+
currentPreset === '24h'
|
|
205
|
+
? 'bg-cyan-600 text-white shadow-sm'
|
|
206
|
+
: 'bg-gray-100 text-gray-700 hover:bg-cyan-100 hover:text-cyan-800'
|
|
207
|
+
)}
|
|
208
|
+
>
|
|
209
|
+
24 Hours
|
|
210
|
+
</button>
|
|
211
|
+
<button
|
|
212
|
+
onClick={() => setStandardDuration(7 * 24)}
|
|
213
|
+
className={classNames(
|
|
214
|
+
'rounded-md px-3 py-1 text-sm font-bold transition-colors',
|
|
215
|
+
currentPreset === '7d'
|
|
216
|
+
? 'bg-cyan-600 text-white shadow-sm'
|
|
217
|
+
: 'bg-gray-100 text-gray-700 hover:bg-cyan-100 hover:text-cyan-800'
|
|
218
|
+
)}
|
|
219
|
+
>
|
|
220
|
+
7 Days
|
|
221
|
+
</button>
|
|
222
|
+
<button
|
|
223
|
+
onClick={() => setStandardDuration(28 * 24)}
|
|
224
|
+
className={classNames(
|
|
225
|
+
'rounded-md px-3 py-1 text-sm font-bold transition-colors',
|
|
226
|
+
currentPreset === '28d'
|
|
227
|
+
? 'bg-cyan-600 text-white shadow-sm'
|
|
228
|
+
: 'bg-gray-100 text-gray-700 hover:bg-cyan-100 hover:text-cyan-800'
|
|
229
|
+
)}
|
|
230
|
+
>
|
|
231
|
+
28 Days
|
|
232
|
+
</button>
|
|
233
|
+
</div>
|
|
234
|
+
{currentPreset === 'custom' && (
|
|
235
|
+
<div className="text-sm text-gray-600">{formatTimeRange()}</div>
|
|
236
|
+
)}
|
|
237
|
+
</div>
|
|
238
|
+
|
|
239
|
+
<div className="mb-6 flex flex-col space-y-4 md:flex-row md:items-center md:justify-between md:space-y-0">
|
|
240
|
+
<div className="relative max-w-md flex-1">
|
|
241
|
+
<input
|
|
242
|
+
ref={inputRef}
|
|
243
|
+
type="text"
|
|
244
|
+
placeholder="Search pages..."
|
|
245
|
+
value={query}
|
|
246
|
+
onChange={(e) => setQuery(e.target.value)}
|
|
247
|
+
className="block w-full rounded-md border-gray-300 bg-white px-3 py-2 text-sm placeholder-gray-500 shadow-sm focus:border-cyan-500 focus:outline-none focus:ring-1 focus:ring-cyan-500"
|
|
248
|
+
/>
|
|
249
|
+
</div>
|
|
250
|
+
|
|
251
|
+
<div className="flex items-center">
|
|
252
|
+
<Switch.Root
|
|
253
|
+
checked={showMostActive}
|
|
254
|
+
onCheckedChange={(details) => setShowMostActive(details.checked)}
|
|
255
|
+
className="flex items-center"
|
|
256
|
+
>
|
|
257
|
+
<Switch.Control
|
|
258
|
+
className={classNames(
|
|
259
|
+
showMostActive ? 'bg-cyan-600' : 'bg-gray-200',
|
|
260
|
+
'relative inline-flex h-5 w-10 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-cyan-600 focus:ring-offset-2'
|
|
261
|
+
)}
|
|
262
|
+
>
|
|
263
|
+
<Switch.Thumb
|
|
264
|
+
className={classNames(
|
|
265
|
+
showMostActive ? 'translate-x-5' : 'translate-x-0',
|
|
266
|
+
'pointer-events-none absolute inline-block h-4 w-4 transform rounded-full bg-white shadow ring-0 transition-transform duration-200 ease-in-out'
|
|
267
|
+
)}
|
|
268
|
+
/>
|
|
269
|
+
</Switch.Control>
|
|
270
|
+
<Switch.HiddenInput />
|
|
271
|
+
<div className="ml-3 flex h-5 items-center">
|
|
272
|
+
<Switch.Label className="text-sm leading-none">
|
|
273
|
+
Sort by Most Active
|
|
274
|
+
</Switch.Label>
|
|
275
|
+
</div>
|
|
276
|
+
</Switch.Root>
|
|
277
|
+
</div>
|
|
278
|
+
</div>
|
|
279
|
+
|
|
280
|
+
{filteredPages.length === 0 ? (
|
|
281
|
+
<div className="py-12 text-center text-gray-500">No pages found</div>
|
|
282
|
+
) : (
|
|
283
|
+
<>
|
|
284
|
+
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
|
285
|
+
{paginatedPages.map((page) => {
|
|
286
|
+
const events = getEventCount(page.id);
|
|
287
|
+
|
|
288
|
+
return (
|
|
289
|
+
<div
|
|
290
|
+
key={page.id}
|
|
291
|
+
className="flex items-center space-x-3 rounded-lg bg-white p-2 shadow"
|
|
292
|
+
>
|
|
293
|
+
<div
|
|
294
|
+
className="relative w-1/3"
|
|
295
|
+
style={{ aspectRatio: '1200/630' }}
|
|
296
|
+
>
|
|
297
|
+
<img
|
|
298
|
+
src={
|
|
299
|
+
'thumbSrc' in page && page.thumbSrc
|
|
300
|
+
? page.thumbSrc
|
|
301
|
+
: '/static.jpg'
|
|
302
|
+
}
|
|
303
|
+
srcSet={
|
|
304
|
+
'thumbSrcSet' in page && page.thumbSrcSet
|
|
305
|
+
? page.thumbSrcSet
|
|
306
|
+
: undefined
|
|
307
|
+
}
|
|
308
|
+
alt={page.title}
|
|
309
|
+
className="absolute inset-0 h-full w-full rounded-md object-cover"
|
|
310
|
+
/>
|
|
311
|
+
{page.slug === homeSlug && (
|
|
312
|
+
<span className="absolute bottom-1 right-1 inline-flex w-fit items-center rounded-md bg-gray-100 px-2.5 py-0.5 text-xs font-bold text-black">
|
|
313
|
+
Home
|
|
314
|
+
</span>
|
|
315
|
+
)}
|
|
316
|
+
</div>
|
|
317
|
+
<div className="flex flex-1 flex-col justify-between overflow-hidden">
|
|
318
|
+
<div className="truncate text-sm text-black">
|
|
319
|
+
{page.title}
|
|
320
|
+
</div>
|
|
321
|
+
<div className="truncate text-xs text-gray-600">
|
|
322
|
+
{page.slug}
|
|
323
|
+
{page.type === 'Pane' &&
|
|
324
|
+
page.isContext &&
|
|
325
|
+
' (Context Page)'}
|
|
326
|
+
</div>
|
|
327
|
+
<div className="mt-1 flex items-center justify-between text-xs text-gray-600">
|
|
328
|
+
<span>
|
|
329
|
+
{isAnalyticsLoading ? 'Loading...' : `${events} events`}
|
|
330
|
+
</span>
|
|
331
|
+
</div>
|
|
332
|
+
<div className="mt-2 flex gap-2">
|
|
333
|
+
<a
|
|
334
|
+
href={getContentUrl(page)}
|
|
335
|
+
className="flex-1 rounded-md bg-gray-100 px-3 py-1.5 text-center text-xs font-bold text-gray-700 transition-colors hover:bg-gray-200"
|
|
336
|
+
target="_blank"
|
|
337
|
+
rel="noopener noreferrer"
|
|
338
|
+
>
|
|
339
|
+
View
|
|
340
|
+
</a>
|
|
341
|
+
<a
|
|
342
|
+
href={getContentUrl(page, true)}
|
|
343
|
+
className="flex-1 rounded-md bg-cyan-600 px-3 py-1.5 text-center text-xs font-bold text-white transition-colors hover:bg-cyan-700"
|
|
344
|
+
>
|
|
345
|
+
Edit
|
|
346
|
+
</a>
|
|
347
|
+
</div>
|
|
348
|
+
</div>
|
|
349
|
+
</div>
|
|
350
|
+
);
|
|
351
|
+
})}
|
|
352
|
+
</div>
|
|
353
|
+
|
|
354
|
+
{totalPages > 1 && (
|
|
355
|
+
<div className="mt-8 flex items-center justify-between">
|
|
356
|
+
<div className="flex items-center gap-2">
|
|
357
|
+
<button
|
|
358
|
+
onClick={() => setCurrentPage(Math.max(1, currentPage - 1))}
|
|
359
|
+
disabled={currentPage === 1}
|
|
360
|
+
className="rounded-md border border-gray-300 bg-white px-3 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:cursor-not-allowed disabled:opacity-50"
|
|
361
|
+
>
|
|
362
|
+
Previous
|
|
363
|
+
</button>
|
|
364
|
+
<span className="text-sm text-gray-700">
|
|
365
|
+
Page {currentPage} of {totalPages}
|
|
366
|
+
</span>
|
|
367
|
+
<button
|
|
368
|
+
onClick={() =>
|
|
369
|
+
setCurrentPage(Math.min(totalPages, currentPage + 1))
|
|
370
|
+
}
|
|
371
|
+
disabled={currentPage === totalPages}
|
|
372
|
+
className="rounded-md border border-gray-300 bg-white px-3 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:cursor-not-allowed disabled:opacity-50"
|
|
373
|
+
>
|
|
374
|
+
Next
|
|
375
|
+
</button>
|
|
376
|
+
</div>
|
|
377
|
+
</div>
|
|
378
|
+
)}
|
|
379
|
+
</>
|
|
380
|
+
)}
|
|
381
|
+
</div>
|
|
382
|
+
);
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
export default ContentBrowser;
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import { useEffect } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import {
|
|
4
|
+
orphanAnalysisStore,
|
|
5
|
+
loadOrphanAnalysis,
|
|
6
|
+
countOrphans,
|
|
7
|
+
} from '@/stores/orphanAnalysis';
|
|
8
|
+
import type { FullContentMapItem } from '@/types/tractstack';
|
|
9
|
+
|
|
10
|
+
interface ContentSummaryProps {
|
|
11
|
+
fullContentMap: FullContentMapItem[];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const ContentSummary = ({ fullContentMap }: ContentSummaryProps) => {
|
|
15
|
+
const orphanState = useStore(orphanAnalysisStore);
|
|
16
|
+
|
|
17
|
+
useEffect(() => {
|
|
18
|
+
loadOrphanAnalysis();
|
|
19
|
+
}, []);
|
|
20
|
+
|
|
21
|
+
// Calculate content statistics from fullContentMap
|
|
22
|
+
const contentStats = {
|
|
23
|
+
storyfragments: fullContentMap.filter(
|
|
24
|
+
(item) => item.type === 'StoryFragment'
|
|
25
|
+
).length,
|
|
26
|
+
panes: fullContentMap.filter((item) => item.type === 'Pane').length,
|
|
27
|
+
menus: fullContentMap.filter((item) => item.type === 'Menu').length,
|
|
28
|
+
resources: fullContentMap.filter((item) => item.type === 'Resource').length,
|
|
29
|
+
beliefs: fullContentMap.filter((item) => item.type === 'Belief').length,
|
|
30
|
+
epinets: fullContentMap.filter((item) => item.type === 'Epinet').length,
|
|
31
|
+
files: fullContentMap.filter((item) => item.type === 'File').length,
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const totalContent = Object.values(contentStats).reduce(
|
|
35
|
+
(sum, count) => sum + count,
|
|
36
|
+
0
|
|
37
|
+
);
|
|
38
|
+
|
|
39
|
+
const orphanCount = countOrphans(orphanState.data);
|
|
40
|
+
const isOrphanDataLoading =
|
|
41
|
+
orphanState.isLoading || orphanState.data?.status === 'loading';
|
|
42
|
+
|
|
43
|
+
return (
|
|
44
|
+
<div className="space-y-6">
|
|
45
|
+
{/* Content Overview */}
|
|
46
|
+
<div className="rounded-lg bg-white p-6 shadow">
|
|
47
|
+
<h2 className="mb-4 text-xl font-bold text-gray-900">
|
|
48
|
+
Content Overview
|
|
49
|
+
</h2>
|
|
50
|
+
<div className="grid grid-cols-2 gap-4 sm:grid-cols-4 lg:grid-cols-8">
|
|
51
|
+
<div className="text-center">
|
|
52
|
+
<div className="text-2xl font-bold text-cyan-600">
|
|
53
|
+
{contentStats.storyfragments}
|
|
54
|
+
</div>
|
|
55
|
+
<div className="text-sm text-gray-600">Story Fragments</div>
|
|
56
|
+
</div>
|
|
57
|
+
<div className="text-center">
|
|
58
|
+
<div className="text-2xl font-bold text-cyan-600">
|
|
59
|
+
{contentStats.panes}
|
|
60
|
+
</div>
|
|
61
|
+
<div className="text-sm text-gray-600">Panes</div>
|
|
62
|
+
</div>
|
|
63
|
+
<div className="text-center">
|
|
64
|
+
<div className="text-2xl font-bold text-cyan-600">
|
|
65
|
+
{contentStats.menus}
|
|
66
|
+
</div>
|
|
67
|
+
<div className="text-sm text-gray-600">Menus</div>
|
|
68
|
+
</div>
|
|
69
|
+
<div className="text-center">
|
|
70
|
+
<div className="text-2xl font-bold text-cyan-600">
|
|
71
|
+
{contentStats.resources}
|
|
72
|
+
</div>
|
|
73
|
+
<div className="text-sm text-gray-600">Resources</div>
|
|
74
|
+
</div>
|
|
75
|
+
<div className="text-center">
|
|
76
|
+
<div className="text-2xl font-bold text-cyan-600">
|
|
77
|
+
{contentStats.beliefs}
|
|
78
|
+
</div>
|
|
79
|
+
<div className="text-sm text-gray-600">Beliefs</div>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
<div className="mt-4 text-center">
|
|
83
|
+
<div className="text-lg font-bold text-gray-900">
|
|
84
|
+
Total Content Items: {totalContent}
|
|
85
|
+
</div>
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
|
|
89
|
+
{/* Quick Actions */}
|
|
90
|
+
<div className="rounded-lg bg-white p-6 shadow">
|
|
91
|
+
<h2 className="mb-4 text-xl font-bold text-gray-900">Quick Actions</h2>
|
|
92
|
+
<div className="grid grid-cols-2 gap-4 sm:grid-cols-4">
|
|
93
|
+
<a
|
|
94
|
+
href="/create/edit"
|
|
95
|
+
className="rounded-lg border-2 border-dashed border-gray-300 p-4 text-center hover:border-cyan-500 hover:text-cyan-600"
|
|
96
|
+
>
|
|
97
|
+
<div className="text-lg font-bold">+ New Story Fragment</div>
|
|
98
|
+
<div className="text-sm text-gray-500">Create Page</div>
|
|
99
|
+
</a>
|
|
100
|
+
<a
|
|
101
|
+
href="/context/create/edit"
|
|
102
|
+
className="rounded-lg border-2 border-dashed border-gray-300 p-4 text-center hover:border-cyan-500 hover:text-cyan-600"
|
|
103
|
+
>
|
|
104
|
+
<div className="text-lg font-bold">+ New Context Page</div>
|
|
105
|
+
<div className="text-sm text-gray-500">Create Page</div>
|
|
106
|
+
</a>
|
|
107
|
+
</div>
|
|
108
|
+
</div>
|
|
109
|
+
|
|
110
|
+
{/* System Health */}
|
|
111
|
+
<div className="rounded-lg bg-white p-6 shadow">
|
|
112
|
+
<h2 className="mb-4 text-xl font-bold text-gray-900">System Health</h2>
|
|
113
|
+
<div className="flex flex-col gap-y-3">
|
|
114
|
+
<div className="flex items-center justify-between">
|
|
115
|
+
<span className="text-gray-700">Orphaned Content</span>
|
|
116
|
+
{isOrphanDataLoading ? (
|
|
117
|
+
<div className="flex items-center gap-2">
|
|
118
|
+
<div className="h-3 w-3 animate-spin rounded-full border-2 border-gray-300 border-t-cyan-600"></div>
|
|
119
|
+
<span className="text-sm text-gray-500">Analyzing...</span>
|
|
120
|
+
</div>
|
|
121
|
+
) : orphanState.error ? (
|
|
122
|
+
<span className="text-sm text-gray-500">
|
|
123
|
+
Analysis unavailable
|
|
124
|
+
</span>
|
|
125
|
+
) : (
|
|
126
|
+
<span
|
|
127
|
+
className={`rounded-full px-3 py-1 text-sm font-bold ${
|
|
128
|
+
orphanCount === 0
|
|
129
|
+
? 'bg-green-100 text-green-800'
|
|
130
|
+
: 'bg-amber-100 text-amber-800'
|
|
131
|
+
}`}
|
|
132
|
+
>
|
|
133
|
+
{orphanCount === 0 ? '0 Found' : `${orphanCount} Found`}
|
|
134
|
+
</span>
|
|
135
|
+
)}
|
|
136
|
+
</div>
|
|
137
|
+
<div className="flex items-center justify-between">
|
|
138
|
+
<span className="text-gray-700">Cache Status</span>
|
|
139
|
+
<span className="rounded-full bg-green-100 px-3 py-1 text-sm font-bold text-green-800">
|
|
140
|
+
Healthy
|
|
141
|
+
</span>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
);
|
|
147
|
+
};
|
|
148
|
+
|
|
149
|
+
export default ContentSummary;
|