stable

Clone or download

Read-only

chore: Build user account scripts separately

No functional change expected in: - the user preferences pages (general, keys & tokens, password, appearance & language) - the siteadmin user details (changing the password of a user) - the password reset page (the link from the email for "I've lost my password) - the user registration page. part of request #30355 Split core frontend into separate apps Change-Id: I0e821eb4bc752490caf8a574627996f4e7ac9cd3

Modified Files

Name
M src/common/User/Account/DisplayAccountInformationController.php +2 −3 Go to diff View file
M src/common/User/Account/DisplayAppearanceController.php +2 −2 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +3 −2 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +3 −9 Go to diff View file
M src/common/User/Account/LostPassword/DisplayResetPasswordController.php +2 −2 Go to diff View file
M src/common/User/Account/Register/RegisterFormDisplayer.php +3 −2 Go to diff View file
M src/common/User/Account/UserPreferencesHeader.php +7 −2 Go to diff View file
A src/scripts/account/jest.config.js +26 −0 Go to diff View file
A src/scripts/account/package.json +35 −0 Go to diff View file
A src/scripts/account/pnpm-lock.yaml +107 −0 Go to diff View file
A src/scripts/account/src/account-information.ts +21 −0 Go to diff View file
R src/scripts/main/src/account/appearance.test.ts Go to diff View file
R src/scripts/main/src/account/appearance.ts Go to diff View file
R src/scripts/main/src/account/avatar.ts Go to diff View file
R src/scripts/main/src/account/avatar/preview-container.ts Go to diff View file
R src/scripts/main/src/account/avatar/preview.ts Go to diff View file
R src/scripts/main/src/account/avatar/reset.ts Go to diff View file
R src/scripts/main/src/account/avatar/use-default.ts Go to diff View file
R src/scripts/main/src/account/check-pw.ts Go to diff View file
R src/scripts/main/src/account/keys-tokens.ts Go to diff View file
R src/scripts/main/src/account/security.ts Go to diff View file
R src/scripts/main/src/account/timezone.ts Go to diff View file
R src/themes/BurningParrot/css/account/account.scss Go to diff View file
R src/themes/BurningParrot/css/account/includes/_account-information.scss Go to diff View file
R src/themes/BurningParrot/css/account/includes/_appearance.scss Go to diff View file
R src/themes/BurningParrot/css/account/includes/_keys-tokens.scss Go to diff View file
R src/themes/BurningParrot/css/account/includes/_security.scss Go to diff View file
A src/scripts/account/tsconfig.json +4 −0 Go to diff View file
A src/scripts/account/webpack.common.js +62 −0 Go to diff View file
A src/scripts/account/webpack.dev.js +23 −0 Go to diff View file
A src/scripts/account/webpack.prod.js +23 −0 Go to diff View file
M src/scripts/main/package.json +0 −5 Go to diff View file
M src/scripts/main/pnpm-lock.yaml +0 −19 Go to diff View file
M src/scripts/main/webpack.common.js +0 −7 Go to diff View file
M src/www/admin/usergroup.php +2 −2 Go to diff View file