Akash Kumawat

Results 12 issues of Akash Kumawat

### PR Fixes: - #444 ![cms signin page fix](https://github.com/code100x/cms/assets/113286019/1b82ea84-83d2-46cd-834a-bd76c5e1fa75) ### Checklist before requesting a review - [X] I have performed a self-review of my code - [X] I assure there...

**Describe the bug** The password visibility toggle button on the login page is not properly aligned within the input box. resulting, when a user clicks on the password input box,...

bug

### PR Fixes: #139 I've successfully integrated Bind mounts with docker-compose file. when running 'docker compose watch', if we change any file and save it, the docker image is hot-reloaded....

Reverts code100x/cms#474 change in tailwind.config.js creates many problems -> landing page photos are not render and UI layout is broken.

can you tell me how to change this code to one line so i also add this to api @Kinfe123

#84 https://github.com/Kinfe123/farm-ui/assets/113286019/3dc51cd1-b7f6-4703-a985-87c766625c4b @Kinfe123 Check this out!

![Screenshot 2024-06-29 191407](https://github.com/Kinfe123/farm-ui/assets/113286019/cc115663-0040-4777-a4a2-f2807e76a12b)

Inconsistent formatting occurs due to conflicting settings between contributors. Adding a global Prettier configuration file will ensure uniform code formatting across the project. @Kinfe123

# Description 📣 Fixes UI overflow in Dailog box. The issue was caused by setting `bodyClassName="overflow-visible"` in the `ModalContent`, which allowed dialog content to extend beyond the modal boundaries. Fixes...