Rohit Pandey

Results 33 issues of Rohit Pandey

**Describe the bug** When creating a tutorial with multiple steps, each having a distinct title, the editor mode displays only the title of the first step for all subsequent steps....

bug
help wanted
stale
Feature
UI/UX

**Is your feature request related to a problem? Please describe.** The NewTutorial component currently allows users to add icons for images, videos, and descriptions. However, it lacks the ability to...

stale
Feature
UI/UX

## Description 1. Created a new profile_action `getCurrentUserData` to fetch user data in TutorialPage component. 2. Passed the userId to CommentBox component, and update the userId field in commentData to...

## Description 1. Added a new field called `tags` which is an array and holds the selected tags for specific tutorial. 2. Changed the Cards to show Chip mapped over...

## Description The Avatars used in tutorials at different pages is fixed i.e. now it won't show the default value but actually the user created it, it is like an...

## Description What was happening? On clicking the `follow +` button at '/tutorial/tutorial_id', it wasn't doing anything. How solved it? As soon as the page loads, fetched profile data of...

## Description Now a user can upload as well as change the profile picture. I integrated the previous `Change Profile Picture` functionality present at '/profile' into edit profile section at...

## Description Added a new function `getUserFollowers` which takes user UID as argument and return `list of all the Followers` for a user. And passed the `Codelabz User Data` in...

## Description Changes over the PR #1181 ( for the workings of follow button ) - so do look that PR first. Added a new function `getUserFollowings` taking `uid` as...

## Description The `isUserFollower` and `addUserFollower` and `removeUserFollower` which was already present as redux actions, I used it as onClick's function in the fixedData of HomePage ( contributors and who...