AnkiHubSoftware / ankihub_addon

1 stars 0 forks source link

[BUILD-467] feat: Close ankihub ai from iframe #985

Closed RisingOrange closed 2 months ago

RisingOrange commented 2 months ago

The AnkiHub AI templates will be able to use java script like this to send a message to python to close the chatbot window:

const message = {
    message: "ankihub_close_chatbot",
    sendToPython: true
};
window.parent.postMessage(message, '*');

Related issues

https://ankihub.atlassian.net/jira/software/c/projects/BUILD/boards/1?selectedIssue=BUILD-467

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.74%. Comparing base (5f5b58f) to head (84ab204).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #985 +/- ## ========================================== + Coverage 87.73% 87.74% +0.01% ========================================== Files 66 66 Lines 6758 6764 +6 ========================================== + Hits 5929 5935 +6 Misses 829 829 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.