Harshit Dubey

Results 6 issues of Harshit Dubey

This feature improves the overall design of the social icons in the footer. This includes changes to the icons themselves (style, size, colours) **Current Icons and Colours** ![image](https://github.com/code100x/daily-code/assets/80579894/845f63e8-5b57-4e54-8a24-23d31ab57764) **Describe the...

enhancement

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

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