breads-client
breads-client copied to clipboard
Keep track of what you read online and see what your friends are reading.
I've created a tag pairs dropdown on the Global Aside, going through the existing state with a new selector rather than a new call to the database: 
Updates
Modified GlobalReadingsList, Routes and Navbar to direct user to 'subscriptions' on first read. Unless logged out, user now has to navigate to 'global' readings
The user should see a default text placeholder whenever they don't have any readings, subscriptions, or subscribers. This text should let the user know they haven't read any articles, followed...
Modified InitializationCard code to call VirtualizationList.tsx component rather than have duplicate code in both files.
Modified breads-client/src/features/globalReadings/components/GlobalReadingsList.tsx and added breads-client/src/common/InitializationCard.tsx to handle when a user has no readings or a user's friends have no readings.
I'd like to transition our frontend design from using custom css to using [Material UI](https://mui.com/) components. This issue will help us track progress on this transition. Here are the current...
Tests
Tests are ~~outdated~~ being updated, but not fully complete. We are using [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/), [Jest](https://jestjs.io/docs/getting-started), and [Enzyme](https://enzymejs.github.io/enzyme/). Follow this issue to track progress. Feel free to leave a comment...
Closes #92 Beginning this branch now, and will merge will complete
This is dependent on a new api endpoint (check status [here](https://github.com/zero-to-mastery/breads-server/issues/63)). Whenever a user pastes a new url to the article form, check the server and return the response. Notify...
Users should see their friend's readings when first logged in and have to navigate to the global readings page