cyber-elx 1.1.9 → 1.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/DEV_DOC/README.md CHANGED
@@ -10,6 +10,12 @@ Custom Login & Register pages using Vue.js components. Covers the multi-step log
10
10
  ### [PaymentPageDev.md](PaymentPageDev.md)
11
11
  Custom Payment page for course enrollment. Handles guest vs logged-in user states, displays course information with price breakdown, and provides payment method selection (online payment or course request). Documents the course object structure, user object, and all dialog interactions.
12
12
 
13
+ ### [StudentCourseDetailPageDev.md](StudentCourseDetailPageDev.md)
14
+ Custom Student Course Detail page for viewing individual courses. Displays course cover, header with logo/name, description, and accordion-style curriculum with chapters and lessons. Features a sticky price card sidebar with promo pricing, course info, buy/request button, and expiration text. Includes video modal for free preview playback and responsive 2-column to 1-column layout.
15
+
16
+ ### [StudentCoursePlayerDev.md](StudentCoursePlayerDev.md)
17
+ Custom Student Course Player for enrolled students. Two-panel layout with sidebar (course card, description/files tabs, accordion chapters with progress tracking) and viewer area (video player with custom controls). Non-video elements (quiz, pdf, iframe, youtube) are rendered via a named slot by the parent component. Supports mobile responsive view switching and RTL for Arabic locales.
18
+
13
19
  ### [StudentCssDev.md](StudentCssDev.md)
14
20
  CSS customization guide for the Student Dashboard. Covers navbar styling (background color, profile button, dropdown menu) and sidebar styling (background, active items, hover effects, submenu items). Includes important notes about using `::before` for backgrounds and required `!important` overrides.
15
21