You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user opens a videos category page directly, such as:
/videos/features/
/videos/integrations/
/videos/advanced/
The page always shows the first category tab ("Getting Started") instead of the correct category videos.
For Example:
Opening /videos/features/ should show the "Features" videos, but it currently shows "Getting Started" videos.
The tabs work correctly when clicked manually, but direct page navigation does not keep the correct active category.
Screen-Recording.mp4
Desired State
When a user directly visits a category page, the correct category tab and videos should be shown automatically.
Examples:
/videos/features/ → Features tab and videos should be active
/videos/integrations/ → Integrations tab and videos should be active
/videos/advanced/ → Advanced tab and videos should be active
Current State
When a user opens a videos category page directly, such as:
The page always shows the first category tab ("Getting Started") instead of the correct category videos.
For Example:
The tabs work correctly when clicked manually, but direct page navigation does not keep the correct active category.
Screen-Recording.mp4
Desired State
When a user directly visits a category page, the correct category tab and videos should be shown automatically.
Examples:
/videos/features/ → Features tab and videos should be active
/videos/integrations/ → Integrations tab and videos should be active
/videos/advanced/ → Advanced tab and videos should be active
Contributor Guide and Resources