Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

fix(client): fix explorer-menu scroll limit problem #436

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

melchior-voidwolf
Copy link
Contributor

@codecov
Copy link

codecov bot commented Jul 21, 2022

Codecov Report

Merging #436 (4e0565e) into main (9774034) will increase coverage by 0.42%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #436      +/-   ##
==========================================
+ Coverage   69.30%   69.72%   +0.42%     
==========================================
  Files        1057     1061       +4     
  Lines       17949    18030      +81     
  Branches     2474     2490      +16     
==========================================
+ Hits        12439    12572     +133     
+ Misses       5204     5144      -60     
- Partials      306      314       +8     
Flag Coverage Δ
frontend-unit 65.36% <ø> (+0.55%) ⬆️

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

Impacted Files Coverage Δ
...nts/editorViews/ExplorerMenu/ExplorerMenu.style.ts 100.00% <ø> (ø)
...sign-system/src/themes/common/globalStyle.style.ts 75.00% <0.00%> (-25.00%) ⬇️
...c/extensions/extensions/placeholder/findWrapper.ts 92.30% <0.00%> (-7.70%) ⬇️
apps/client-web/src/core/App.tsx 0.00% <0.00%> (ø)
apps/client-web/src/core/RootRoutes.tsx 0.00% <0.00%> (ø)
apps/client-web/src/routes/$domain/index.tsx 0.00% <0.00%> (ø)
packages/design-system/src/utilities/index.ts 100.00% <0.00%> (ø)
apps/client-web/src/core/initializers/index.ts 0.00% <0.00%> (ø)
packages/legacy-editor/src/test/testEditor.tsx 100.00% <0.00%> (ø)
apps/client-web/src/routes/accounts/sign-in.tsx 0.00% <0.00%> (ø)
... and 251 more

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 9774034...4e0565e. Read the comment docs.

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

Successfully merging this pull request may close these issues.

When explore is scrolled to its limit, the page should not be scrolled
2 participants