Merge pull request #29607 from overleaf/dp-redesign-opt-in
Add opt-in for editor redesign GitOrigin-RevId: 29ec8f4045a6bf29ab26a5ce5bceff70fb3aba6e
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user