Skip to content

[6825] Pinia Task 8 - product-assistant#6881

Open
n-lark wants to merge 5 commits into6822-pinia-task-5-contextfrom
6825-pinia-task-8-product-assistant
Open

[6825] Pinia Task 8 - product-assistant#6881
n-lark wants to merge 5 commits into6822-pinia-task-5-contextfrom
6825-pinia-task-8-product-assistant

Conversation

@n-lark
Copy link
Contributor

@n-lark n-lark commented Mar 16, 2026

Description

See test plan & details.

⚠️ This is cut from 6822-pinia-task-5-context to daisy chain.

Related Issue(s)

Resolves #6825

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@n-lark n-lark self-assigned this Mar 16, 2026
@n-lark n-lark changed the base branch from main to 6822-pinia-task-5-context March 16, 2026 19:31
@n-lark n-lark changed the title [6825] [6825] Pinia Task 8 - product-assistant Mar 16, 2026
@codecov
Copy link

codecov bot commented Mar 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (6822-pinia-task-5-context@7e57a17). Learn more about missing BASE report.

Additional details and impacted files
@@                     Coverage Diff                      @@
##             6822-pinia-task-5-context    #6881   +/-   ##
============================================================
  Coverage                             ?   76.64%           
============================================================
  Files                                ?      399           
  Lines                                ?    20159           
  Branches                             ?     4855           
============================================================
  Hits                                 ?    15451           
  Misses                               ?     4708           
  Partials                             ?        0           
Flag Coverage Δ
backend 76.64% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

computed: {
...mapState('product/assistant', ['palette', 'editorState', 'version', 'nodeRedVersion', 'supportedActions']),
...mapGetters('product/assistant', ['isFeaturePaletteEnabled', 'isEditorRunning']),
...mapState(useProductAssistantStore, ['palette', 'editorState', 'version', 'nodeRedVersion', 'supportedActions', 'isEditorRunning']),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We never used isFeaturePaletteEnabled so 🔪 .

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bringing a 🔪 to a 🪓 fight

@n-lark n-lark marked this pull request as ready for review March 16, 2026 20:14
@n-lark n-lark requested a review from cstns March 16, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pinia Task 8 - product-assistant

2 participants