Merge pull request #29607 from overleaf/dp-redesign-opt-in

Add opt-in for editor redesign

GitOrigin-RevId: 29ec8f4045a6bf29ab26a5ce5bceff70fb3aba6e
This commit is contained in:
David
2025-11-20 09:05:28 +00:00
committed by Copybot
parent 42fa9701e5
commit af41215058
45 changed files with 812 additions and 655 deletions
@@ -542,6 +542,12 @@ async function projectListPage(req, res, next) {
'themed-project-dashboard'
)
const userSettings = await UserSettingsHelper.buildUserSettings(
req,
res,
user
)
res.render('project/list-react', {
title: 'your_projects',
usersBestSubscription,
@@ -550,7 +556,7 @@ async function projectListPage(req, res, next) {
user,
userAffiliations,
userEmails,
userSettings: UserSettingsHelper.buildUserSettings(user),
userSettings,
reconfirmedViaSAML,
allInReconfirmNotificationPeriods,
survey,