Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Fix : Inconsistent Step Titles Displayed in Editor Mode & Visual Enhancement ] #1025

Closed
rohitPandey469 opened this issue Jan 5, 2024 · 4 comments · May be fixed by #1028
Closed

[ Fix : Inconsistent Step Titles Displayed in Editor Mode & Visual Enhancement ] #1025

rohitPandey469 opened this issue Jan 5, 2024 · 4 comments · May be fixed by #1028
Labels
bug Something isn't working Feature New feature help wanted Extra attention is needed stale UI/UX

Comments

@rohitPandey469
Copy link

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.

To Reproduce
Steps to reproduce the behavior:

  1. Navigate to 'localhost:5173'
  2. Create a New Tutorial.
  3. Add the First step with a title, for example, "Python."
  4. Add a new step with a title, for example, "Installing Python," and so on.
  5. In Editor Mode, go to any step; all step titles and times are being repopulated with the first step's title and time.
  6. Currently, only the first step's properties are editable.

Expected behavior
Corresponding to each step, their titles and times should repopulate in Editor Mode, allowing access to edit other step titles and times as well.

Screenshots

First Step
image
Second Step
image
Third Step
image
Where all only have difference in context

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Chrome

Additional context
Currently, when all the steps are marked as complete, the left sidebar displays blue ticks for each step, and all step titles appear identical. This uniformity creates an unusual visual experience. A suggested enhancement is to introduce a distinct background color for the step that is clicked, providing a clear visual indication that it is the currently open step. This improvement would enhance the user interface and contribute to a more intuitive user experience.

Would like to work?
Yes

@github-actions github-actions bot added bug Something isn't working Feature New feature help wanted Extra attention is needed UI/UX labels Jan 5, 2024
@rohitPandey469
Copy link
Author

I suspect that the data is being stored correctly, but there might be an issue with the proper retrieval and display, especially for steps beyond the first one. @shivareddy6, @ABHISHEK-PANDEY2, @rijusougata13, I would appreciate your insights on this. What are your thoughts?

@rohitPandey469
Copy link
Author

Hey @shivareddy6, @ABHISHEK-PANDEY2, and @rijusougata13,

Hope you're doing awesome! 🌟 Quick thing—I've noticed some opportunities to make the code around step titles and the sub/index.js in the tutorial more readable by trimming down some unnecessary bits.

Mind if I roll out a separate PR just for the readability tweaks? Your thoughts and thumbs up would mean a lot.

Thanks a bunch! 🚀

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label May 10, 2024
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Feature New feature help wanted Extra attention is needed stale UI/UX
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant