Files
oak-gpui/crates
Nathan Sobo 81c118d67d Store focus handles in AppContext instead of Window (#22158)
Previously, each window stored its own collection of focus handles. This
meant that to create a focus handle, you needed to have access to a
Window. I'm working on a simplification to gpui's context types that
removes `WindowContext` and `ViewContext` in favor of passing a window
reference explicitly when rendering or handling events. You'll still
need a window to manipulate focus, but it will be helpful to be able to
create focus handles without a window.

cc @mgsloan 

Release Notes:

- N/A
2024-12-17 14:41:00 -07:00
..
2024-12-12 15:20:21 -08:00
2024-12-17 11:39:18 -07:00
2024-12-17 11:39:18 -07:00
2024-04-30 23:31:59 -06:00
2024-12-16 13:39:40 -05:00
2024-12-13 14:23:02 -05:00
2024-12-17 11:39:18 -07:00
2024-12-13 14:23:02 -05:00
2024-11-18 22:56:34 +01:00
2024-12-03 23:22:26 -05:00
2024-12-13 14:23:02 -05:00