user-story icon indicating copy to clipboard operation
user-story copied to clipboard

POST stories. GET features.

Results 70 user-story issues
Sort by recently updated
recently updated
newest added

## Describe the bug In the mobile web UI the comment button gets 90% hid by the graphic as shown in the image below. It'd be better to shift the...

## Describe the bug If a user votes up or votes down a story the voter count updates but not the follower list. ## To Reproduce Steps to reproduce the...

**Issue Number** fixes #209 **Describe the changes you've made** Added `key` prop that points to the user's id which is unique to each user, hence resolving the unique key prop...

## Describe the bug The voter's list is mapped without a key to each of the mapped children (individual voter item), causing the error `Each child in a list should...

**Issue Number** fixes #203 **Describe the changes you've made** The `handleInputChange` callback is triggered on every keypress, also the user information is updated on every keypress and stored in the...

**Issue Number** fixes #199 **Describe the changes you've made** Added `onClick` listener on the modal backdrop. But, since the `div` that holds the actual modal is the child of the...

## Describe the bug A clear and concise description of what the bug is. [Accessibility] When we open the sign-in or sign-up page on mobile the EOS Icon on both...

## Describe the bug Some buttons have a different design on the same page (my stories page). They are not consistent. without consistency, It creates confusion for the user and...

Currently, we have to use `npm i -f` mainly because of the multiple react versions being used by the dependencies. It would make sense to move to react-router and also...

## Describe the bug On the profile page, we can add/update our bio and social handles. When we are adding or updating the values, the existing code is accepting empty...