Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui): Only show info popups in the main frame of a tab #948

Merged
merged 3 commits into from
Apr 3, 2022

Conversation

melink14
Copy link
Owner

@melink14 melink14 commented Apr 3, 2022

  • This includes the enable/help message as well as the copied to clipboard message.
  • Adds a test for the clipboard message.
  • Also removes a commented out piece of unused code from an visual screenshot test.

melink14 and others added 3 commits April 3, 2022 14:36
- This includes the enable/help message as well as the copied to clipboard message.
- Adds a test for the clipboard message.
- Also removes a commented out piece of unused code from an visual screenshot test.
@melink14 melink14 closed this Apr 3, 2022
@melink14 melink14 reopened this Apr 3, 2022
@codecov
Copy link

codecov bot commented Apr 3, 2022

Codecov Report

Merging #948 (4ca7afc) into main (23fc0df) will increase coverage by 3.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #948      +/-   ##
==========================================
+ Coverage   76.55%   79.65%   +3.09%     
==========================================
  Files           7        7              
  Lines        2999     3003       +4     
  Branches      160      171      +11     
==========================================
+ Hits         2296     2392      +96     
+ Misses        702      610      -92     
  Partials        1        1              
Impacted Files Coverage Δ
extension/rikaichan.ts 87.74% <100.00%> (+16.50%) ⬆️
extension/rikaicontent.ts 76.17% <0.00%> (+0.77%) ⬆️
extension/data.ts 82.00% <0.00%> (+2.57%) ⬆️
extension/background.ts 76.54% <0.00%> (+4.93%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23fc0df...4ca7afc. Read the comment docs.

@melink14 melink14 merged commit 90c7b21 into main Apr 3, 2022
@melink14 melink14 deleted the melink14/lesshelp branch April 3, 2022 05:57
melink14 pushed a commit that referenced this pull request Apr 4, 2022
## [2.3.0](v2.2.5...v2.3.0) (2022-04-04)

### Features

* **ui:** Isolate rikaikun popup from host page via shadow DOM and `all: revert` ([#933](#933)) ([e6a6e7a](e6a6e7a)), closes [#221](#221)

### Bug Fixes

* **detection:** Copy text affecting style properties of input/textarea elements when creating fake ([#886](#886)) ([23fc0df](23fc0df)), closes [#672](#672)
* **dict:** Update dictionaries to latest versions ([#954](#954)) ([deae6f5](deae6f5))
* **ui:** Only show info popups in the main frame of a tab ([#948](#948)) ([90c7b21](90c7b21))
@melink14
Copy link
Owner Author

melink14 commented Apr 4, 2022

🎉 This PR is included in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant