frankhart2018 / primistore

Locally hosted password management tool
MIT License
5 stars 11 forks source link

making list password as the default route and removing the Home page #83

Closed SumitKumar-17 closed 6 months ago

SumitKumar-17 commented 6 months ago

removing the Home Page and changing the routes, making List password as the default route,removing the MainMenu.js page Issue-73 I have removed the mainMenu Component and made the ListPasswords as the default "/" route as the issue requirements"

Closes #73

SumitKumar-17 commented 6 months ago

I feel that you are referring to the useEffect on the Listpassword.js to which should call the APi on page load . I updated it as useEffect(() => { dispatch(fetchPasswordsThunk()); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);