Ben Kunkle
d8655f0656
settings_ui: Fix dropdowns after #41036 ( #41920 )
...
Closes #41533
Both of the issues in the release notes that are fixed in this PR, were
caused by incorrect usage of the `window.use_state` API.
The first issue was caused by calling `window.use_state` in a render
helper, resulting in the element ID used to share state being the same
across different pages, resulting in the state being re-used when it
should have been re-created. The fix for this was to move the
`window.state` (and rendering logic) into a `impl RenderOnce` component,
so that the IDs are resolved during the render, avoiding the state
conflicts.
The second issue is caused by using a `move` closure in the
`window.use_state` call, resulting in stale closure values when the
window state is re-used.
Release Notes:
- settings_ui: Fixed an issue where some dropdown menus would show
options from a different dropdown when clicked
- settings_ui: Fixed an issue where attempting to change a setting in a
dropdown back to it's original value after changing it would do nothing
2025-11-04 12:46:16 -05:00
..
2025-11-03 19:25:15 +00:00
2025-11-02 18:11:21 +00:00
2025-11-03 19:25:15 +00:00
2025-10-29 19:35:16 +00:00
2025-11-03 19:25:15 +00:00
2025-10-27 10:05:50 +00:00
2025-10-19 15:52:28 +00:00
2025-11-04 15:35:33 +00:00
2025-10-20 08:35:28 -03:00
2025-10-17 18:58:14 +00:00
2025-10-24 18:19:53 +02:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 21:56:57 +02:00
2025-11-03 19:25:15 +00:00
2025-10-21 10:43:22 +00:00
2025-11-04 15:06:30 +01:00
2025-11-04 15:06:30 +01:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-29 16:41:43 +01:00
2025-11-03 14:50:34 -03:00
2025-11-03 19:25:15 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-10-28 20:21:49 +00:00
2025-10-21 10:43:22 +00:00
2025-10-21 10:43:22 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 17:36:50 +00:00
2025-11-01 19:35:04 +00:00
2025-10-29 22:16:13 -03:00
2025-11-03 19:25:15 +00:00
2025-10-30 13:10:19 +00:00
2025-10-17 18:58:14 +00:00
2025-10-28 16:15:44 -03:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-24 13:25:58 -06:00
2025-10-23 21:04:22 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-01 17:30:13 -04:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-31 01:53:46 +00:00
2025-11-03 20:47:39 +01:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-10-23 14:13:35 -04:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-10-21 10:43:22 +00:00
2025-11-04 15:30:37 +00:00
2025-10-22 17:55:26 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 16:13:03 -07:00
2025-09-11 13:56:06 -07:00
2025-10-31 21:18:22 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 03:54:47 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 12:11:17 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 16:41:06 +00:00
2025-10-20 10:30:06 +00:00
2025-10-17 18:58:14 +00:00
2025-10-20 23:54:56 +03:00
2025-11-04 16:41:06 +00:00
2025-11-03 07:51:04 +01:00
2025-11-04 16:41:06 +00:00
2025-10-30 17:40:56 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 09:43:06 +01:00
2025-10-17 18:58:14 +00:00
2025-10-26 13:24:26 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 22:22:50 -03:00
2025-10-26 13:24:26 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 20:47:39 +01:00
2025-11-04 12:23:34 +05:30
2025-11-03 19:25:15 +00:00
2025-10-21 10:43:22 +00:00
2025-10-31 18:12:02 +00:00
2025-10-17 18:58:14 +00:00
2025-10-22 19:52:38 +00:00
2025-10-31 01:53:46 +00:00
2025-11-04 17:48:42 +05:30
2025-10-22 19:52:38 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 19:25:15 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 08:24:17 -07:00
2025-10-17 18:58:14 +00:00
2025-11-04 08:24:17 -07:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-20 17:20:09 +00:00
2025-10-17 18:58:14 +00:00
2025-10-26 13:24:26 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 21:56:57 +02:00
2025-11-03 22:01:52 +00:00
2025-10-17 18:58:14 +00:00
2025-10-27 15:24:44 +00:00
2025-10-31 04:26:36 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 16:41:06 +00:00
2025-11-04 20:35:37 +05:30
2025-10-17 18:58:14 +00:00
2025-10-29 16:27:30 +00:00
2025-11-04 16:41:06 +00:00
2025-11-03 21:38:00 -05:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 10:50:05 +00:00
2025-11-04 14:56:24 +00:00
2025-10-28 14:45:27 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 19:25:15 +00:00
2025-10-24 07:52:51 -04:00
2025-11-03 19:25:15 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 14:50:34 -03:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 08:24:17 -07:00
2025-10-27 10:13:26 -04:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 12:46:16 -05:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 19:25:15 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-29 18:49:39 +01:00
2025-10-17 18:58:14 +00:00
2025-10-28 03:00:55 -04:00
2025-10-24 18:19:53 +02:00
2025-11-03 15:25:44 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-31 15:01:50 +00:00
2025-10-31 15:01:50 +00:00
2025-11-04 08:48:38 +00:00
2025-10-23 04:23:25 +05:30
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-02 07:35:11 +00:00
2025-10-22 19:52:38 +00:00
2025-11-03 21:03:18 +00:00
2025-10-24 14:03:01 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 14:31:20 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-04 11:08:51 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-04 20:35:37 +05:30
2025-10-17 18:58:14 +00:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 21:38:00 -05:00
2025-10-17 18:58:14 +00:00
2025-11-03 19:25:15 +00:00
2025-11-03 15:12:08 -08:00
2025-11-03 15:12:08 -08:00
2025-11-04 17:36:50 +00:00
2025-10-29 18:49:39 +01:00
2025-10-17 18:58:14 +00:00