diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2023-08-17 15:09:30 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-08-22 10:38:46 +0200 |
commit | 3fd18ce450c62719d12810732d0ef6ac083f8736 (patch) | |
tree | d782ac2e180b216c3d74fc7bbd49960795bb1943 /webpack.modules.js | |
parent | 2a435e8bd2567d8ca68976de4dec7bc3eea9a853 (diff) | |
download | nextcloud-server-3fd18ce450c62719d12810732d0ef6ac083f8736.tar.gz nextcloud-server-3fd18ce450c62719d12810732d0ef6ac083f8736.zip |
feat(dashboard): implement widget item api v2
This API enables the dashboard to render all widgets from the API data
alone without having apps to provide their own bundles. This saves a lot
of traffic and execution time as a lot less javascript has to be parsed
on the frontend.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r-- | webpack.modules.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.modules.js b/webpack.modules.js index 72509887a5f..cc7f5b7829a 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -109,7 +109,6 @@ module.exports = { updatenotification: path.join(__dirname, 'apps/updatenotification/src', 'init.js'), }, user_status: { - dashboard: path.join(__dirname, 'apps/user_status/src', 'dashboard.js'), menu: path.join(__dirname, 'apps/user_status/src', 'menu.js'), }, weather_status: { |