mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user