Skip to content

Conversation

@georgylobko
Copy link
Member

@georgylobko georgylobko commented Oct 7, 2025

Description

Added a methods to programmatically expand and collapse the AI panel

updateDrawer({ type: 'expandDrawer', payload: { id: 'drawer-id' } });
updateDrawer({ type: 'exitExpandedMode' });

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Oct 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.16%. Comparing base (9d9f437) to head (cadb937).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3916   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files         850      850           
  Lines       24779    24786    +7     
  Branches     8733     8736    +3     
=======================================
+ Hits        24076    24083    +7     
+ Misses        696      654   -42     
- Partials        7       49   +42     

☔ 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.

@georgylobko georgylobko marked this pull request as ready for review October 7, 2025 12:24
@georgylobko georgylobko requested a review from a team as a code owner October 7, 2025 12:24
@georgylobko georgylobko requested review from ClaudioGSDB and just-boris and removed request for a team October 7, 2025 12:24
just-boris
just-boris previously approved these changes Oct 7, 2025
@georgylobko georgylobko changed the title feat: Add expandDrawer method to the plugin API feat: Add enter and exit focus mode methods to the plugin API Oct 7, 2025
@georgylobko georgylobko added this pull request to the merge queue Oct 7, 2025
Merged via the queue into main with commit d024ba3 Oct 7, 2025
82 of 83 checks passed
@georgylobko georgylobko deleted the feat/expand-drawer-plugin-api branch October 7, 2025 16:19
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.

2 participants