breads-client icon indicating copy to clipboard operation
breads-client copied to clipboard

Keep track of what you read online and see what your friends are reading.

Results 11 breads-client issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/22149360/158063348-c686f3b4-35bc-4bc6-a456-5c0c007f235a.png)

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...

enhancement
trello

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...

enhancement
help wanted
good first issue
trello

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...

enhancement
help wanted
trello

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...

enhancement
help wanted
trello

Users should see their friend's readings when first logged in and have to navigate to the global readings page

enhancement
help wanted
good first issue
trello