Skip to content

Fix: show chapter title in lesson view#2312

Open
aditya-patwa18 wants to merge 60 commits intofrappe:mainfrom
aditya-patwa18:fix-show-chapter-title
Open

Fix: show chapter title in lesson view#2312
aditya-patwa18 wants to merge 60 commits intofrappe:mainfrom
aditya-patwa18:fix-show-chapter-title

Conversation

@aditya-patwa18
Copy link
Copy Markdown

This PR fixes the issue where the chapter title was only visible in Zen mode.

The chapter and course title are now displayed consistently in the lesson view, making it easier for users to understand the context of the lesson.

iamrubeng and others added 30 commits March 31, 2026 08:53
revert: change switches into checkbox
ci(build): add payments repository to APPS_JSON
…kout

fix: allow zero amount checkout with coupons
fix: improved list for assignments and programming exercises
fix: prevent path traversal in scorm file
pateljannat and others added 26 commits April 10, 2026 18:06
refactor: jobs and certified participants view
fix: loading state on batch details, student enrollment by admin
@cypress
Copy link
Copy Markdown

cypress bot commented Apr 14, 2026

lms    Run #3058

Run Properties:  status check passed Passed #3058  •  git commit ec5359a310 ℹ️: Merge 189cae34902f401133b8a5f0ac385e736fe31cc0 into 0838a9d325ee2c2264ac9e92857c...
Project lms
Branch Review develop
Run status status check passed Passed #3058
Run duration 00m 29s
Commit git commit ec5359a310 ℹ️: Merge 189cae34902f401133b8a5f0ac385e736fe31cc0 into 0838a9d325ee2c2264ac9e92857c...
Committer pull[bot]
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

@cypress
Copy link
Copy Markdown

cypress bot commented Apr 14, 2026

lms    Run #3069

Run Properties:  status check passed Passed #3069  •  git commit 189cae3490: Merge pull request #2311 from raizasafeel/fix
Project lms
Branch Review develop
Run status status check passed Passed #3069
Run duration 00m 34s
Commit git commit 189cae3490: Merge pull request #2311 from raizasafeel/fix
Committer Raizaaa
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 1
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

@raizasafeel
Copy link
Copy Markdown
Contributor

Could you add a detailed description with before and after? Because if you mean inside the lesson editor, it is a deliberate design choice since in normal mode, you can see the chapter name in breadcrumbs.

@aditya-patwa18
Copy link
Copy Markdown
Author

Thanks for pointing that out.

What I noticed while using the lesson view is that the chapter name is technically present in the breadcrumbs, but it’s easy to overlook when you're focused on the lesson content. Also, there’s a small inconsistency — in Zen mode, the chapter name appears near the title, but in normal mode it doesn’t.

Before:

  • Chapter name is only visible in the breadcrumbs
  • Not shown near the lesson title in normal view
  • Shown near the title only in Zen mode

After:

  • Chapter name is always visible below the lesson title
  • Same behavior in both normal and Zen modes

The idea was just to make the context of the lesson clearer without changing how navigation works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants