daily-code
daily-code copied to clipboard
### Describe the bug The placement of the magnifying glass icon within the appbar in mobile resolution is positioned towards the right side rather than being centered, which presents an...
This pull request addresses the issue of the 100xdevs image and footer appearing visually unappealing in light mode. #issue335 ### Summary of Changes: Implemented modifications to ensure a visually pleasing...
### PR Fixes: - 1 the scrollableref variable fixed - 2 the codeBlock.module.css had min width 500px that is changed to auto so that it doesnt overflow Resolves #[343]
**Describe the bug** The code snippet container is not responsive, and overflows on smaller screens **To Reproduce** Steps to reproduce the behavior: 1. Go to [https://projects.100xdevs.com/tracks/CI-CD/cicd-8](https://projects.100xdevs.com/tracks/CI-CD/cicd-8) 2. Check screen responsiveness...
### PR Fixes: - added the missing variable `scrollableContainerRef` Resolves #340
### PR Fixes: - 1 - 2 Resolves #[340] ### Checklist before requesting a review - [x] I have performed a self-review of my code - [x] I assure there...
Users can conveniently filter content by selecting multiple categories through a dropdown menu or buttons. https://github.com/code100x/daily-code/assets/61496236/a78b28d4-7efb-40ef-a60b-015d6e5bfab8 ### Checklist before requesting a review - [x] I have performed a self-review of...
Refactored the code for CodeBlock for changing themes and swithced themes for dark mode and light mode as well, and fixed an small issue where variable name is removed in...
### Brief: 1. Currently, the category and filtered state has been dealt at client side. 2. This PR covers the handling of category filtering at server side. ### Checklist before...