feat: Enhance Course Optimizer Page with Previous Run Links and Improved UI (#2356)

* feat: enhance course optimizer page design in studio

* feat: enhance course optimizer with prev run links update

* fix: increase container size and resolve style issues

* fix: enhance code structure and i18n support
This commit is contained in:
Pandi Ganesh
2025-09-02 17:31:28 +05:30
committed by GitHub
parent 09f4304daa
commit 472d77823f
25 changed files with 5602 additions and 268 deletions

View File

@@ -32,6 +32,7 @@ export async function getCourseDetail(courseId: string, username: string) {
*/
export const waffleFlagDefaults = {
enableCourseOptimizer: false,
enableCourseOptimizerCheckPrevRunLinks: false,
useNewHomePage: true,
useNewCustomPages: true,
useNewScheduleDetailsPage: true,