Merge pull request #29152 from overleaf/dp-dashboard-dark-mode

Add data-theme attribute to project list page

GitOrigin-RevId: 3a623e3258d55e01f0911bcc45b78bcdba21745b
This commit is contained in:
David
2025-10-21 10:07:45 +01:00
committed by Copybot
parent f3036e5979
commit 129ea72d36
12 changed files with 98 additions and 52 deletions
@@ -23,6 +23,16 @@ describe('ProjectListController', function () {
lastActive: new Date(2),
signUpDate: new Date(1),
lastLoginIp: '111.111.111.112',
ace: {
syntaxValidation: true,
pdfViewer: 'pdfjs',
spellCheckLanguage: 'en',
autoPairDelimiters: true,
autoComplete: true,
fontSize: 12,
theme: 'textmate',
mode: 'none',
},
}
ctx.users = {
'user-1': {