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,350 @@
|
|
|
1
|
+
import { useEffect, useCallback, useRef, useState } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import { epinetCustomFilters } from '@/stores/analytics';
|
|
4
|
+
import { TractStackAPI } from '@/utils/api';
|
|
5
|
+
|
|
6
|
+
const VERBOSE = false;
|
|
7
|
+
|
|
8
|
+
interface AnalyticsState {
|
|
9
|
+
dashboard: any;
|
|
10
|
+
leads: any;
|
|
11
|
+
epinet: any;
|
|
12
|
+
userCounts: any[];
|
|
13
|
+
hourlyNodeActivity: any;
|
|
14
|
+
isLoading: boolean;
|
|
15
|
+
status: string;
|
|
16
|
+
error: string | null;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
interface FetchAnalyticsProps {
|
|
20
|
+
onAnalyticsUpdate: (analytics: AnalyticsState) => void;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export default function FetchAnalytics({
|
|
24
|
+
onAnalyticsUpdate,
|
|
25
|
+
}: FetchAnalyticsProps) {
|
|
26
|
+
const $epinetCustomFilters = useStore(epinetCustomFilters);
|
|
27
|
+
const isInitialized = useRef<boolean>(false);
|
|
28
|
+
const isInitializing = useRef<boolean>(false);
|
|
29
|
+
const fetchCount = useRef<number>(0);
|
|
30
|
+
|
|
31
|
+
// Add polling state
|
|
32
|
+
const [pollingTimer, setPollingTimer] = useState<NodeJS.Timeout | null>(null);
|
|
33
|
+
const [pollingAttempts, setPollingAttempts] = useState(0);
|
|
34
|
+
const [pollingStartTime, setPollingStartTime] = useState<number | null>(null);
|
|
35
|
+
const MAX_POLLING_ATTEMPTS = 3;
|
|
36
|
+
const POLLING_DELAYS = [2000, 5000, 10000]; // 2s, 5s, 10s
|
|
37
|
+
const MAX_POLLING_TIME = 30000; // 30 seconds total max
|
|
38
|
+
|
|
39
|
+
if (VERBOSE)
|
|
40
|
+
console.log('🔄 FetchAnalytics RENDER', {
|
|
41
|
+
renderCount: ++fetchCount.current,
|
|
42
|
+
filters: {
|
|
43
|
+
startTimeUTC: $epinetCustomFilters.startTimeUTC,
|
|
44
|
+
endTimeUTC: $epinetCustomFilters.endTimeUTC,
|
|
45
|
+
visitorType: $epinetCustomFilters.visitorType,
|
|
46
|
+
selectedUserId: $epinetCustomFilters.selectedUserId,
|
|
47
|
+
},
|
|
48
|
+
isInitialized: isInitialized.current,
|
|
49
|
+
storeObjectRef: $epinetCustomFilters,
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
// Clear polling timer on unmount
|
|
53
|
+
useEffect(() => {
|
|
54
|
+
return () => {
|
|
55
|
+
if (pollingTimer) {
|
|
56
|
+
clearTimeout(pollingTimer);
|
|
57
|
+
}
|
|
58
|
+
};
|
|
59
|
+
}, [pollingTimer]);
|
|
60
|
+
|
|
61
|
+
// Fetch all analytics data
|
|
62
|
+
const fetchAllAnalytics = useCallback(async () => {
|
|
63
|
+
if (VERBOSE)
|
|
64
|
+
console.log('🚀 fetchAllAnalytics CALLED', {
|
|
65
|
+
timestamp: new Date().toISOString(),
|
|
66
|
+
filters: {
|
|
67
|
+
startTimeUTC: $epinetCustomFilters.startTimeUTC,
|
|
68
|
+
endTimeUTC: $epinetCustomFilters.endTimeUTC,
|
|
69
|
+
visitorType: $epinetCustomFilters.visitorType,
|
|
70
|
+
selectedUserId: $epinetCustomFilters.selectedUserId,
|
|
71
|
+
},
|
|
72
|
+
});
|
|
73
|
+
|
|
74
|
+
try {
|
|
75
|
+
// Clear existing timer
|
|
76
|
+
if (pollingTimer) {
|
|
77
|
+
clearTimeout(pollingTimer);
|
|
78
|
+
setPollingTimer(null);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
// Set loading state
|
|
82
|
+
if (VERBOSE) console.log('📤 Setting loading state');
|
|
83
|
+
onAnalyticsUpdate({
|
|
84
|
+
dashboard: null,
|
|
85
|
+
leads: null,
|
|
86
|
+
epinet: null,
|
|
87
|
+
userCounts: [],
|
|
88
|
+
hourlyNodeActivity: {},
|
|
89
|
+
isLoading: true,
|
|
90
|
+
status: 'loading',
|
|
91
|
+
error: null,
|
|
92
|
+
});
|
|
93
|
+
|
|
94
|
+
const { startTimeUTC, endTimeUTC, visitorType, selectedUserId } =
|
|
95
|
+
$epinetCustomFilters;
|
|
96
|
+
|
|
97
|
+
// Build URL parameters for TractStackAPI
|
|
98
|
+
const params = new URLSearchParams();
|
|
99
|
+
|
|
100
|
+
if (startTimeUTC && endTimeUTC) {
|
|
101
|
+
// Convert UTC timestamps to hours-back integers (what backend expects)
|
|
102
|
+
const now = new Date();
|
|
103
|
+
const startTime = new Date(startTimeUTC);
|
|
104
|
+
const endTime = new Date(endTimeUTC);
|
|
105
|
+
|
|
106
|
+
const startHour = Math.ceil(
|
|
107
|
+
(now.getTime() - startTime.getTime()) / (1000 * 60 * 60)
|
|
108
|
+
);
|
|
109
|
+
const endHour = Math.floor(
|
|
110
|
+
(now.getTime() - endTime.getTime()) / (1000 * 60 * 60)
|
|
111
|
+
);
|
|
112
|
+
|
|
113
|
+
params.append('startHour', startHour.toString());
|
|
114
|
+
params.append('endHour', endHour.toString());
|
|
115
|
+
|
|
116
|
+
if (VERBOSE)
|
|
117
|
+
console.log('⏰ Time calculations', {
|
|
118
|
+
now: now.toISOString(),
|
|
119
|
+
startTime: startTime.toISOString(),
|
|
120
|
+
endTime: endTime.toISOString(),
|
|
121
|
+
startHour,
|
|
122
|
+
endHour,
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
if (visitorType) params.append('visitorType', visitorType);
|
|
127
|
+
if (selectedUserId) params.append('userId', selectedUserId);
|
|
128
|
+
|
|
129
|
+
// Use TractStackAPI
|
|
130
|
+
const api = new TractStackAPI(
|
|
131
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default'
|
|
132
|
+
);
|
|
133
|
+
const endpoint = `/api/v1/analytics/all${params.toString() ? `?${params.toString()}` : ''}`;
|
|
134
|
+
|
|
135
|
+
if (VERBOSE) console.log('📡 Making API request', { endpoint });
|
|
136
|
+
const response = await api.get(endpoint);
|
|
137
|
+
|
|
138
|
+
if (!response.success) {
|
|
139
|
+
throw new Error(response.error || 'Failed to fetch analytics data');
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
const data = response.data;
|
|
143
|
+
if (VERBOSE)
|
|
144
|
+
console.log('✅ API response received', {
|
|
145
|
+
hasData: !!data,
|
|
146
|
+
dataKeys: data ? Object.keys(data) : [],
|
|
147
|
+
userCountsLength: data?.userCounts?.length || 0,
|
|
148
|
+
hasHourlyNodeActivity: !!data?.hourlyNodeActivity,
|
|
149
|
+
});
|
|
150
|
+
|
|
151
|
+
// Check if data is still loading - add polling logic here
|
|
152
|
+
const isStillLoading =
|
|
153
|
+
data?.status === 'loading' ||
|
|
154
|
+
data?.status === 'refreshing' ||
|
|
155
|
+
data?.dashboard?.status === 'loading' ||
|
|
156
|
+
data?.dashboard?.status === 'refreshing' ||
|
|
157
|
+
data?.leads?.status === 'loading' ||
|
|
158
|
+
data?.leads?.status === 'refreshing' ||
|
|
159
|
+
data?.epinet?.status === 'loading' ||
|
|
160
|
+
data?.epinet?.status === 'refreshing';
|
|
161
|
+
|
|
162
|
+
if (VERBOSE) {
|
|
163
|
+
console.log('🔍 Loading status check', {
|
|
164
|
+
overallStatus: data?.status,
|
|
165
|
+
dashboardStatus: data?.dashboard?.status,
|
|
166
|
+
leadsStatus: data?.leads?.status,
|
|
167
|
+
epinetStatus: data?.epinet?.status,
|
|
168
|
+
isStillLoading,
|
|
169
|
+
pollingAttempts,
|
|
170
|
+
});
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
if (isStillLoading && pollingAttempts < MAX_POLLING_ATTEMPTS) {
|
|
174
|
+
// Check if we've been polling too long
|
|
175
|
+
const now = Date.now();
|
|
176
|
+
if (pollingStartTime && now - pollingStartTime > MAX_POLLING_TIME) {
|
|
177
|
+
if (VERBOSE) console.log('⏰ Max polling time reached, stopping');
|
|
178
|
+
setPollingStartTime(null);
|
|
179
|
+
// Continue with data even if still loading
|
|
180
|
+
} else {
|
|
181
|
+
if (VERBOSE)
|
|
182
|
+
console.log('⏳ Analytics data still loading, polling...', {
|
|
183
|
+
attempt: pollingAttempts + 1,
|
|
184
|
+
});
|
|
185
|
+
|
|
186
|
+
// Set start time if this is the first poll
|
|
187
|
+
if (!pollingStartTime) {
|
|
188
|
+
setPollingStartTime(now);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
const delayMs =
|
|
192
|
+
POLLING_DELAYS[pollingAttempts] ||
|
|
193
|
+
POLLING_DELAYS[POLLING_DELAYS.length - 1];
|
|
194
|
+
|
|
195
|
+
const newTimer = setTimeout(() => {
|
|
196
|
+
setPollingAttempts(pollingAttempts + 1);
|
|
197
|
+
fetchAllAnalytics();
|
|
198
|
+
}, delayMs);
|
|
199
|
+
|
|
200
|
+
setPollingTimer(newTimer);
|
|
201
|
+
|
|
202
|
+
// Update with partial data but keep loading state
|
|
203
|
+
onAnalyticsUpdate({
|
|
204
|
+
dashboard: data.dashboard,
|
|
205
|
+
leads: data.leads,
|
|
206
|
+
epinet: data.epinet,
|
|
207
|
+
userCounts: data.userCounts || [],
|
|
208
|
+
hourlyNodeActivity: data.hourlyNodeActivity || {},
|
|
209
|
+
status: 'loading',
|
|
210
|
+
error: null,
|
|
211
|
+
isLoading: true,
|
|
212
|
+
});
|
|
213
|
+
|
|
214
|
+
return;
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
const newAnalytics = {
|
|
219
|
+
dashboard: data.dashboard,
|
|
220
|
+
leads: data.leads,
|
|
221
|
+
epinet: data.epinet,
|
|
222
|
+
userCounts: data.userCounts || [],
|
|
223
|
+
hourlyNodeActivity: data.hourlyNodeActivity || {},
|
|
224
|
+
status: 'complete',
|
|
225
|
+
error: null,
|
|
226
|
+
isLoading: false,
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
if (VERBOSE) console.log('📤 Calling onAnalyticsUpdate');
|
|
230
|
+
onAnalyticsUpdate(newAnalytics);
|
|
231
|
+
|
|
232
|
+
// Update epinetCustomFilters with additional data from response
|
|
233
|
+
if (VERBOSE)
|
|
234
|
+
console.log('🔄 BEFORE store update', {
|
|
235
|
+
currentStoreRef: epinetCustomFilters.get(),
|
|
236
|
+
aboutToSet: {
|
|
237
|
+
userCounts: data.userCounts?.length || 0,
|
|
238
|
+
hourlyNodeActivity: !!data.hourlyNodeActivity,
|
|
239
|
+
},
|
|
240
|
+
});
|
|
241
|
+
|
|
242
|
+
epinetCustomFilters.set(window.TRACTSTACK_CONFIG?.tenantId || 'default', {
|
|
243
|
+
...$epinetCustomFilters,
|
|
244
|
+
userCounts: data.userCounts || [],
|
|
245
|
+
hourlyNodeActivity: data.hourlyNodeActivity || {},
|
|
246
|
+
});
|
|
247
|
+
|
|
248
|
+
// Reset polling attempts and start time on success
|
|
249
|
+
setPollingAttempts(0);
|
|
250
|
+
setPollingStartTime(null);
|
|
251
|
+
|
|
252
|
+
if (VERBOSE)
|
|
253
|
+
console.log('🔄 AFTER store update', {
|
|
254
|
+
newStoreRef: epinetCustomFilters.get(),
|
|
255
|
+
});
|
|
256
|
+
} catch (error) {
|
|
257
|
+
console.error('❌ Analytics fetch error:', error);
|
|
258
|
+
|
|
259
|
+
const errorMessage =
|
|
260
|
+
error instanceof Error ? error.message : 'Unknown error occurred';
|
|
261
|
+
|
|
262
|
+
onAnalyticsUpdate({
|
|
263
|
+
dashboard: null,
|
|
264
|
+
leads: null,
|
|
265
|
+
epinet: null,
|
|
266
|
+
userCounts: [],
|
|
267
|
+
hourlyNodeActivity: {},
|
|
268
|
+
status: 'error',
|
|
269
|
+
error: errorMessage,
|
|
270
|
+
isLoading: false,
|
|
271
|
+
});
|
|
272
|
+
|
|
273
|
+
// Schedule retry if we haven't reached max attempts
|
|
274
|
+
if (pollingAttempts < MAX_POLLING_ATTEMPTS) {
|
|
275
|
+
if (VERBOSE)
|
|
276
|
+
console.log(
|
|
277
|
+
'🔄 Scheduling retry due to error, attempt',
|
|
278
|
+
pollingAttempts + 1
|
|
279
|
+
);
|
|
280
|
+
|
|
281
|
+
const delayMs =
|
|
282
|
+
POLLING_DELAYS[pollingAttempts] ||
|
|
283
|
+
POLLING_DELAYS[POLLING_DELAYS.length - 1];
|
|
284
|
+
|
|
285
|
+
const newTimer = setTimeout(() => {
|
|
286
|
+
setPollingAttempts(pollingAttempts + 1);
|
|
287
|
+
fetchAllAnalytics();
|
|
288
|
+
}, delayMs);
|
|
289
|
+
|
|
290
|
+
setPollingTimer(newTimer);
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
}, [
|
|
294
|
+
$epinetCustomFilters.startTimeUTC,
|
|
295
|
+
$epinetCustomFilters.endTimeUTC,
|
|
296
|
+
$epinetCustomFilters.visitorType,
|
|
297
|
+
$epinetCustomFilters.selectedUserId,
|
|
298
|
+
pollingAttempts,
|
|
299
|
+
]);
|
|
300
|
+
|
|
301
|
+
// Initialize on first mount
|
|
302
|
+
useEffect(() => {
|
|
303
|
+
if (!isInitialized.current && !isInitializing.current) {
|
|
304
|
+
if (VERBOSE) console.log('🏁 Initializing FetchAnalytics');
|
|
305
|
+
isInitializing.current = true;
|
|
306
|
+
|
|
307
|
+
const nowUTC = new Date();
|
|
308
|
+
const oneWeekAgoUTC = new Date(
|
|
309
|
+
nowUTC.getTime() - 7 * 24 * 60 * 60 * 1000
|
|
310
|
+
);
|
|
311
|
+
|
|
312
|
+
epinetCustomFilters.set(window.TRACTSTACK_CONFIG?.tenantId || 'default', {
|
|
313
|
+
enabled: true,
|
|
314
|
+
visitorType: 'all',
|
|
315
|
+
selectedUserId: null,
|
|
316
|
+
startTimeUTC: oneWeekAgoUTC.toISOString(),
|
|
317
|
+
endTimeUTC: nowUTC.toISOString(),
|
|
318
|
+
userCounts: [],
|
|
319
|
+
hourlyNodeActivity: {},
|
|
320
|
+
});
|
|
321
|
+
|
|
322
|
+
isInitialized.current = true;
|
|
323
|
+
isInitializing.current = false;
|
|
324
|
+
}
|
|
325
|
+
}, []);
|
|
326
|
+
|
|
327
|
+
// Fetch when filters change
|
|
328
|
+
useEffect(() => {
|
|
329
|
+
if (
|
|
330
|
+
isInitialized.current &&
|
|
331
|
+
$epinetCustomFilters.enabled &&
|
|
332
|
+
$epinetCustomFilters.visitorType !== null &&
|
|
333
|
+
$epinetCustomFilters.startTimeUTC !== null &&
|
|
334
|
+
$epinetCustomFilters.endTimeUTC !== null
|
|
335
|
+
) {
|
|
336
|
+
if (VERBOSE) console.log('🔄 Filters changed, fetching analytics');
|
|
337
|
+
setPollingAttempts(0); // Reset polling attempts when filters change
|
|
338
|
+
setPollingStartTime(null); // Reset polling start time
|
|
339
|
+
fetchAllAnalytics();
|
|
340
|
+
}
|
|
341
|
+
}, [
|
|
342
|
+
$epinetCustomFilters.enabled,
|
|
343
|
+
$epinetCustomFilters.visitorType,
|
|
344
|
+
$epinetCustomFilters.selectedUserId,
|
|
345
|
+
$epinetCustomFilters.startTimeUTC,
|
|
346
|
+
$epinetCustomFilters.endTimeUTC,
|
|
347
|
+
]);
|
|
348
|
+
|
|
349
|
+
return null;
|
|
350
|
+
}
|
|
@@ -0,0 +1,319 @@
|
|
|
1
|
+
import {
|
|
2
|
+
LineChart,
|
|
3
|
+
Line,
|
|
4
|
+
XAxis,
|
|
5
|
+
YAxis,
|
|
6
|
+
CartesianGrid,
|
|
7
|
+
Tooltip,
|
|
8
|
+
Legend,
|
|
9
|
+
ResponsiveContainer,
|
|
10
|
+
} from 'recharts';
|
|
11
|
+
import { colors } from '@/constants';
|
|
12
|
+
import { useState, useEffect, useMemo } from 'react';
|
|
13
|
+
import { useStore } from '@nanostores/react';
|
|
14
|
+
import { epinetCustomFilters } from '@/stores/analytics';
|
|
15
|
+
|
|
16
|
+
interface Point {
|
|
17
|
+
y: number;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface Series {
|
|
21
|
+
id: string;
|
|
22
|
+
data: Point[];
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
interface DataProps {
|
|
26
|
+
data: Series[];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
interface RechartsDataPoint {
|
|
30
|
+
name: number;
|
|
31
|
+
[key: string]: number | undefined;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const MOBILE_BREAKPOINT = 768;
|
|
35
|
+
|
|
36
|
+
const ResponsiveLine = ({ data }: DataProps) => {
|
|
37
|
+
const [windowWidth, setWindowWidth] = useState(
|
|
38
|
+
typeof window !== 'undefined' ? window.innerWidth : 0
|
|
39
|
+
);
|
|
40
|
+
const $epinetCustomFilters = useStore(epinetCustomFilters);
|
|
41
|
+
const isMobile = windowWidth < MOBILE_BREAKPOINT;
|
|
42
|
+
|
|
43
|
+
useEffect(() => {
|
|
44
|
+
const handleResize = () => setWindowWidth(window.innerWidth);
|
|
45
|
+
window.addEventListener('resize', handleResize);
|
|
46
|
+
return () => window.removeEventListener('resize', handleResize);
|
|
47
|
+
}, []);
|
|
48
|
+
|
|
49
|
+
// Calculate time context from epinetCustomFilters using actual data length
|
|
50
|
+
const timeContext = useMemo(() => {
|
|
51
|
+
const { startTimeUTC, endTimeUTC } = $epinetCustomFilters;
|
|
52
|
+
|
|
53
|
+
// Get actual number of data points
|
|
54
|
+
const dataLength = data?.[0]?.data?.length || 0;
|
|
55
|
+
|
|
56
|
+
if (!startTimeUTC || !endTimeUTC || dataLength === 0) {
|
|
57
|
+
// Default fallback
|
|
58
|
+
return {
|
|
59
|
+
xTickValues: [0, 1, 2, 3, 4, 5, 6, 7],
|
|
60
|
+
xAxisLegend: 'Time ago',
|
|
61
|
+
formatXAxisTick: (value: number) => `${value}`,
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const startTime = new Date(startTimeUTC);
|
|
66
|
+
const endTime = new Date(endTimeUTC);
|
|
67
|
+
const totalMs = Math.abs(endTime.getTime() - startTime.getTime());
|
|
68
|
+
const totalHours = totalMs / (1000 * 60 * 60);
|
|
69
|
+
|
|
70
|
+
// For small datasets (≤8 bins), label each bin individually
|
|
71
|
+
// For larger datasets, generate max 8 evenly spaced tick positions
|
|
72
|
+
let tickPositions = [];
|
|
73
|
+
|
|
74
|
+
if (dataLength <= 8) {
|
|
75
|
+
// Label every data point for small datasets
|
|
76
|
+
tickPositions = Array.from({ length: dataLength }, (_, i) => i);
|
|
77
|
+
} else {
|
|
78
|
+
// Generate max 8 evenly spaced positions for larger datasets
|
|
79
|
+
const maxTicks = 8;
|
|
80
|
+
for (let i = 0; i < maxTicks; i++) {
|
|
81
|
+
const position = Math.floor((i * (dataLength - 1)) / (maxTicks - 1));
|
|
82
|
+
tickPositions.push(position);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
if (totalHours <= 48) {
|
|
87
|
+
// Hours: Backend data is reverse chronological (newest first)
|
|
88
|
+
const formatTick = (value: number) => {
|
|
89
|
+
// Handle single data point edge case
|
|
90
|
+
if (dataLength <= 1) {
|
|
91
|
+
return '0h';
|
|
92
|
+
}
|
|
93
|
+
const hoursAgo = Math.round((value / (dataLength - 1)) * totalHours);
|
|
94
|
+
return `${hoursAgo}h`;
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
// Remove duplicates
|
|
98
|
+
const uniqueLabels = new Set();
|
|
99
|
+
const uniqueTicks = tickPositions.filter((pos) => {
|
|
100
|
+
const label = formatTick(pos);
|
|
101
|
+
if (uniqueLabels.has(label)) return false;
|
|
102
|
+
uniqueLabels.add(label);
|
|
103
|
+
return true;
|
|
104
|
+
});
|
|
105
|
+
|
|
106
|
+
return {
|
|
107
|
+
xTickValues: uniqueTicks,
|
|
108
|
+
xAxisLegend: 'Hours ago',
|
|
109
|
+
formatXAxisTick: formatTick,
|
|
110
|
+
};
|
|
111
|
+
} else if (totalHours <= 336) {
|
|
112
|
+
// <= 14 days
|
|
113
|
+
// Days: Backend data is reverse chronological (newest first)
|
|
114
|
+
const totalDays = totalHours / 24;
|
|
115
|
+
const formatTick = (value: number) => {
|
|
116
|
+
// Handle single data point edge case
|
|
117
|
+
if (dataLength <= 1) {
|
|
118
|
+
return '0d';
|
|
119
|
+
}
|
|
120
|
+
const daysAgo = Math.round((value / (dataLength - 1)) * totalDays);
|
|
121
|
+
return `${daysAgo}d`;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
// Remove duplicates
|
|
125
|
+
const uniqueLabels = new Set();
|
|
126
|
+
const uniqueTicks = tickPositions.filter((pos) => {
|
|
127
|
+
const label = formatTick(pos);
|
|
128
|
+
if (uniqueLabels.has(label)) return false;
|
|
129
|
+
uniqueLabels.add(label);
|
|
130
|
+
return true;
|
|
131
|
+
});
|
|
132
|
+
|
|
133
|
+
return {
|
|
134
|
+
xTickValues: uniqueTicks,
|
|
135
|
+
xAxisLegend: 'Days ago',
|
|
136
|
+
formatXAxisTick: formatTick,
|
|
137
|
+
};
|
|
138
|
+
} else {
|
|
139
|
+
// Weeks: Backend data is reverse chronological (newest first)
|
|
140
|
+
const totalWeeks = totalHours / 168;
|
|
141
|
+
const formatTick = (value: number) => {
|
|
142
|
+
// Handle single data point edge case
|
|
143
|
+
if (dataLength <= 1) {
|
|
144
|
+
return '0w';
|
|
145
|
+
}
|
|
146
|
+
const weeksAgo = Math.round((value / (dataLength - 1)) * totalWeeks);
|
|
147
|
+
return `${weeksAgo}w`;
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
// Remove duplicates
|
|
151
|
+
const uniqueLabels = new Set();
|
|
152
|
+
const uniqueTicks = tickPositions.filter((pos) => {
|
|
153
|
+
const label = formatTick(pos);
|
|
154
|
+
if (uniqueLabels.has(label)) return false;
|
|
155
|
+
uniqueLabels.add(label);
|
|
156
|
+
return true;
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
return {
|
|
160
|
+
xTickValues: uniqueTicks,
|
|
161
|
+
xAxisLegend: 'Weeks ago',
|
|
162
|
+
formatXAxisTick: formatTick,
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
}, [
|
|
166
|
+
$epinetCustomFilters.startTimeUTC,
|
|
167
|
+
$epinetCustomFilters.endTimeUTC,
|
|
168
|
+
data,
|
|
169
|
+
]);
|
|
170
|
+
|
|
171
|
+
const rechartsData: RechartsDataPoint[] = data
|
|
172
|
+
.map((series) => {
|
|
173
|
+
return series.data.map((point, index) => ({
|
|
174
|
+
name: index,
|
|
175
|
+
[series.id]: point.y,
|
|
176
|
+
}));
|
|
177
|
+
})
|
|
178
|
+
.reduce((acc, curr) => {
|
|
179
|
+
curr.forEach((obj, index) => {
|
|
180
|
+
if (!acc[index]) {
|
|
181
|
+
acc[index] = { name: index };
|
|
182
|
+
}
|
|
183
|
+
acc[index] = { ...acc[index], ...obj };
|
|
184
|
+
});
|
|
185
|
+
return acc;
|
|
186
|
+
}, [] as RechartsDataPoint[]);
|
|
187
|
+
|
|
188
|
+
const maxY = Math.max(
|
|
189
|
+
...data.flatMap((series) => series.data.map((point) => point.y))
|
|
190
|
+
);
|
|
191
|
+
|
|
192
|
+
const getLineStyle = (index: number) => {
|
|
193
|
+
const patterns = [
|
|
194
|
+
{ strokeDasharray: '0', pattern: 'Solid' },
|
|
195
|
+
{ strokeDasharray: '8 4', pattern: 'Long dash' },
|
|
196
|
+
{ strokeDasharray: '2 2', pattern: 'Dot' },
|
|
197
|
+
{ strokeDasharray: '6 2 2 2', pattern: 'Dash-dot' },
|
|
198
|
+
{ strokeDasharray: '12 4', pattern: 'Extra long dash' },
|
|
199
|
+
{ strokeDasharray: '4 4', pattern: 'Medium dash' },
|
|
200
|
+
{ strokeDasharray: '8 2 2 2 2 2', pattern: 'Dash-dot-dot' },
|
|
201
|
+
{ strokeDasharray: '16 2', pattern: 'Very long dash' },
|
|
202
|
+
{ strokeDasharray: '2 6', pattern: 'Sparse dot' },
|
|
203
|
+
{ strokeDasharray: '12 2 2 2', pattern: 'Long dash-dot' },
|
|
204
|
+
{ strokeDasharray: '4 2 4', pattern: 'Dash gap dash' },
|
|
205
|
+
{ strokeDasharray: '8 2 2 2 2', pattern: 'Dash double-dot' },
|
|
206
|
+
];
|
|
207
|
+
|
|
208
|
+
return {
|
|
209
|
+
stroke: colors[index % colors.length],
|
|
210
|
+
strokeDasharray: patterns[index % patterns.length].strokeDasharray,
|
|
211
|
+
pattern: patterns[index % patterns.length].pattern,
|
|
212
|
+
};
|
|
213
|
+
};
|
|
214
|
+
|
|
215
|
+
return (
|
|
216
|
+
<div className="flex h-full w-full flex-col">
|
|
217
|
+
<ResponsiveContainer width="100%" height="100%">
|
|
218
|
+
<LineChart
|
|
219
|
+
data={rechartsData}
|
|
220
|
+
margin={
|
|
221
|
+
isMobile
|
|
222
|
+
? { top: 5, right: 5, left: 0, bottom: 5 }
|
|
223
|
+
: { top: 20, right: 20, left: 20, bottom: 20 }
|
|
224
|
+
}
|
|
225
|
+
style={{
|
|
226
|
+
borderRadius: '0.375rem',
|
|
227
|
+
backgroundColor: '#282C34',
|
|
228
|
+
color: '#ABB2BF',
|
|
229
|
+
}}
|
|
230
|
+
>
|
|
231
|
+
<CartesianGrid strokeDasharray="3 3" stroke="#3E4451" />
|
|
232
|
+
<XAxis
|
|
233
|
+
dataKey="name"
|
|
234
|
+
type="number"
|
|
235
|
+
domain={[0, Math.max(...timeContext.xTickValues, 1)]}
|
|
236
|
+
ticks={timeContext.xTickValues}
|
|
237
|
+
tickFormatter={timeContext.formatXAxisTick}
|
|
238
|
+
label={
|
|
239
|
+
!isMobile
|
|
240
|
+
? {
|
|
241
|
+
value: timeContext.xAxisLegend,
|
|
242
|
+
position: 'bottom',
|
|
243
|
+
offset: 20,
|
|
244
|
+
style: { fill: '#ABB2BF' },
|
|
245
|
+
}
|
|
246
|
+
: undefined
|
|
247
|
+
}
|
|
248
|
+
padding={{ left: 10, right: 10 }}
|
|
249
|
+
stroke="#ABB2BF"
|
|
250
|
+
tick={{ fontSize: isMobile ? 12 : 14 }}
|
|
251
|
+
/>
|
|
252
|
+
<YAxis
|
|
253
|
+
domain={[0, maxY]}
|
|
254
|
+
tickCount={5}
|
|
255
|
+
label={
|
|
256
|
+
!isMobile
|
|
257
|
+
? {
|
|
258
|
+
value: 'Events',
|
|
259
|
+
angle: -90,
|
|
260
|
+
position: 'insideLeft',
|
|
261
|
+
offset: 10,
|
|
262
|
+
dy: 10,
|
|
263
|
+
style: { fill: '#ABB2BF' },
|
|
264
|
+
}
|
|
265
|
+
: undefined
|
|
266
|
+
}
|
|
267
|
+
padding={{ top: 10, bottom: 10 }}
|
|
268
|
+
stroke="#ABB2BF"
|
|
269
|
+
tick={{ fontSize: isMobile ? 12 : 14 }}
|
|
270
|
+
/>
|
|
271
|
+
<Tooltip
|
|
272
|
+
contentStyle={{
|
|
273
|
+
backgroundColor: '#21252B',
|
|
274
|
+
border: '1px solid #3E4451',
|
|
275
|
+
color: '#ABB2BF',
|
|
276
|
+
fontSize: isMobile ? 12 : 14,
|
|
277
|
+
}}
|
|
278
|
+
/>
|
|
279
|
+
<Legend
|
|
280
|
+
verticalAlign={isMobile ? 'bottom' : 'top'}
|
|
281
|
+
height={isMobile ? 100 : 80}
|
|
282
|
+
wrapperStyle={{
|
|
283
|
+
color: '#ABB2BF',
|
|
284
|
+
fontSize: isMobile ? 11 : 16,
|
|
285
|
+
paddingTop: isMobile ? '0.5rem' : 0,
|
|
286
|
+
paddingBottom: isMobile ? '0.5rem' : 0,
|
|
287
|
+
display: 'flex',
|
|
288
|
+
flexWrap: 'wrap',
|
|
289
|
+
justifyContent: 'center',
|
|
290
|
+
}}
|
|
291
|
+
/>
|
|
292
|
+
{data.map((series, index) => {
|
|
293
|
+
const lineStyle = getLineStyle(index);
|
|
294
|
+
return (
|
|
295
|
+
<Line
|
|
296
|
+
key={series.id}
|
|
297
|
+
type="monotone"
|
|
298
|
+
dataKey={series.id}
|
|
299
|
+
name={`${series.id} (${lineStyle.pattern})`}
|
|
300
|
+
stroke={lineStyle.stroke}
|
|
301
|
+
strokeDasharray={lineStyle.strokeDasharray}
|
|
302
|
+
strokeWidth={2}
|
|
303
|
+
dot={false}
|
|
304
|
+
activeDot={{
|
|
305
|
+
r: 8,
|
|
306
|
+
strokeWidth: 2,
|
|
307
|
+
fill: lineStyle.stroke,
|
|
308
|
+
stroke: '#282C34',
|
|
309
|
+
}}
|
|
310
|
+
/>
|
|
311
|
+
);
|
|
312
|
+
})}
|
|
313
|
+
</LineChart>
|
|
314
|
+
</ResponsiveContainer>
|
|
315
|
+
</div>
|
|
316
|
+
);
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
export default ResponsiveLine;
|