daily-code icon indicating copy to clipboard operation
daily-code copied to clipboard

Results 365 daily-code issues
Sort by recently updated
recently updated
newest added

scrollableContainerRef missing initialization ### PR Fixes: - 1 scrollableContainerRef not initialized properly Resolves #360 ### Checklist before requesting a review - [x] I have performed a self-review of my code...

### PR Fixes: - Current look of icons ![image](https://github.com/code100x/daily-code/assets/80579894/39648ceb-580e-410f-897a-dc2bc7d6e8df) - Improved look ![image](https://github.com/code100x/daily-code/assets/80579894/07d55580-6c23-47a1-b2c4-750d35d46b9d) -On hovering social icons, I increased their brightness (hover:brightness-150). Resolves #358 ### Checklist before requesting a review...

Add a quit button if any player want to quit also send the message to another play that opponent quit the game

enhancement

**Describe the bug** There is a discrepancy between the background color of the 100xdevs image and the color of the footer.

bug

### PR Fixes: #351 Resolves #351 Before: ![325750658-e16a7a55-b1d3-4cdf-90d9-5248a729a7af](https://github.com/code100x/daily-code/assets/107454977/859b8663-dd1c-4c72-8e87-803d1645bea7) After: ![Screenshot from 2024-04-26 00-09-18](https://github.com/code100x/daily-code/assets/107454977/f0ce8a0f-cad7-4001-b9e0-821ca91358b1)

**Describe the bug** The code snippet is missing the part where scrollableContainerRef is created using useRef. ![image](https://github.com/code100x/daily-code/assets/80579894/e16a7a55-b1d3-4cdf-90d9-5248a729a7af) **To Reproduce** Steps to reproduce the behaviour: 1. Run the project. 2. You...

bug

### PR Fixes: - Undefined scrollableContainerRef: The code previously referenced a variable named scrollableContainerRef for scrolling functionality, but it wasn't defined. I fixed that by defining it. - Resolves: #351...

### PR Fixes: - #353 - Enhanced UI of the sign-in page. - Colors based on theme. Resolves #353 **Video of the changes made** https://github.com/code100x/daily-code/assets/80579894/5be462db-8ebf-4429-9d90-e800122a9f3c ### Checklist before requesting a...

**I'd like to propose some UI enhancements for the sign-in page to improve the user experience.** - Adding a Navbar on the top of the sign-in page. - Colors based...

enhancement

### PR Fixes: 1 This PR loaded with adding Github icon on navigation bar also added link in it of github of [daily code](https://github.com/code100x/daily-code). 2 Also the gitub icon to...