@shepai/cli 1.76.0-pr240.447630e → 1.76.0-pr241.9ff2c05
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/dist/src/presentation/web/app/actions/get-feature-messages.d.ts +15 -0
- package/dist/src/presentation/web/app/actions/get-feature-messages.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-feature-messages.js +26 -0
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.d.ts +17 -0
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-feature-phase-timings.js +25 -0
- package/dist/src/presentation/web/app/actions/get-feature-plan.d.ts +18 -0
- package/dist/src/presentation/web/app/actions/get-feature-plan.d.ts.map +1 -0
- package/dist/src/presentation/web/app/actions/get-feature-plan.js +31 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.d.ts +8 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.js +90 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts +20 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.js +252 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts +7 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js +68 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.d.ts +14 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.js +112 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/index.d.ts +3 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/index.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/index.js +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.d.ts +8 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.js +24 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.stories.d.ts +18 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.stories.js +125 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.d.ts +6 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.js +35 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts +28 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +157 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.d.ts +8 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.js +40 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.d.ts +22 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.js +188 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/use-tab-data-fetch.d.ts +30 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/use-tab-data-fetch.d.ts.map +1 -0
- package/dist/src/presentation/web/components/common/feature-drawer-tabs/use-tab-data-fetch.js +100 -0
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +1 -2
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -1
- package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +0 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/web/.next/BUILD_ID +1 -1
- package/web/.next/build-manifest.json +2 -2
- package/web/.next/cache/.previewinfo +1 -1
- package/web/.next/cache/.rscinfo +1 -1
- package/web/.next/cache/.tsbuildinfo +1 -1
- package/web/.next/cache/config.json +3 -3
- package/web/.next/fallback-build-manifest.json +2 -2
- package/web/.next/prerender-manifest.json +3 -3
- package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +16 -16
- package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +19 -19
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +16 -16
- package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +19 -19
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +14 -14
- package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
- package/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
- package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js.map +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js.map +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js +1 -1
- package/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +2 -2
- package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js.map +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +1 -1
- package/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_0e9d6bf7._.js +1 -1
- package/web/.next/server/chunks/ssr/_0e9d6bf7._.js.map +1 -1
- package/web/.next/server/chunks/ssr/{_d8868bc0._.js → _30fd6f01._.js} +2 -2
- package/web/.next/server/chunks/ssr/{_d8868bc0._.js.map → _30fd6f01._.js.map} +1 -1
- package/web/.next/server/chunks/ssr/_61351ed3._.js +1 -1
- package/web/.next/server/chunks/ssr/_61351ed3._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_6e08ce21._.js +1 -1
- package/web/.next/server/chunks/ssr/_6e08ce21._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_8400c8bb._.js +1 -1
- package/web/.next/server/chunks/ssr/_8400c8bb._.js.map +1 -1
- package/web/.next/server/chunks/ssr/_9f940437._.js +1 -1
- package/web/.next/server/chunks/ssr/_9f940437._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js +2 -2
- package/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js.map +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js.map +1 -1
- package/web/.next/server/pages/500.html +2 -2
- package/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/server/server-reference-manifest.json +22 -22
- package/web/.next/standalone/src/presentation/web/.next/BUILD_ID +1 -1
- package/web/.next/standalone/src/presentation/web/.next/build-manifest.json +2 -2
- package/web/.next/standalone/src/presentation/web/.next/prerender-manifest.json +3 -3
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +16 -16
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +19 -19
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +16 -16
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +19 -19
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +14 -14
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page/server-reference-manifest.json +6 -6
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page/server-reference-manifest.json +6 -6
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page.js.nft.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page/server-reference-manifest.json +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/744ca_web_components_common_control-center-drawer_create-drawer-client_tsx_5e26fc0a._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_@drawer_repository_[repositoryId]_page_actions_da7eef33.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/8ba4b_server_app_(dashboard)_repository_[repositoryId]_page_actions_0a9251aa.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__17a611f0._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__45dbf93d._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6258349c._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6b17a22d._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__6cbc1149._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__804c006d._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__94a6d275._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/[root-of-the-server]__aad040c0._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_0e9d6bf7._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/{_d8868bc0._.js → _30fd6f01._.js} +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_61351ed3._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_6e08ce21._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_8400c8bb._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/_9f940437._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_163038ba._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_30d7eeda._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_459cb687._.js +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_565a14f8._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_021a05f2.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_7ac3562e._.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/pages/500.html +2 -2
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.js +1 -1
- package/web/.next/standalone/src/presentation/web/.next/server/server-reference-manifest.json +22 -22
- package/web/.next/standalone/src/presentation/web/app/actions/get-feature-messages.ts +42 -0
- package/web/.next/standalone/src/presentation/web/app/actions/get-feature-phase-timings.ts +42 -0
- package/web/.next/standalone/src/presentation/web/app/actions/get-feature-plan.ts +52 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.tsx +272 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.tsx +245 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.tsx +130 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.tsx +136 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/index.ts +2 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.stories.tsx +149 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/messages-tab.tsx +92 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.tsx +186 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.tsx +142 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.stories.tsx +214 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/plan-tab.tsx +121 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-drawer-tabs/use-tab-data-fetch.ts +143 -0
- package/web/.next/standalone/src/presentation/web/components/common/feature-node/derive-feature-state.ts +1 -2
- package/web/.next/standalone/src/presentation/web/components/common/feature-node/feature-node-state-config.ts +0 -3
- package/web/.next/static/chunks/{eba61cbc1ad20c1d.js → 2e2355741bd6a9a7.js} +1 -1
- package/web/.next/static/chunks/{ff6489e28cbf0b7b.js → 437a925303b28b53.js} +1 -1
- package/web/.next/static/chunks/{ba17181b8e8a3593.js → 45b6a69a50b9d9e8.js} +1 -1
- package/web/.next/static/chunks/{4484a8fa29865af9.js → 47b5d582b373816d.js} +3 -3
- package/web/.next/static/chunks/{90f17af918bf9d84.js → 4e6ecfe539924a71.js} +1 -1
- package/web/.next/static/chunks/84d2f2d55e5cf753.css +2 -0
- package/web/.next/static/chunks/90f36476e66cbace.js +1 -0
- package/web/.next/static/chunks/{1f91036a11c9dc01.js → b5078ac043e7335a.js} +1 -1
- package/web/.next/static/chunks/{2b2d40707c3526be.js → dcb8f73fb28b2a26.js} +1 -1
- package/web/.next/static/chunks/{ff708b9a4954c701.js → e37d7d4d215db8f5.js} +1 -1
- package/web/.next/trace +1 -1
- package/web/.next/trace-build +1 -1
- package/web/.next/static/chunks/23c4643c3c3d429c.js +0 -1
- package/web/.next/static/chunks/e12fff3b57456bc2.css +0 -2
- /package/web/.next/static/{8IW4pcSs1YMI4I3CN6S8X → TuKZpCcwG7RLlpnyasgpZ}/_buildManifest.js +0 -0
- /package/web/.next/static/{8IW4pcSs1YMI4I3CN6S8X → TuKZpCcwG7RLlpnyasgpZ}/_clientMiddlewareManifest.json +0 -0
- /package/web/.next/static/{8IW4pcSs1YMI4I3CN6S8X → TuKZpCcwG7RLlpnyasgpZ}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface MessageData {
|
|
2
|
+
role: string;
|
|
3
|
+
content: string;
|
|
4
|
+
options?: string[];
|
|
5
|
+
selectedOption?: number;
|
|
6
|
+
answer?: string;
|
|
7
|
+
}
|
|
8
|
+
type GetMessagesResult = {
|
|
9
|
+
messages: MessageData[];
|
|
10
|
+
} | {
|
|
11
|
+
error: string;
|
|
12
|
+
};
|
|
13
|
+
export declare function getFeatureMessages(featureId: string): Promise<GetMessagesResult>;
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=get-feature-messages.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-feature-messages.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/app/actions/get-feature-messages.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,iBAAiB,GAAG;IAAE,QAAQ,EAAE,WAAW,EAAE,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEzE,wBAAsB,kBAAkB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,iBAAiB,CAAC,CA0BtF"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
import { resolve } from '../../lib/server-container.js';
|
|
3
|
+
export async function getFeatureMessages(featureId) {
|
|
4
|
+
if (!featureId.trim()) {
|
|
5
|
+
return { error: 'Feature id is required' };
|
|
6
|
+
}
|
|
7
|
+
try {
|
|
8
|
+
const repo = resolve('IFeatureRepository');
|
|
9
|
+
const feature = await repo.findById(featureId);
|
|
10
|
+
if (!feature) {
|
|
11
|
+
return { error: 'Feature not found' };
|
|
12
|
+
}
|
|
13
|
+
const messages = feature.messages.map((m) => ({
|
|
14
|
+
role: m.role,
|
|
15
|
+
content: m.content,
|
|
16
|
+
options: m.options,
|
|
17
|
+
selectedOption: m.selectedOption,
|
|
18
|
+
answer: m.answer,
|
|
19
|
+
}));
|
|
20
|
+
return { messages };
|
|
21
|
+
}
|
|
22
|
+
catch (error) {
|
|
23
|
+
const message = error instanceof Error ? error.message : 'Failed to load feature messages';
|
|
24
|
+
return { error: message };
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export interface PhaseTimingData {
|
|
2
|
+
agentRunId: string;
|
|
3
|
+
phase: string;
|
|
4
|
+
startedAt: string;
|
|
5
|
+
completedAt?: string;
|
|
6
|
+
durationMs?: number;
|
|
7
|
+
waitingApprovalAt?: string;
|
|
8
|
+
approvalWaitMs?: number;
|
|
9
|
+
}
|
|
10
|
+
type GetPhaseTimingsResult = {
|
|
11
|
+
timings: PhaseTimingData[];
|
|
12
|
+
} | {
|
|
13
|
+
error: string;
|
|
14
|
+
};
|
|
15
|
+
export declare function getFeaturePhaseTimings(featureId: string): Promise<GetPhaseTimingsResult>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=get-feature-phase-timings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-feature-phase-timings.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/app/actions/get-feature-phase-timings.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,eAAe;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,KAAK,qBAAqB,GAAG;IAAE,OAAO,EAAE,eAAe,EAAE,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAEhF,wBAAsB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAwB9F"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
import { resolve } from '../../lib/server-container.js';
|
|
3
|
+
export async function getFeaturePhaseTimings(featureId) {
|
|
4
|
+
if (!featureId.trim()) {
|
|
5
|
+
return { error: 'Feature id is required' };
|
|
6
|
+
}
|
|
7
|
+
try {
|
|
8
|
+
const repo = resolve('IPhaseTimingRepository');
|
|
9
|
+
const phaseTimings = await repo.findByFeatureId(featureId);
|
|
10
|
+
const timings = phaseTimings.map((t) => ({
|
|
11
|
+
agentRunId: t.agentRunId,
|
|
12
|
+
phase: t.phase,
|
|
13
|
+
startedAt: t.startedAt,
|
|
14
|
+
completedAt: t.completedAt,
|
|
15
|
+
durationMs: t.durationMs != null ? Number(t.durationMs) : undefined,
|
|
16
|
+
waitingApprovalAt: t.waitingApprovalAt,
|
|
17
|
+
approvalWaitMs: t.approvalWaitMs != null ? Number(t.approvalWaitMs) : undefined,
|
|
18
|
+
}));
|
|
19
|
+
return { timings };
|
|
20
|
+
}
|
|
21
|
+
catch (error) {
|
|
22
|
+
const message = error instanceof Error ? error.message : 'Failed to load phase timings';
|
|
23
|
+
return { error: message };
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface PlanTaskData {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
state: string;
|
|
5
|
+
}
|
|
6
|
+
export interface PlanData {
|
|
7
|
+
state: string;
|
|
8
|
+
overview: string;
|
|
9
|
+
tasks: PlanTaskData[];
|
|
10
|
+
}
|
|
11
|
+
type GetPlanResult = {
|
|
12
|
+
plan: PlanData | undefined;
|
|
13
|
+
} | {
|
|
14
|
+
error: string;
|
|
15
|
+
};
|
|
16
|
+
export declare function getFeaturePlan(featureId: string): Promise<GetPlanResult>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=get-feature-plan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-feature-plan.d.ts","sourceRoot":"","sources":["../../../../../../src/presentation/web/app/actions/get-feature-plan.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,YAAY,EAAE,CAAC;CACvB;AAED,KAAK,aAAa,GAAG;IAAE,IAAI,EAAE,QAAQ,GAAG,SAAS,CAAA;CAAE,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAExE,wBAAsB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,CAgC9E"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
'use server';
|
|
2
|
+
import { resolve } from '../../lib/server-container.js';
|
|
3
|
+
export async function getFeaturePlan(featureId) {
|
|
4
|
+
if (!featureId.trim()) {
|
|
5
|
+
return { error: 'Feature id is required' };
|
|
6
|
+
}
|
|
7
|
+
try {
|
|
8
|
+
const repo = resolve('IFeatureRepository');
|
|
9
|
+
const feature = await repo.findById(featureId);
|
|
10
|
+
if (!feature) {
|
|
11
|
+
return { error: 'Feature not found' };
|
|
12
|
+
}
|
|
13
|
+
if (!feature.plan) {
|
|
14
|
+
return { plan: undefined };
|
|
15
|
+
}
|
|
16
|
+
const plan = {
|
|
17
|
+
state: feature.plan.state,
|
|
18
|
+
overview: feature.plan.overview,
|
|
19
|
+
tasks: feature.plan.tasks.map((t) => ({
|
|
20
|
+
title: t.title ?? '',
|
|
21
|
+
description: t.description ?? '',
|
|
22
|
+
state: t.state,
|
|
23
|
+
})),
|
|
24
|
+
};
|
|
25
|
+
return { plan };
|
|
26
|
+
}
|
|
27
|
+
catch (error) {
|
|
28
|
+
const message = error instanceof Error ? error.message : 'Failed to load feature plan';
|
|
29
|
+
return { error: message };
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { PhaseTimingData } from '../../../app/actions/get-feature-phase-timings.js';
|
|
2
|
+
export interface ActivityTabProps {
|
|
3
|
+
timings: PhaseTimingData[] | null;
|
|
4
|
+
loading: boolean;
|
|
5
|
+
error: string | null;
|
|
6
|
+
}
|
|
7
|
+
export declare function ActivityTab({ timings, loading, error }: ActivityTabProps): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=activity-tab.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-tab.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/web/components/common/feature-drawer-tabs/activity-tab.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAE/E,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,eAAe,EAAE,GAAG,IAAI,CAAC;IAClC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AA+CD,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,EAAE,gBAAgB,2CA0DxE"}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { Loader2, AlertCircle, Clock } from 'lucide-react';
|
|
4
|
+
const NODE_TO_PHASE = {
|
|
5
|
+
analyze: 'Analyzing',
|
|
6
|
+
requirements: 'Requirements',
|
|
7
|
+
research: 'Researching',
|
|
8
|
+
plan: 'Planning',
|
|
9
|
+
implement: 'Implementing',
|
|
10
|
+
merge: 'Merging',
|
|
11
|
+
};
|
|
12
|
+
const LIFECYCLE_EVENTS = {
|
|
13
|
+
'run:started': { label: 'started', colorClass: 'text-blue-600' },
|
|
14
|
+
'run:resumed': { label: 'resumed', colorClass: 'text-blue-600' },
|
|
15
|
+
'run:completed': { label: 'completed', colorClass: 'text-emerald-600' },
|
|
16
|
+
'run:failed': { label: 'failed', colorClass: 'text-red-600' },
|
|
17
|
+
'run:stopped': { label: 'stopped', colorClass: 'text-amber-600' },
|
|
18
|
+
'run:crashed': { label: 'crashed', colorClass: 'text-red-600' },
|
|
19
|
+
};
|
|
20
|
+
function isLifecycleEvent(phase) {
|
|
21
|
+
return phase.startsWith('run:');
|
|
22
|
+
}
|
|
23
|
+
function formatDuration(ms) {
|
|
24
|
+
return `${(ms / 1000).toFixed(1)}s`;
|
|
25
|
+
}
|
|
26
|
+
function groupTimingsByRun(timings) {
|
|
27
|
+
const groups = [];
|
|
28
|
+
for (const t of timings) {
|
|
29
|
+
const last = groups[groups.length - 1];
|
|
30
|
+
if (last?.runId === t.agentRunId) {
|
|
31
|
+
last.timings.push(t);
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
groups.push({ runId: t.agentRunId, timings: [t] });
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
return groups;
|
|
38
|
+
}
|
|
39
|
+
export function ActivityTab({ timings, loading, error }) {
|
|
40
|
+
if (loading) {
|
|
41
|
+
return (_jsx("div", { "data-testid": "activity-tab-loading", className: "flex items-center justify-center p-8", children: _jsx(Loader2, { className: "text-muted-foreground h-6 w-6 animate-spin" }) }));
|
|
42
|
+
}
|
|
43
|
+
if (error) {
|
|
44
|
+
return (_jsxs("div", { className: "flex items-center gap-2 p-4 text-sm text-red-600", children: [_jsx(AlertCircle, { className: "h-4 w-4 shrink-0" }), _jsx("span", { children: error })] }));
|
|
45
|
+
}
|
|
46
|
+
if (!timings || timings.length === 0) {
|
|
47
|
+
return (_jsxs("div", { className: "flex flex-col items-center justify-center gap-2 p-8", children: [_jsx(Clock, { className: "text-muted-foreground h-8 w-8" }), _jsx("p", { className: "text-muted-foreground text-sm", children: "No activity recorded yet" })] }));
|
|
48
|
+
}
|
|
49
|
+
const nodeTimings = timings.filter((t) => !isLifecycleEvent(t.phase));
|
|
50
|
+
const maxDurationMs = Math.max(...nodeTimings.map((t) => t.durationMs ?? 0), ...nodeTimings.map((t) => t.approvalWaitMs ?? 0), 0);
|
|
51
|
+
const groups = groupTimingsByRun(timings);
|
|
52
|
+
const multiRun = groups.length > 1;
|
|
53
|
+
const totalExecMs = nodeTimings.reduce((sum, t) => sum + (t.durationMs ?? 0), 0);
|
|
54
|
+
const totalWaitMs = nodeTimings.reduce((sum, t) => sum + (t.approvalWaitMs ?? 0), 0);
|
|
55
|
+
return (_jsxs("div", { className: "flex flex-col gap-4 p-4", children: [_jsx("div", { "data-testid": "activity-timings", className: "flex flex-col gap-3", children: groups.map((group, groupIdx) => (_jsx(RunGroup, { group: group, groupIdx: groupIdx, multiRun: multiRun, maxDurationMs: maxDurationMs }, group.runId))) }), totalExecMs > 0 ? (_jsx(SummaryTotals, { totalExecMs: totalExecMs, totalWaitMs: totalWaitMs })) : null] }));
|
|
56
|
+
}
|
|
57
|
+
function RunGroup({ group, groupIdx, multiRun, maxDurationMs, }) {
|
|
58
|
+
return (_jsxs("div", { className: "flex flex-col gap-1.5", children: [multiRun ? (_jsxs("div", { className: "text-muted-foreground text-xs font-medium", children: ["Run #", groupIdx + 1] })) : null, group.timings.map((t) => {
|
|
59
|
+
if (isLifecycleEvent(t.phase)) {
|
|
60
|
+
return _jsx(LifecycleEventRow, { timing: t }, `${t.agentRunId}-${t.phase}-${t.startedAt}`);
|
|
61
|
+
}
|
|
62
|
+
return (_jsx(NodeTimingRow, { timing: t, maxDurationMs: maxDurationMs }, `${t.agentRunId}-${t.phase}-${t.startedAt}`));
|
|
63
|
+
})] }));
|
|
64
|
+
}
|
|
65
|
+
function LifecycleEventRow({ timing }) {
|
|
66
|
+
const event = LIFECYCLE_EVENTS[timing.phase];
|
|
67
|
+
if (!event)
|
|
68
|
+
return null;
|
|
69
|
+
return (_jsx("div", { className: `text-xs ${event.colorClass}`, children: _jsx("span", { children: event.label }) }));
|
|
70
|
+
}
|
|
71
|
+
function NodeTimingRow({ timing, maxDurationMs, }) {
|
|
72
|
+
const label = timing.phase.includes(':')
|
|
73
|
+
? `rev ${timing.phase.split(':')[1]}`
|
|
74
|
+
: (NODE_TO_PHASE[timing.phase] ?? timing.phase);
|
|
75
|
+
const durationMs = timing.durationMs ?? 0;
|
|
76
|
+
const barPercent = maxDurationMs > 0 ? Math.max(2, (durationMs / maxDurationMs) * 100) : 2;
|
|
77
|
+
const barColorClass = timing.completedAt ? 'bg-emerald-500' : 'bg-blue-500';
|
|
78
|
+
return (_jsxs("div", { className: "flex flex-col gap-1", children: [_jsxs("div", { "data-testid": `timing-bar-${timing.phase}`, className: "flex items-center gap-3", children: [_jsx("span", { className: "text-muted-foreground w-24 shrink-0 text-xs", children: label }), _jsx("div", { className: "bg-muted h-3 flex-1 overflow-hidden rounded-full", children: _jsx("div", { className: `h-full rounded-full ${barColorClass}`, style: { width: `${Math.min(barPercent, 100)}%` } }) }), _jsx("span", { className: "text-muted-foreground w-14 shrink-0 text-right text-xs", children: formatDuration(durationMs) })] }), timing.approvalWaitMs != null && timing.approvalWaitMs > 0 ? (_jsx(ApprovalWaitRow, { timing: timing, maxDurationMs: maxDurationMs })) : null] }));
|
|
79
|
+
}
|
|
80
|
+
function ApprovalWaitRow({ timing, maxDurationMs, }) {
|
|
81
|
+
const waitMs = timing.approvalWaitMs ?? 0;
|
|
82
|
+
const barPercent = maxDurationMs > 0 ? Math.max(2, (waitMs / maxDurationMs) * 100) : 2;
|
|
83
|
+
return (_jsxs("div", { "data-testid": `approval-wait-${timing.phase}`, className: "flex items-center gap-3 pl-4", children: [_jsx("span", { className: "text-muted-foreground w-20 shrink-0 text-xs", children: "approval" }), _jsx("div", { className: "bg-muted h-2.5 flex-1 overflow-hidden rounded-full", children: _jsx("div", { className: "h-full rounded-full bg-amber-500", style: { width: `${Math.min(barPercent, 100)}%` } }) }), _jsx("span", { className: "text-muted-foreground w-14 shrink-0 text-right text-xs", children: formatDuration(waitMs) })] }));
|
|
84
|
+
}
|
|
85
|
+
function SummaryTotals({ totalExecMs, totalWaitMs }) {
|
|
86
|
+
return (_jsxs("div", { "data-testid": "activity-summary", className: "border-border flex flex-col gap-1.5 border-t pt-3", children: [_jsx(SummaryRow, { label: "Total execution", value: formatDuration(totalExecMs) }), totalWaitMs > 0 ? (_jsxs(_Fragment, { children: [_jsx(SummaryRow, { label: "Total wait", value: formatDuration(totalWaitMs) }), _jsx(SummaryRow, { label: "Total wall-clock", value: formatDuration(totalExecMs + totalWaitMs) })] })) : null] }));
|
|
87
|
+
}
|
|
88
|
+
function SummaryRow({ label, value }) {
|
|
89
|
+
return (_jsxs("div", { className: "flex items-center justify-between", children: [_jsx("span", { className: "text-muted-foreground text-xs font-medium", children: label }), _jsx("span", { className: "text-xs font-medium", children: value })] }));
|
|
90
|
+
}
|
package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { ActivityTab } from './activity-tab.js';
|
|
3
|
+
declare const meta: Meta<typeof ActivityTab>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof ActivityTab>;
|
|
6
|
+
/** Default — single run with complete phase timings and approval waits. */
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
/** Multiple runs with run headers showing grouping. */
|
|
9
|
+
export declare const MultipleRuns: Story;
|
|
10
|
+
/** Running phase — a phase without completedAt shows blue bar. */
|
|
11
|
+
export declare const RunningPhase: Story;
|
|
12
|
+
/** Loading state — spinner displayed while data is being fetched. */
|
|
13
|
+
export declare const Loading: Story;
|
|
14
|
+
/** Empty state — no activity recorded yet. */
|
|
15
|
+
export declare const Empty: Story;
|
|
16
|
+
/** Error state — inline error message. */
|
|
17
|
+
export declare const Error: Story;
|
|
18
|
+
/** Approval wait indicators — phases with approval wait sub-rows. */
|
|
19
|
+
export declare const WithApprovalWaits: Story;
|
|
20
|
+
//# sourceMappingURL=activity-tab.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-tab.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,WAAW,CAclC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAC;AAmK1C,2EAA2E;AAC3E,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC;AAEF,uDAAuD;AACvD,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAEF,kEAAkE;AAClE,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAEF,qEAAqE;AACrE,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC;AAEF,8CAA8C;AAC9C,eAAO,MAAM,KAAK,EAAE,KAMnB,CAAC;AAEF,0CAA0C;AAC1C,eAAO,MAAM,KAAK,EAAE,KAMnB,CAAC;AAEF,qEAAqE;AACrE,eAAO,MAAM,iBAAiB,EAAE,KAgC/B,CAAC"}
|
package/dist/src/presentation/web/components/common/feature-drawer-tabs/activity-tab.stories.js
ADDED
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { ActivityTab } from './activity-tab.js';
|
|
3
|
+
const meta = {
|
|
4
|
+
title: 'Drawers/Feature/Tabs/ActivityTab',
|
|
5
|
+
component: ActivityTab,
|
|
6
|
+
tags: ['autodocs'],
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: 'fullscreen',
|
|
9
|
+
},
|
|
10
|
+
decorators: [
|
|
11
|
+
(Story) => (_jsx("div", { style: { height: '600px', width: '400px', border: '1px solid var(--color-border)' }, children: _jsx(Story, {}) })),
|
|
12
|
+
],
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
/* ---------------------------------------------------------------------------
|
|
16
|
+
* Data fixtures
|
|
17
|
+
* ------------------------------------------------------------------------- */
|
|
18
|
+
const singleRunTimings = [
|
|
19
|
+
{
|
|
20
|
+
agentRunId: 'run-1',
|
|
21
|
+
phase: 'run:started',
|
|
22
|
+
startedAt: '2025-01-15T10:00:00Z',
|
|
23
|
+
completedAt: '2025-01-15T10:00:00Z',
|
|
24
|
+
durationMs: 0,
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
agentRunId: 'run-1',
|
|
28
|
+
phase: 'analyze',
|
|
29
|
+
startedAt: '2025-01-15T10:00:01Z',
|
|
30
|
+
completedAt: '2025-01-15T10:00:15Z',
|
|
31
|
+
durationMs: 14000,
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
agentRunId: 'run-1',
|
|
35
|
+
phase: 'requirements',
|
|
36
|
+
startedAt: '2025-01-15T10:00:15Z',
|
|
37
|
+
completedAt: '2025-01-15T10:01:45Z',
|
|
38
|
+
durationMs: 90000,
|
|
39
|
+
waitingApprovalAt: '2025-01-15T10:01:00Z',
|
|
40
|
+
approvalWaitMs: 30000,
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
agentRunId: 'run-1',
|
|
44
|
+
phase: 'research',
|
|
45
|
+
startedAt: '2025-01-15T10:01:45Z',
|
|
46
|
+
completedAt: '2025-01-15T10:03:30Z',
|
|
47
|
+
durationMs: 105000,
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
agentRunId: 'run-1',
|
|
51
|
+
phase: 'plan',
|
|
52
|
+
startedAt: '2025-01-15T10:03:30Z',
|
|
53
|
+
completedAt: '2025-01-15T10:05:00Z',
|
|
54
|
+
durationMs: 90000,
|
|
55
|
+
waitingApprovalAt: '2025-01-15T10:04:30Z',
|
|
56
|
+
approvalWaitMs: 15000,
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
agentRunId: 'run-1',
|
|
60
|
+
phase: 'implement',
|
|
61
|
+
startedAt: '2025-01-15T10:05:00Z',
|
|
62
|
+
completedAt: '2025-01-15T10:15:00Z',
|
|
63
|
+
durationMs: 600000,
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
agentRunId: 'run-1',
|
|
67
|
+
phase: 'run:completed',
|
|
68
|
+
startedAt: '2025-01-15T10:15:00Z',
|
|
69
|
+
completedAt: '2025-01-15T10:15:00Z',
|
|
70
|
+
durationMs: 0,
|
|
71
|
+
},
|
|
72
|
+
];
|
|
73
|
+
const multiRunTimings = [
|
|
74
|
+
// Run 1
|
|
75
|
+
{
|
|
76
|
+
agentRunId: 'run-1',
|
|
77
|
+
phase: 'run:started',
|
|
78
|
+
startedAt: '2025-01-15T10:00:00Z',
|
|
79
|
+
durationMs: 0,
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
agentRunId: 'run-1',
|
|
83
|
+
phase: 'analyze',
|
|
84
|
+
startedAt: '2025-01-15T10:00:01Z',
|
|
85
|
+
completedAt: '2025-01-15T10:00:20Z',
|
|
86
|
+
durationMs: 19000,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
agentRunId: 'run-1',
|
|
90
|
+
phase: 'requirements',
|
|
91
|
+
startedAt: '2025-01-15T10:00:20Z',
|
|
92
|
+
completedAt: '2025-01-15T10:02:00Z',
|
|
93
|
+
durationMs: 100000,
|
|
94
|
+
waitingApprovalAt: '2025-01-15T10:01:20Z',
|
|
95
|
+
approvalWaitMs: 40000,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
agentRunId: 'run-1',
|
|
99
|
+
phase: 'run:completed',
|
|
100
|
+
startedAt: '2025-01-15T10:02:00Z',
|
|
101
|
+
durationMs: 0,
|
|
102
|
+
},
|
|
103
|
+
// Run 2
|
|
104
|
+
{
|
|
105
|
+
agentRunId: 'run-2',
|
|
106
|
+
phase: 'run:resumed',
|
|
107
|
+
startedAt: '2025-01-15T11:00:00Z',
|
|
108
|
+
durationMs: 0,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
agentRunId: 'run-2',
|
|
112
|
+
phase: 'research',
|
|
113
|
+
startedAt: '2025-01-15T11:00:01Z',
|
|
114
|
+
completedAt: '2025-01-15T11:02:30Z',
|
|
115
|
+
durationMs: 149000,
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
agentRunId: 'run-2',
|
|
119
|
+
phase: 'plan',
|
|
120
|
+
startedAt: '2025-01-15T11:02:30Z',
|
|
121
|
+
completedAt: '2025-01-15T11:04:00Z',
|
|
122
|
+
durationMs: 90000,
|
|
123
|
+
waitingApprovalAt: '2025-01-15T11:03:30Z',
|
|
124
|
+
approvalWaitMs: 20000,
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
agentRunId: 'run-2',
|
|
128
|
+
phase: 'implement',
|
|
129
|
+
startedAt: '2025-01-15T11:04:00Z',
|
|
130
|
+
completedAt: '2025-01-15T11:12:00Z',
|
|
131
|
+
durationMs: 480000,
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
agentRunId: 'run-2',
|
|
135
|
+
phase: 'merge',
|
|
136
|
+
startedAt: '2025-01-15T11:12:00Z',
|
|
137
|
+
completedAt: '2025-01-15T11:13:30Z',
|
|
138
|
+
durationMs: 90000,
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
agentRunId: 'run-2',
|
|
142
|
+
phase: 'run:completed',
|
|
143
|
+
startedAt: '2025-01-15T11:13:30Z',
|
|
144
|
+
durationMs: 0,
|
|
145
|
+
},
|
|
146
|
+
];
|
|
147
|
+
const runningTimings = [
|
|
148
|
+
{
|
|
149
|
+
agentRunId: 'run-1',
|
|
150
|
+
phase: 'run:started',
|
|
151
|
+
startedAt: '2025-01-15T10:00:00Z',
|
|
152
|
+
durationMs: 0,
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
agentRunId: 'run-1',
|
|
156
|
+
phase: 'analyze',
|
|
157
|
+
startedAt: '2025-01-15T10:00:01Z',
|
|
158
|
+
completedAt: '2025-01-15T10:00:15Z',
|
|
159
|
+
durationMs: 14000,
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
agentRunId: 'run-1',
|
|
163
|
+
phase: 'implement',
|
|
164
|
+
startedAt: '2025-01-15T10:00:15Z',
|
|
165
|
+
durationMs: 45000,
|
|
166
|
+
},
|
|
167
|
+
];
|
|
168
|
+
/* ---------------------------------------------------------------------------
|
|
169
|
+
* Stories
|
|
170
|
+
* ------------------------------------------------------------------------- */
|
|
171
|
+
/** Default — single run with complete phase timings and approval waits. */
|
|
172
|
+
export const Default = {
|
|
173
|
+
args: {
|
|
174
|
+
timings: singleRunTimings,
|
|
175
|
+
loading: false,
|
|
176
|
+
error: null,
|
|
177
|
+
},
|
|
178
|
+
};
|
|
179
|
+
/** Multiple runs with run headers showing grouping. */
|
|
180
|
+
export const MultipleRuns = {
|
|
181
|
+
args: {
|
|
182
|
+
timings: multiRunTimings,
|
|
183
|
+
loading: false,
|
|
184
|
+
error: null,
|
|
185
|
+
},
|
|
186
|
+
};
|
|
187
|
+
/** Running phase — a phase without completedAt shows blue bar. */
|
|
188
|
+
export const RunningPhase = {
|
|
189
|
+
args: {
|
|
190
|
+
timings: runningTimings,
|
|
191
|
+
loading: false,
|
|
192
|
+
error: null,
|
|
193
|
+
},
|
|
194
|
+
};
|
|
195
|
+
/** Loading state — spinner displayed while data is being fetched. */
|
|
196
|
+
export const Loading = {
|
|
197
|
+
args: {
|
|
198
|
+
timings: null,
|
|
199
|
+
loading: true,
|
|
200
|
+
error: null,
|
|
201
|
+
},
|
|
202
|
+
};
|
|
203
|
+
/** Empty state — no activity recorded yet. */
|
|
204
|
+
export const Empty = {
|
|
205
|
+
args: {
|
|
206
|
+
timings: [],
|
|
207
|
+
loading: false,
|
|
208
|
+
error: null,
|
|
209
|
+
},
|
|
210
|
+
};
|
|
211
|
+
/** Error state — inline error message. */
|
|
212
|
+
export const Error = {
|
|
213
|
+
args: {
|
|
214
|
+
timings: null,
|
|
215
|
+
loading: false,
|
|
216
|
+
error: 'Failed to load phase timings. Please try again.',
|
|
217
|
+
},
|
|
218
|
+
};
|
|
219
|
+
/** Approval wait indicators — phases with approval wait sub-rows. */
|
|
220
|
+
export const WithApprovalWaits = {
|
|
221
|
+
args: {
|
|
222
|
+
timings: [
|
|
223
|
+
{
|
|
224
|
+
agentRunId: 'run-1',
|
|
225
|
+
phase: 'requirements',
|
|
226
|
+
startedAt: '2025-01-15T10:00:00Z',
|
|
227
|
+
completedAt: '2025-01-15T10:03:00Z',
|
|
228
|
+
durationMs: 180000,
|
|
229
|
+
waitingApprovalAt: '2025-01-15T10:01:00Z',
|
|
230
|
+
approvalWaitMs: 120000,
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
agentRunId: 'run-1',
|
|
234
|
+
phase: 'plan',
|
|
235
|
+
startedAt: '2025-01-15T10:03:00Z',
|
|
236
|
+
completedAt: '2025-01-15T10:06:00Z',
|
|
237
|
+
durationMs: 180000,
|
|
238
|
+
waitingApprovalAt: '2025-01-15T10:04:00Z',
|
|
239
|
+
approvalWaitMs: 90000,
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
agentRunId: 'run-1',
|
|
243
|
+
phase: 'implement',
|
|
244
|
+
startedAt: '2025-01-15T10:06:00Z',
|
|
245
|
+
completedAt: '2025-01-15T10:16:00Z',
|
|
246
|
+
durationMs: 600000,
|
|
247
|
+
},
|
|
248
|
+
],
|
|
249
|
+
loading: false,
|
|
250
|
+
error: null,
|
|
251
|
+
},
|
|
252
|
+
};
|
package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { FeatureNodeData } from '../../common/feature-node/index.js';
|
|
2
|
+
export interface FeatureDrawerTabsProps {
|
|
3
|
+
featureNode: FeatureNodeData;
|
|
4
|
+
featureId: string;
|
|
5
|
+
}
|
|
6
|
+
export declare function FeatureDrawerTabs({ featureNode, featureId }: FeatureDrawerTabsProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
//# sourceMappingURL=feature-drawer-tabs.d.ts.map
|
package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-drawer-tabs.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kCAAkC,CAAC;AAWxE,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,eAAe,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;CACnB;AA0BD,wBAAgB,iBAAiB,CAAC,EAAE,WAAW,EAAE,SAAS,EAAE,EAAE,sBAAsB,2CAqFnF"}
|
package/dist/src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.js
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { useState, useEffect, useCallback, useRef } from 'react';
|
|
4
|
+
import { Tabs, TabsList, TabsTrigger, TabsContent } from '../../ui/tabs.js';
|
|
5
|
+
import { getFeaturePhaseTimings } from '../../../app/actions/get-feature-phase-timings.js';
|
|
6
|
+
import { getFeatureMessages } from '../../../app/actions/get-feature-messages.js';
|
|
7
|
+
import { getFeaturePlan } from '../../../app/actions/get-feature-plan.js';
|
|
8
|
+
import { OverviewTab } from './overview-tab.js';
|
|
9
|
+
import { ActivityTab } from './activity-tab.js';
|
|
10
|
+
import { MessagesTab } from './messages-tab.js';
|
|
11
|
+
import { PlanTab } from './plan-tab.js';
|
|
12
|
+
import { useTabDataFetch } from './use-tab-data-fetch.js';
|
|
13
|
+
async function fetchActivity(featureId) {
|
|
14
|
+
const result = await getFeaturePhaseTimings(featureId);
|
|
15
|
+
if ('error' in result)
|
|
16
|
+
throw new Error(result.error);
|
|
17
|
+
return result.timings;
|
|
18
|
+
}
|
|
19
|
+
async function fetchMessages(featureId) {
|
|
20
|
+
const result = await getFeatureMessages(featureId);
|
|
21
|
+
if ('error' in result)
|
|
22
|
+
throw new Error(result.error);
|
|
23
|
+
return result.messages;
|
|
24
|
+
}
|
|
25
|
+
async function fetchPlan(featureId) {
|
|
26
|
+
const result = await getFeaturePlan(featureId);
|
|
27
|
+
if ('error' in result)
|
|
28
|
+
throw new Error(result.error);
|
|
29
|
+
return result.plan;
|
|
30
|
+
}
|
|
31
|
+
const TAB_FETCHERS = {
|
|
32
|
+
activity: fetchActivity,
|
|
33
|
+
messages: fetchMessages,
|
|
34
|
+
plan: fetchPlan,
|
|
35
|
+
};
|
|
36
|
+
export function FeatureDrawerTabs({ featureNode, featureId }) {
|
|
37
|
+
const [activeTab, setActiveTab] = useState('overview');
|
|
38
|
+
const { tabs, fetchTab, refreshTab } = useTabDataFetch(featureId, TAB_FETCHERS);
|
|
39
|
+
// Reset to overview when featureId changes
|
|
40
|
+
const prevFeatureIdRef = useRef(featureId);
|
|
41
|
+
useEffect(() => {
|
|
42
|
+
if (prevFeatureIdRef.current !== featureId) {
|
|
43
|
+
prevFeatureIdRef.current = featureId;
|
|
44
|
+
setActiveTab('overview');
|
|
45
|
+
}
|
|
46
|
+
}, [featureId]);
|
|
47
|
+
// SSE refresh: re-fetch active tab data when featureNode reference changes
|
|
48
|
+
const featureNodeRef = useRef(featureNode);
|
|
49
|
+
const activeTabRef = useRef(activeTab);
|
|
50
|
+
activeTabRef.current = activeTab;
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
if (featureNodeRef.current !== featureNode) {
|
|
53
|
+
featureNodeRef.current = featureNode;
|
|
54
|
+
const current = activeTabRef.current;
|
|
55
|
+
if (current !== 'overview') {
|
|
56
|
+
refreshTab(current);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}, [featureNode, refreshTab]);
|
|
60
|
+
const handleTabChange = useCallback((value) => {
|
|
61
|
+
const tab = value;
|
|
62
|
+
setActiveTab(tab);
|
|
63
|
+
if (tab !== 'overview') {
|
|
64
|
+
fetchTab(tab);
|
|
65
|
+
}
|
|
66
|
+
}, [fetchTab]);
|
|
67
|
+
return (_jsx("div", { className: "flex min-h-0 flex-1 flex-col", children: _jsxs(Tabs, { value: activeTab, onValueChange: handleTabChange, className: "flex min-h-0 flex-1 flex-col", children: [_jsx("div", { className: "shrink-0 px-4 pt-4", children: _jsxs(TabsList, { className: "grid w-full grid-cols-4", children: [_jsx(TabsTrigger, { value: "overview", children: "Overview" }), _jsx(TabsTrigger, { value: "activity", children: "Activity" }), _jsx(TabsTrigger, { value: "messages", children: "Messages" }), _jsx(TabsTrigger, { value: "plan", children: "Plan" })] }) }), _jsx(TabsContent, { value: "overview", className: "mt-0 flex-1 overflow-y-auto", children: _jsx(OverviewTab, { data: featureNode }) }), _jsx(TabsContent, { value: "activity", className: "mt-0 flex-1 overflow-y-auto", children: _jsx(ActivityTab, { timings: tabs.activity.data, loading: tabs.activity.loading, error: tabs.activity.error }) }), _jsx(TabsContent, { value: "messages", className: "mt-0 flex-1 overflow-y-auto", children: _jsx(MessagesTab, { messages: tabs.messages.data, loading: tabs.messages.loading, error: tabs.messages.error }) }), _jsx(TabsContent, { value: "plan", className: "mt-0 flex-1 overflow-y-auto", children: _jsx(PlanTab, { plan: tabs.plan.data, loading: tabs.plan.loading, error: tabs.plan.error }) })] }) }));
|
|
68
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
import { FeatureDrawerTabs } from './feature-drawer-tabs.js';
|
|
3
|
+
declare const meta: Meta<typeof FeatureDrawerTabs>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof FeatureDrawerTabs>;
|
|
6
|
+
/** Default — running feature with full data. Overview tab active. */
|
|
7
|
+
export declare const Default: Story;
|
|
8
|
+
/** Completed feature in deploy phase with merged PR. */
|
|
9
|
+
export declare const CompletedFeature: Story;
|
|
10
|
+
/** Early-stage feature in requirements phase, no progress. */
|
|
11
|
+
export declare const RequirementsPhase: Story;
|
|
12
|
+
/** Feature in error state. */
|
|
13
|
+
export declare const ErrorState: Story;
|
|
14
|
+
//# sourceMappingURL=feature-drawer-tabs.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feature-drawer-tabs.stories.d.ts","sourceRoot":"","sources":["../../../../../../../src/presentation/web/components/common/feature-drawer-tabs/feature-drawer-tabs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAG1D,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,iBAAiB,CAcxC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,iBAAiB,CAAC,CAAC;AA6EhD,qEAAqE;AACrE,eAAO,MAAM,OAAO,EAAE,KAKrB,CAAC;AAEF,wDAAwD;AACxD,eAAO,MAAM,gBAAgB,EAAE,KAK9B,CAAC;AAEF,8DAA8D;AAC9D,eAAO,MAAM,iBAAiB,EAAE,KAK/B,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,UAAU,EAAE,KAKxB,CAAC"}
|