matterbridge 3.0.1-dev-20250504-c760ef8 → 3.0.1-dev-20250504-3bfa000

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -30,6 +30,7 @@ It is also available the official Matterbridge Home Assistant plugin https://git
30
30
  - [package]: Updated dependencies.
31
31
  - [docker]: Updated the [Docker configurations](README-DOCKER.md).
32
32
  - [frontend]: Changing configuration for a plugin now only lock configuration on that plugin.
33
+ - [frontend]: Optimized rendering of Devices and Plugins panels.
33
34
  - [frontend]: Frontend v.2.6.4.
34
35
 
35
36
  ### Fixed
package/dist/frontend.js CHANGED
@@ -966,7 +966,7 @@ export class Frontend {
966
966
  else {
967
967
  this.matterbridge.plugins.saveConfigFromJson(plugin, data.params.formData, true);
968
968
  this.wssSendSnackbarMessage(`Saved config for plugin ${data.params.pluginName}`);
969
- this.wssSendRefreshRequired('plugins');
969
+ this.wssSendRefreshRequired('pluginsRestart');
970
970
  this.wssSendRestartRequired();
971
971
  client.send(JSON.stringify({ id: data.id, method: data.method, src: 'Matterbridge', dst: data.src, success: true }));
972
972
  }
@@ -1458,7 +1458,7 @@ export class Frontend {
1458
1458
  const restartRequired = plugin.restartRequired;
1459
1459
  await this.matterbridge.plugins.saveConfigFromPlugin(plugin, true);
1460
1460
  if (!restartRequired)
1461
- this.wssSendRefreshRequired('plugins');
1461
+ this.wssSendRefreshRequired('pluginsRestart');
1462
1462
  this.wssSendRestartRequired(false);
1463
1463
  }
1464
1464
  else {
@@ -1504,7 +1504,7 @@ export class Frontend {
1504
1504
  const restartRequired = plugin.restartRequired;
1505
1505
  await this.matterbridge.plugins.saveConfigFromPlugin(plugin, true);
1506
1506
  if (!restartRequired)
1507
- this.wssSendRefreshRequired('plugins');
1507
+ this.wssSendRefreshRequired('pluginsRestart');
1508
1508
  this.wssSendRestartRequired(false);
1509
1509
  }
1510
1510
  else {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.944b63c3.css",
4
- "main.js": "./static/js/main.dce7bf34.js",
4
+ "main.js": "./static/js/main.f221e2c1.js",
5
5
  "static/js/453.d855a71b.chunk.js": "./static/js/453.d855a71b.chunk.js",
6
6
  "static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.c4d6cab43bec89049809.woff2",
7
7
  "static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.599f66a60bdf974e578e.woff2",
@@ -77,11 +77,11 @@
77
77
  "static/media/roboto-greek-ext-300-normal.woff": "./static/media/roboto-greek-ext-300-normal.60729cafbded24073dfb.woff",
78
78
  "index.html": "./index.html",
79
79
  "main.944b63c3.css.map": "./static/css/main.944b63c3.css.map",
80
- "main.dce7bf34.js.map": "./static/js/main.dce7bf34.js.map",
80
+ "main.f221e2c1.js.map": "./static/js/main.f221e2c1.js.map",
81
81
  "453.d855a71b.chunk.js.map": "./static/js/453.d855a71b.chunk.js.map"
82
82
  },
83
83
  "entrypoints": [
84
84
  "static/css/main.944b63c3.css",
85
- "static/js/main.dce7bf34.js"
85
+ "static/js/main.f221e2c1.js"
86
86
  ]
87
87
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.dce7bf34.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.f221e2c1.js"></script><link href="./static/css/main.944b63c3.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>