ZIm/crates/workspace/src
Marshall Bowers 90f4c70a82
Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053)
This PR renames the `h_stack` and `v_stack` to `h_flex` and `v_flex`,
respectively.

We were previously using `h_stack` and `v_stack` to match SwiftUI, but
`h_flex` and `v_flex` fit better with the web/flexbox terminology that
the rest of GPUI uses.

Additionally, we were already calling the utility functions used to
implement `h_stack` and `v_stack` by the new names.

Release Notes:

- N/A
2024-01-15 11:34:06 -05:00
..
pane Remove 2 suffix for workspace 2024-01-03 11:08:51 -08:00
persistence gpui: Remove dependency on sqlez (#3871) 2024-01-05 19:36:55 +01:00
dock.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
item.rs Remove last stale code 2024-01-12 20:59:19 -08:00
modal_layer.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
notifications.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
pane.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
pane_group.rs Merge remote-tracking branch 'origin/main' into cache 2024-01-10 22:58:52 +01:00
persistence.rs Remove last stale code 2024-01-12 20:59:19 -08:00
searchable.rs Remove the last of the major todos 2024-01-09 16:14:54 -08:00
shared_screen.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
status_bar.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
toolbar.rs Rename h_stack and v_stack to h_flex and v_flex, respectively (#4053) 2024-01-15 11:34:06 -05:00
workspace.rs Remove last stale code 2024-01-12 20:59:19 -08:00
workspace_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00