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,221 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { ProfileStorage } from '@/utils/profileStorage';
|
|
3
|
+
import type { FormEvent } from 'react';
|
|
4
|
+
|
|
5
|
+
interface ProfileUnlockProps {
|
|
6
|
+
initialEmail?: string;
|
|
7
|
+
onSuccess?: () => void;
|
|
8
|
+
onError?: (error: string) => void;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
async function unlockProfile(payload: { email: string; codeword: string }) {
|
|
12
|
+
try {
|
|
13
|
+
const sessionData = ProfileStorage.prepareHandshakeData();
|
|
14
|
+
|
|
15
|
+
const response = await fetch('/api/auth/profile', {
|
|
16
|
+
method: 'POST',
|
|
17
|
+
headers: {
|
|
18
|
+
'Content-Type': 'application/json',
|
|
19
|
+
},
|
|
20
|
+
body: JSON.stringify({
|
|
21
|
+
email: payload.email,
|
|
22
|
+
codeword: payload.codeword,
|
|
23
|
+
sessionId: sessionData.sessionId,
|
|
24
|
+
isUpdate: true,
|
|
25
|
+
}),
|
|
26
|
+
});
|
|
27
|
+
|
|
28
|
+
const result = await response.json();
|
|
29
|
+
|
|
30
|
+
if (!result.success) {
|
|
31
|
+
ProfileStorage.clearProfile();
|
|
32
|
+
return {
|
|
33
|
+
success: false,
|
|
34
|
+
error: result.error || 'Invalid credentials',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Store profile data and tokens
|
|
39
|
+
if (result.profile) {
|
|
40
|
+
ProfileStorage.setProfileData({
|
|
41
|
+
firstname: result.profile.Firstname,
|
|
42
|
+
contactPersona: result.profile.ContactPersona,
|
|
43
|
+
email: result.profile.Email,
|
|
44
|
+
shortBio: result.profile.ShortBio,
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (result.token) {
|
|
49
|
+
ProfileStorage.storeProfileToken(result.token);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
if (result.encryptedEmail && result.encryptedCode) {
|
|
53
|
+
ProfileStorage.storeEncryptedCredentials(
|
|
54
|
+
result.encryptedEmail,
|
|
55
|
+
result.encryptedCode
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
if (result.consent) {
|
|
60
|
+
ProfileStorage.storeConsent(result.consent);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return { success: true, data: result };
|
|
64
|
+
} catch (e) {
|
|
65
|
+
console.error('Profile unlock error:', e);
|
|
66
|
+
ProfileStorage.clearProfile();
|
|
67
|
+
return { success: false, error: 'Network error occurred' };
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
const classNames = (...classes: (string | undefined | false)[]): string => {
|
|
72
|
+
return classes.filter(Boolean).join(' ');
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
export const ProfileUnlock = ({
|
|
76
|
+
initialEmail,
|
|
77
|
+
onSuccess,
|
|
78
|
+
onError,
|
|
79
|
+
}: ProfileUnlockProps) => {
|
|
80
|
+
const [submitted, setSubmitted] = useState<boolean | undefined>(undefined);
|
|
81
|
+
const [email, setEmail] = useState(initialEmail || '');
|
|
82
|
+
const [badLogin, setBadLogin] = useState(false);
|
|
83
|
+
const [codeword, setCodeword] = useState('');
|
|
84
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
85
|
+
|
|
86
|
+
const handleSubmit = async (e: FormEvent<HTMLFormElement>) => {
|
|
87
|
+
e.preventDefault();
|
|
88
|
+
setBadLogin(false);
|
|
89
|
+
setSubmitted(true);
|
|
90
|
+
setIsLoading(true);
|
|
91
|
+
|
|
92
|
+
if (codeword && email) {
|
|
93
|
+
const result = await unlockProfile({
|
|
94
|
+
email,
|
|
95
|
+
codeword,
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
if (result.success) {
|
|
99
|
+
ProfileStorage.storeLastEmail(email);
|
|
100
|
+
onSuccess?.();
|
|
101
|
+
} else {
|
|
102
|
+
setBadLogin(true);
|
|
103
|
+
onError?.(result.error || 'Invalid credentials');
|
|
104
|
+
}
|
|
105
|
+
} else {
|
|
106
|
+
console.error('Missing required fields:', { email, codeword });
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
setIsLoading(false);
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
useEffect(() => {
|
|
113
|
+
if (badLogin) {
|
|
114
|
+
const timeout = setTimeout(() => setBadLogin(false), 5000);
|
|
115
|
+
return () => clearTimeout(timeout);
|
|
116
|
+
}
|
|
117
|
+
}, [badLogin]);
|
|
118
|
+
|
|
119
|
+
// Try to get last used email
|
|
120
|
+
useEffect(() => {
|
|
121
|
+
if (!email) {
|
|
122
|
+
const lastEmail = ProfileStorage.getLastEmail();
|
|
123
|
+
if (lastEmail) {
|
|
124
|
+
setEmail(lastEmail);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}, [email]);
|
|
128
|
+
|
|
129
|
+
return (
|
|
130
|
+
<>
|
|
131
|
+
<h3 className="font-action py-6 text-xl text-blue-600">
|
|
132
|
+
Welcome back! Please unlock your profile
|
|
133
|
+
</h3>
|
|
134
|
+
|
|
135
|
+
<form onSubmit={handleSubmit}>
|
|
136
|
+
<div className="grid grid-cols-1 gap-4">
|
|
137
|
+
<div className="px-4 pt-6">
|
|
138
|
+
<label htmlFor="email" className="block text-sm text-gray-600">
|
|
139
|
+
Email address
|
|
140
|
+
</label>
|
|
141
|
+
<input
|
|
142
|
+
type="email"
|
|
143
|
+
name="email"
|
|
144
|
+
id="email"
|
|
145
|
+
autoComplete="email"
|
|
146
|
+
value={email}
|
|
147
|
+
onChange={(e) => setEmail(e.target.value)}
|
|
148
|
+
disabled={isLoading}
|
|
149
|
+
className={classNames(
|
|
150
|
+
`text-md mt-2 block w-full rounded-md bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600`,
|
|
151
|
+
submitted && email === `` ? `border-red-500` : `border-gray-300`
|
|
152
|
+
)}
|
|
153
|
+
/>
|
|
154
|
+
{submitted && email === `` && (
|
|
155
|
+
<span className="px-4 text-xs text-red-500">Required field.</span>
|
|
156
|
+
)}
|
|
157
|
+
</div>
|
|
158
|
+
|
|
159
|
+
<div className="px-4 pt-6">
|
|
160
|
+
<label htmlFor="codeword" className="block text-sm text-gray-600">
|
|
161
|
+
Secret code word
|
|
162
|
+
</label>
|
|
163
|
+
<input
|
|
164
|
+
type="password"
|
|
165
|
+
name="codeword"
|
|
166
|
+
id="codeword"
|
|
167
|
+
autoComplete="off"
|
|
168
|
+
value={codeword}
|
|
169
|
+
onChange={(e) => setCodeword(e.target.value)}
|
|
170
|
+
disabled={isLoading}
|
|
171
|
+
className={classNames(
|
|
172
|
+
`text-md mt-2 block w-full rounded-md bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600`,
|
|
173
|
+
submitted && codeword === ``
|
|
174
|
+
? `border-red-500`
|
|
175
|
+
: `border-gray-300`
|
|
176
|
+
)}
|
|
177
|
+
/>
|
|
178
|
+
{submitted && codeword === `` && (
|
|
179
|
+
<span className="px-4 text-xs text-red-500">Required field.</span>
|
|
180
|
+
)}
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
{badLogin ? (
|
|
184
|
+
<div className="align-center font-action col-span-1 flex justify-center py-6 text-red-500">
|
|
185
|
+
Invalid credentials. Please try again.
|
|
186
|
+
</div>
|
|
187
|
+
) : null}
|
|
188
|
+
|
|
189
|
+
<div className="align-center col-span-1 flex justify-center py-12">
|
|
190
|
+
<button
|
|
191
|
+
type="submit"
|
|
192
|
+
disabled={isLoading}
|
|
193
|
+
className={classNames(
|
|
194
|
+
`font-action rounded-lg px-3.5 py-2.5 text-white transition-all duration-200 hover:rotate-1`,
|
|
195
|
+
isLoading
|
|
196
|
+
? `cursor-not-allowed bg-gray-400`
|
|
197
|
+
: `bg-black hover:bg-orange-500`
|
|
198
|
+
)}
|
|
199
|
+
>
|
|
200
|
+
{isLoading ? 'Unlocking...' : 'Unlock Profile'}
|
|
201
|
+
</button>
|
|
202
|
+
</div>
|
|
203
|
+
|
|
204
|
+
<div className="align-center col-span-1 flex justify-center">
|
|
205
|
+
<button
|
|
206
|
+
type="button"
|
|
207
|
+
onClick={() => {
|
|
208
|
+
// Clear any stored data and reload to show create form
|
|
209
|
+
ProfileStorage.clearProfile();
|
|
210
|
+
window.location.reload();
|
|
211
|
+
}}
|
|
212
|
+
className="text-sm text-blue-600 underline hover:text-black"
|
|
213
|
+
>
|
|
214
|
+
Create new profile instead
|
|
215
|
+
</button>
|
|
216
|
+
</div>
|
|
217
|
+
</div>
|
|
218
|
+
</form>
|
|
219
|
+
</>
|
|
220
|
+
);
|
|
221
|
+
};
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { getBrandConfig } from '@/utils/api/brandConfig';
|
|
3
|
+
import { classNames } from '@/utils/helpers';
|
|
4
|
+
import Wizard from './widgets/Wizard';
|
|
5
|
+
import type { FullContentMapItem, BrandConfig } from '@/types/tractstack';
|
|
6
|
+
|
|
7
|
+
interface Tab {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
current: boolean;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default function StoryKeepDashboard({
|
|
14
|
+
fullContentMap,
|
|
15
|
+
homeSlug,
|
|
16
|
+
activeTab = 'analytics',
|
|
17
|
+
role,
|
|
18
|
+
initializing = false,
|
|
19
|
+
brandConfig,
|
|
20
|
+
onBrandConfigUpdate,
|
|
21
|
+
}: {
|
|
22
|
+
fullContentMap: FullContentMapItem[];
|
|
23
|
+
homeSlug: string;
|
|
24
|
+
activeTab?: string;
|
|
25
|
+
role?: string | null;
|
|
26
|
+
initializing?: boolean;
|
|
27
|
+
brandConfig?: BrandConfig | null;
|
|
28
|
+
onBrandConfigUpdate?: (config: BrandConfig) => void;
|
|
29
|
+
}) {
|
|
30
|
+
const [isClient, setIsClient] = useState<boolean>(false);
|
|
31
|
+
const [internalBrandConfig, setInternalBrandConfig] =
|
|
32
|
+
useState<BrandConfig | null>(null);
|
|
33
|
+
const [loading, setLoading] = useState(false);
|
|
34
|
+
|
|
35
|
+
// Use external brandConfig if provided, otherwise use internal state
|
|
36
|
+
const currentBrandConfig = brandConfig ?? internalBrandConfig;
|
|
37
|
+
|
|
38
|
+
const isCurrentlyInitializing =
|
|
39
|
+
initializing && !currentBrandConfig?.SITE_INIT;
|
|
40
|
+
// Detect if home page has title
|
|
41
|
+
const homePage = fullContentMap.find((item) => item.slug === homeSlug);
|
|
42
|
+
const hasTitle = !!homePage?.title?.trim();
|
|
43
|
+
const shouldShowInactiveTabs = !hasTitle && !isCurrentlyInitializing;
|
|
44
|
+
|
|
45
|
+
// Define tabs - show only branding when initializing
|
|
46
|
+
const tabs: Tab[] = isCurrentlyInitializing
|
|
47
|
+
? [{ id: 'branding', name: 'Welcome to your StoryKeep', current: true }]
|
|
48
|
+
: [
|
|
49
|
+
{
|
|
50
|
+
id: 'analytics',
|
|
51
|
+
name: 'Analytics',
|
|
52
|
+
current: shouldShowInactiveTabs ? false : activeTab === 'analytics',
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
id: 'content',
|
|
56
|
+
name: 'Content',
|
|
57
|
+
current: activeTab === 'content',
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
id: 'branding',
|
|
61
|
+
name: 'Branding',
|
|
62
|
+
current: activeTab === 'branding',
|
|
63
|
+
},
|
|
64
|
+
...(role === 'admin'
|
|
65
|
+
? [
|
|
66
|
+
{
|
|
67
|
+
id: 'advanced',
|
|
68
|
+
name: 'Advanced',
|
|
69
|
+
current: activeTab === 'advanced',
|
|
70
|
+
},
|
|
71
|
+
]
|
|
72
|
+
: []),
|
|
73
|
+
];
|
|
74
|
+
|
|
75
|
+
useEffect(() => {
|
|
76
|
+
setIsClient(true);
|
|
77
|
+
}, []);
|
|
78
|
+
|
|
79
|
+
useEffect(() => {
|
|
80
|
+
// Only fetch if no external brandConfig provided and we don't have internal config
|
|
81
|
+
if (!brandConfig && !internalBrandConfig && !loading) {
|
|
82
|
+
setLoading(true);
|
|
83
|
+
getBrandConfig(window.TRACTSTACK_CONFIG?.tenantId || 'default')
|
|
84
|
+
.then((config) => {
|
|
85
|
+
setInternalBrandConfig(config);
|
|
86
|
+
// If we have a callback, also notify parent
|
|
87
|
+
if (onBrandConfigUpdate) {
|
|
88
|
+
onBrandConfigUpdate(config);
|
|
89
|
+
}
|
|
90
|
+
})
|
|
91
|
+
.catch(console.error)
|
|
92
|
+
.finally(() => setLoading(false));
|
|
93
|
+
}
|
|
94
|
+
}, [brandConfig, internalBrandConfig, loading, onBrandConfigUpdate]);
|
|
95
|
+
|
|
96
|
+
if (!isClient) {
|
|
97
|
+
return (
|
|
98
|
+
<div className="flex min-h-screen items-center justify-center">
|
|
99
|
+
<div className="text-lg text-gray-600">Loading dashboard...</div>
|
|
100
|
+
</div>
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
return (
|
|
105
|
+
<div className="md:mb-18 mb-12 w-full">
|
|
106
|
+
{isCurrentlyInitializing ? (
|
|
107
|
+
<div className="mb-8 rounded-md border border-dashed border-orange-200 bg-orange-50 p-6">
|
|
108
|
+
<div className="flex">
|
|
109
|
+
<div className="flex-shrink-0">
|
|
110
|
+
<span className="text-2xl">⭐</span>
|
|
111
|
+
</div>
|
|
112
|
+
<div className="ml-3">
|
|
113
|
+
<h3 className="text-lg font-bold text-black">
|
|
114
|
+
Welcome to your StoryKeep
|
|
115
|
+
</h3>
|
|
116
|
+
<div className="text-mydarkgrey mt-2 text-sm">
|
|
117
|
+
<p>
|
|
118
|
+
Complete your site's branding configuration to get started.
|
|
119
|
+
(And update as often as you like!)
|
|
120
|
+
</p>
|
|
121
|
+
</div>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
) : (
|
|
126
|
+
// Only render Wizard if we have brandConfig loaded
|
|
127
|
+
currentBrandConfig && (
|
|
128
|
+
<Wizard
|
|
129
|
+
fullContentMap={fullContentMap}
|
|
130
|
+
homeSlug={homeSlug}
|
|
131
|
+
brandConfig={currentBrandConfig}
|
|
132
|
+
/>
|
|
133
|
+
)
|
|
134
|
+
)}
|
|
135
|
+
|
|
136
|
+
{/* Tab Navigation */}
|
|
137
|
+
<div className="border-b border-gray-200">
|
|
138
|
+
<nav className="-mb-px flex gap-x-8" aria-label="Tabs">
|
|
139
|
+
{tabs.map((tab) => (
|
|
140
|
+
<a
|
|
141
|
+
key={tab.id}
|
|
142
|
+
href={
|
|
143
|
+
tab.id === 'analytics' ? '/storykeep' : `/storykeep/${tab.id}`
|
|
144
|
+
}
|
|
145
|
+
className={classNames(
|
|
146
|
+
tab.current
|
|
147
|
+
? 'border-cyan-500 text-cyan-600'
|
|
148
|
+
: 'border-transparent text-gray-500 hover:border-gray-300 hover:text-gray-700',
|
|
149
|
+
'whitespace-nowrap border-b-2 px-1 py-4 text-sm font-bold'
|
|
150
|
+
)}
|
|
151
|
+
aria-current={tab.current ? 'page' : undefined}
|
|
152
|
+
>
|
|
153
|
+
{tab.name}
|
|
154
|
+
</a>
|
|
155
|
+
))}
|
|
156
|
+
</nav>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
);
|
|
160
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { useState, useEffect, useMemo } from 'react';
|
|
2
|
+
import ResponsiveLine from './widgets/ResponsiveLine';
|
|
3
|
+
|
|
4
|
+
interface DashboardActivityProps {
|
|
5
|
+
data: Array<{
|
|
6
|
+
id: string;
|
|
7
|
+
data: Array<{ x: any; y: number }>;
|
|
8
|
+
}>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
const DashboardActivity = ({ data }: DashboardActivityProps) => {
|
|
12
|
+
const [isClient, setIsClient] = useState(false);
|
|
13
|
+
|
|
14
|
+
useEffect(() => {
|
|
15
|
+
setIsClient(true);
|
|
16
|
+
}, []);
|
|
17
|
+
|
|
18
|
+
const processedData = useMemo(() => {
|
|
19
|
+
if (!data) {
|
|
20
|
+
return [];
|
|
21
|
+
}
|
|
22
|
+
const processed = data.map((series) => ({
|
|
23
|
+
...series,
|
|
24
|
+
data: series.data
|
|
25
|
+
.filter(
|
|
26
|
+
(point) => point.x !== null && point.y !== null && point.y !== 0
|
|
27
|
+
)
|
|
28
|
+
.sort((a, b) => {
|
|
29
|
+
// Sort by UTC timestamp if x is a date string, otherwise by number
|
|
30
|
+
if (typeof a.x === 'string' && typeof b.x === 'string') {
|
|
31
|
+
return new Date(a.x).getTime() - new Date(b.x).getTime();
|
|
32
|
+
}
|
|
33
|
+
return Number(a.x) - Number(b.x);
|
|
34
|
+
}),
|
|
35
|
+
}));
|
|
36
|
+
return processed;
|
|
37
|
+
}, [data]);
|
|
38
|
+
|
|
39
|
+
if (!isClient) return null;
|
|
40
|
+
|
|
41
|
+
if (!data || data.length === 0) {
|
|
42
|
+
return <div>Loading activity data...</div>;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
if (processedData.length === 0) return <div />;
|
|
46
|
+
|
|
47
|
+
return (
|
|
48
|
+
<>
|
|
49
|
+
<div style={{ height: '400px' }}>
|
|
50
|
+
<ResponsiveLine data={processedData} />
|
|
51
|
+
</div>
|
|
52
|
+
</>
|
|
53
|
+
);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export default DashboardActivity;
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { useFormState } from '@/hooks/useFormState';
|
|
3
|
+
import {
|
|
4
|
+
convertToLocalState,
|
|
5
|
+
convertToBackendFormat,
|
|
6
|
+
validateAdvancedConfig,
|
|
7
|
+
advancedStateIntercept,
|
|
8
|
+
} from '@/utils/api/advancedHelpers';
|
|
9
|
+
import {
|
|
10
|
+
getAdvancedConfigStatus,
|
|
11
|
+
saveAdvancedConfig,
|
|
12
|
+
} from '@/utils/api/advancedConfig';
|
|
13
|
+
import UnsavedChangesBar from '@/components/form/UnsavedChangesBar';
|
|
14
|
+
import AuthConfigSection from '@/components/form/advanced/AuthConfigSection';
|
|
15
|
+
import APIConfigSection from '@/components/form/advanced/APIConfigSection';
|
|
16
|
+
import type {
|
|
17
|
+
AdvancedConfigState,
|
|
18
|
+
AdvancedConfigStatus,
|
|
19
|
+
} from '@/types/tractstack';
|
|
20
|
+
|
|
21
|
+
interface StoryKeepDashboardAdvancedProps {
|
|
22
|
+
initialize?: boolean;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export default function StoryKeepDashboard_Advanced({
|
|
26
|
+
initialize = false,
|
|
27
|
+
}: StoryKeepDashboardAdvancedProps) {
|
|
28
|
+
const [status, setStatus] = useState<AdvancedConfigStatus | null>(null);
|
|
29
|
+
const [isLoading, setIsLoading] = useState(true);
|
|
30
|
+
const [error, setError] = useState<string>('');
|
|
31
|
+
|
|
32
|
+
// Load status on mount
|
|
33
|
+
useEffect(() => {
|
|
34
|
+
async function loadStatus() {
|
|
35
|
+
try {
|
|
36
|
+
setIsLoading(true);
|
|
37
|
+
const statusData = await getAdvancedConfigStatus(
|
|
38
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default'
|
|
39
|
+
);
|
|
40
|
+
setStatus(statusData);
|
|
41
|
+
} catch (err) {
|
|
42
|
+
setError(
|
|
43
|
+
err instanceof Error
|
|
44
|
+
? err.message
|
|
45
|
+
: 'Failed to load configuration status'
|
|
46
|
+
);
|
|
47
|
+
} finally {
|
|
48
|
+
setIsLoading(false);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
loadStatus();
|
|
52
|
+
}, []);
|
|
53
|
+
|
|
54
|
+
const formState = useFormState<AdvancedConfigState>({
|
|
55
|
+
initialData: convertToLocalState(status),
|
|
56
|
+
validator: validateAdvancedConfig,
|
|
57
|
+
interceptor: advancedStateIntercept,
|
|
58
|
+
onSave: async (state: AdvancedConfigState) => {
|
|
59
|
+
const backendPayload = convertToBackendFormat(state);
|
|
60
|
+
await saveAdvancedConfig(
|
|
61
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default',
|
|
62
|
+
backendPayload
|
|
63
|
+
);
|
|
64
|
+
|
|
65
|
+
// Reload status after save
|
|
66
|
+
const newStatus = await getAdvancedConfigStatus(
|
|
67
|
+
window.TRACTSTACK_CONFIG?.tenantId || 'default'
|
|
68
|
+
);
|
|
69
|
+
setStatus(newStatus);
|
|
70
|
+
|
|
71
|
+
// Reset form to new state (clears password fields and isDirty)
|
|
72
|
+
const newState = convertToLocalState(newStatus);
|
|
73
|
+
formState.resetToState(newState);
|
|
74
|
+
|
|
75
|
+
return newState;
|
|
76
|
+
},
|
|
77
|
+
});
|
|
78
|
+
|
|
79
|
+
if (isLoading) {
|
|
80
|
+
return (
|
|
81
|
+
<div className="flex justify-center py-12">
|
|
82
|
+
<div className="text-gray-500">Loading configuration...</div>
|
|
83
|
+
</div>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
if (error) {
|
|
88
|
+
return (
|
|
89
|
+
<div className="rounded-md bg-red-50 p-4">
|
|
90
|
+
<div className="text-sm text-red-700">{error}</div>
|
|
91
|
+
</div>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
// Database status component
|
|
96
|
+
const DatabaseStatusSection = () => {
|
|
97
|
+
const databaseType = status?.tursoEnabled
|
|
98
|
+
? 'Turso Cloud Database'
|
|
99
|
+
: 'SQLite file on host server';
|
|
100
|
+
const icon = status?.tursoEnabled ? '☁️' : '📁';
|
|
101
|
+
|
|
102
|
+
return (
|
|
103
|
+
<div className="bg-white shadow sm:rounded-lg">
|
|
104
|
+
<div className="px-4 py-5 sm:p-6">
|
|
105
|
+
<h3 className="text-base font-bold leading-6 text-gray-900">
|
|
106
|
+
Database Configuration
|
|
107
|
+
</h3>
|
|
108
|
+
<div className="mt-2 max-w-xl text-sm text-gray-500">
|
|
109
|
+
<p>
|
|
110
|
+
Database configuration is managed at the infrastructure level.
|
|
111
|
+
</p>
|
|
112
|
+
</div>
|
|
113
|
+
<div className="mt-5">
|
|
114
|
+
<div className="flex items-center space-x-3 rounded-md bg-gray-50 p-4">
|
|
115
|
+
<span className="text-2xl">{icon}</span>
|
|
116
|
+
<div>
|
|
117
|
+
<div className="text-sm font-bold text-gray-900">
|
|
118
|
+
Current Database: {databaseType}
|
|
119
|
+
</div>
|
|
120
|
+
<div className="text-xs text-gray-500">
|
|
121
|
+
{status?.tursoEnabled
|
|
122
|
+
? 'Using Turso cloud-hosted SQLite database'
|
|
123
|
+
: 'Using local SQLite database file'}
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
);
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
return (
|
|
134
|
+
<div className="space-y-6">
|
|
135
|
+
{initialize && (
|
|
136
|
+
<div className="rounded-md border border-blue-200 bg-blue-50 p-4">
|
|
137
|
+
<div className="flex">
|
|
138
|
+
<div className="flex-shrink-0">
|
|
139
|
+
<span className="text-xl text-blue-500">🚀</span>
|
|
140
|
+
</div>
|
|
141
|
+
<div className="ml-3">
|
|
142
|
+
<h3 className="text-sm font-bold text-blue-800">
|
|
143
|
+
Initialize Your StoryKeep
|
|
144
|
+
</h3>
|
|
145
|
+
<div className="mt-2 text-sm text-blue-700">
|
|
146
|
+
<p>
|
|
147
|
+
Complete your advanced configuration to secure your
|
|
148
|
+
installation and enable features.
|
|
149
|
+
</p>
|
|
150
|
+
</div>
|
|
151
|
+
</div>
|
|
152
|
+
</div>
|
|
153
|
+
</div>
|
|
154
|
+
)}
|
|
155
|
+
|
|
156
|
+
<UnsavedChangesBar formState={formState} />
|
|
157
|
+
|
|
158
|
+
<div className="space-y-8">
|
|
159
|
+
<DatabaseStatusSection />
|
|
160
|
+
<AuthConfigSection formState={formState} status={status} />
|
|
161
|
+
<APIConfigSection formState={formState} status={status} />
|
|
162
|
+
</div>
|
|
163
|
+
</div>
|
|
164
|
+
);
|
|
165
|
+
}
|