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

feat: add option to close overlay #3433

Merged
merged 11 commits into from Jun 18, 2021
Merged

feat: add option to close overlay #3433

merged 11 commits into from Jun 18, 2021

Conversation

anshumanv
Copy link
Member

@anshumanv anshumanv commented Jun 13, 2021

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

yet to

Motivation / Use-Case

add a button on the error overlay to manually allow closing the overlay

Breaking Changes

no

Additional Info

fixes #3361

yarn-error.log Outdated Show resolved Hide resolved
@anshumanv anshumanv changed the title feat: add button to close overlay feat: add option to close overlay Jun 13, 2021
@codecov
Copy link

codecov bot commented Jun 13, 2021

Codecov Report

Merging #3433 (6625c27) into master (639cd75) will decrease coverage by 0.49%.
The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3433      +/-   ##
==========================================
- Coverage   94.77%   94.28%   -0.50%     
==========================================
  Files          34       33       -1     
  Lines        1360     1295      -65     
  Branches      403      400       -3     
==========================================
- Hits         1289     1221      -68     
- Misses         66       67       +1     
- Partials        5        7       +2     
Impacted Files Coverage Δ
client-src/index.js 83.18% <40.00%> (-7.97%) ⬇️
lib/Server.js 95.23% <100.00%> (+0.39%) ⬆️
lib/utils/normalizeOptions.js 98.41% <100.00%> (+0.02%) ⬆️
lib/servers/SockJSServer.js 93.02% <0.00%> (+2.32%) ⬆️
lib/servers/WebsocketServer.js 97.36% <0.00%> (+2.63%) ⬆️

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 639cd75...6625c27. Read the comment docs.

Copy link
Member

@alexander-akait alexander-akait left a comment

Choose a reason for hiding this comment

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

Can we add e2e/overlay.test.js and add simple test?

@anshumanv
Copy link
Member Author

yep lets add it

@alexander-akait
Copy link
Member

@anshumanv I will write one couple tests today, so in future you will easy to add them more

@anshumanv
Copy link
Member Author

yep big thanks @alexander-akait!

@alexander-akait
Copy link
Member

I'm tired of these tests, it is more stable right now, but still very flaky, 80% times of my time I spend on tests instead writing code

@alexander-akait alexander-akait merged commit 307f2e7 into master Jun 18, 2021
@alexander-akait alexander-akait deleted the overlay-2 branch June 18, 2021 00:12
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.

Critial Dependency: the request of a dependency is an expression when upgrading to 4.0.0-beta.3 from beta.2
3 participants