From 3fd18ce450c62719d12810732d0ef6ac083f8736 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Thu, 17 Aug 2023 15:09:30 +0200 Subject: 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 --- webpack.modules.js | 1 - 1 file changed, 1 deletion(-) (limited to 'webpack.modules.js') 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: { -- cgit v1.2.3