diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-24 17:23:48 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-09-24 18:53:49 +0200 |
commit | 71f1e0cb9c62574f39f6c458f286041184aae9b5 (patch) | |
tree | 4e4f5b9ed5f92068940cfcc3d0d7aa03b0ddeb04 /webpack.modules.js | |
parent | 280f6df66c199b9e72c23ffa921bbdad7c68d3c0 (diff) | |
download | nextcloud-server-71f1e0cb9c62574f39f6c458f286041184aae9b5.tar.gz nextcloud-server-71f1e0cb9c62574f39f6c458f286041184aae9b5.zip |
refactor(updatenotification): Migrate legacy code
1. Remove hook usage and just provide an initial state
2. Replace jQuery code with modern non-deprecated frontend code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r-- | webpack.modules.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js index c7a0e35e3cd..f788e6f6e84 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -107,6 +107,7 @@ module.exports = { init: path.join(__dirname, 'apps/updatenotification/src', 'init.ts'), 'view-changelog-page': path.join(__dirname, 'apps/updatenotification/src', 'view-changelog-page.ts'), updatenotification: path.join(__dirname, 'apps/updatenotification/src', 'updatenotification.js'), + 'update-notification-legacy': path.join(__dirname, 'apps/updatenotification/src', 'update-notification-legacy.ts'), }, user_status: { menu: path.join(__dirname, 'apps/user_status/src', 'menu.js'), |