Rohit Pandey
Rohit Pandey
**Is your feature request related to a problem? Please describe.** The current hover effects for authentication icons are not optimal, resulting in an unsatisfactory visual experience. When hovering over the...
**Is your feature request related to a problem? Please describe.** The current implementation lacks a visually pleasing toggle effect for the password visibility icon in the login form. Users may...
## Description Resolved the unused Prompt component in QuillEditor, ensuring it now functions as intended when changes are not saved. Using a setAllSavedCallback in setCurrentStepContent, which set's to true after...
## Description Added a new function named `setTextContent` to the QuillEditor component, which takes a text argument. This function clears the existing content in the Quill editor and inserts the...
## Description The tutorial step is progressing automatically to the next step on clicking the Complete Step button. Made sure that it progress only when the complete Step text is...
## Description Previously, the "/profile" page was rendering only the icons for the SocialIcons component. In this update, I have fetched user data (i.e., `facebook_url`, `linkedin_url`, etc.) and linked it...
## Description Just changed the inline styles to make the forgot password look like a link for forgot password. ## Related Issue Fixes #927 ## How Has This Been Tested?...
Added a flex panel gallery project for hacktoberfest 2023
## Description Added a "total_time" variable in formData which was set to 0 initially and while setting the doc, on each new step creation, a function updateTime is added which...
## Description In this pull request, I implemented the feature to upload images for tutorials. The changes include the following : - Modified the tutorial creation process to handle image...