hardikk2002 / Dev-Essentials

A Chrome Extension, built to keep you updated with the latest happenings, upcoming contests and, new tech innovations.
https://chrome.google.com/webstore/detail/dev-essentials/dokmlpbbanhdpkjfaibnadaebogcdgoi?hl=en-GB
MIT License
19 stars 2 forks source link

Auto-Scroll not working #7

Closed hardikk2002 closed 3 years ago

hardikk2002 commented 3 years ago

Auto-scroll is not working, when a new tab opens up beneath the Index popup page.

The directory that may need changes

src > components > Popop.js

Package that could help: React-Scroll-to-Bottom.

d4rkener commented 3 years ago

Can you explain it in brief??

hardikk2002 commented 3 years ago

Hey @rahulshawdev!

The issue is that when someone clicks on any of the initially given options (like, Blogs space, Coding contests and ...) then that particular component that is attached to the Given Option appends at the bottom.

So, the enhancement of which I was saying is that on clicking, the window (view area) should automatically scroll to the bottom when it has something new below it.

That's why I have linked React-Scroll-to-Bottom npm package it may help to do this task. 💫

Let me know if it is still unclear to you.

RamanSharma100 commented 3 years ago

getting error while installing dependencies in windows

hardikk2002 commented 3 years ago

@RamanSharma100 Please share the Error that you are getting, as this should not be the case I think.

RamanSharma100 commented 3 years ago

this is the error that I am getting while installing dependencies image

RamanSharma100 commented 3 years ago

its the error related to os

hardikk2002 commented 3 years ago

@RamanSharma100 its I think something related to package-lock.json. Once delete:

It will create new lock file and it should work then. But I am not sure, still you can give it a try and reply if it works or not.

RamanSharma100 commented 3 years ago

ya this worked thanks

RamanSharma100 commented 3 years ago

while running the webpack popup is not able to compile and run

image

image

RamanSharma100 commented 3 years ago

i think you haven't mentioned @material-ui/core package

RamanSharma100 commented 3 years ago

working after installing material ui core i will also update the package.json

hardikk2002 commented 3 years ago

@RamanSharma100 yes intall it, I don't know why it is showing that. Run

It will resolve this error.

RamanSharma100 commented 3 years ago

ya already done

hardikk2002 commented 3 years ago

@RamanSharma100 That's awesome, few more things.

inside src/entry/index-options.js


Or simply Change isAuthenticated to false inside

src/components/Options.js