zed/crates
Marshall Bowers b136d21ebf
Make tab close button square (#4052)
This PR makes the close button for tabs square.

`IconButton` now accepts a `shape`, and using `IconButtonShape::Square`
will ensure the `IconButton` is square with respect to its contained
icon.

#### Before

<img width="119" alt="Screenshot 2024-01-15 at 10 32 40 AM"
src="https://github.com/zed-industries/zed/assets/1486634/dc806b9b-411f-4cd9-8c10-676d2cbd298b">

#### After

<img width="116" alt="Screenshot 2024-01-15 at 10 32 24 AM"
src="https://github.com/zed-industries/zed/assets/1486634/8b4ef43c-14b6-449f-a235-5d7affd82c4e">

Release Notes:

- Changed the tab close button to be square.
2024-01-15 10:43:03 -05:00
..
activity_indicator
ai
assets
assistant Remove unused imports 2024-01-13 22:44:47 -07:00
audio
auto_update
breadcrumbs
call Open chat when joining a channel with guests 2024-01-12 15:08:14 -07:00
channel Make chat prettier (to my eyes at least) 2024-01-13 21:37:13 -07:00
cli
client Don't open files unescessary in dev builds 2024-01-12 22:47:07 -08:00
clock
collab chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
collab_ui chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
collections
command_palette
copilot
copilot_ui Merge remote-tracking branch 'origin/main' into cache 2024-01-10 22:58:52 +01:00
db
diagnostics
editor Disable copilot for feedback and lsp log editors (#4048) 2024-01-15 15:59:27 +02:00
feature_flags Revert "Remove ChannelsAlpha flag" 2024-01-10 11:52:33 -07:00
feedback Disable copilot for feedback and lsp log editors 2024-01-15 15:49:23 +02:00
file_finder Show abs path matches in file finder 2024-01-11 17:49:46 +02:00
fs
fsevent
fuzzy
git
go_to_line
gpui Rebuild shader header when cbindgen sources have changed 2024-01-15 16:23:22 +01:00
gpui_macros Remove some comments 2024-01-12 20:10:40 -08:00
install_cli
journal
language
language_selector
language_tools Disable copilot for feedback and lsp log editors 2024-01-15 15:49:23 +02:00
live_kit_client Suppress unused field warning 2024-01-11 16:21:55 -08:00
live_kit_server
lsp
media
menu
multi_buffer
node_runtime
notifications
outline
picker
plugin
plugin_macros
plugin_runtime
prettier
project remove more commented code 2024-01-12 20:10:40 -08:00
project_panel chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
project_symbols
quick_action_bar
recent_projects
refineable Remove some comments 2024-01-12 20:10:40 -08:00
rich_text chat panel ++ (#4044) 2024-01-14 13:54:10 -07:00
rope
rpc remove more commented code 2024-01-12 20:10:40 -08:00
search remove more commented code 2024-01-12 20:10:40 -08:00
semantic_index remove more commented code 2024-01-12 20:10:40 -08:00
settings
snippet
sqlez
sqlez_macros
story
storybook Prevent storybook dialog from swallowing terminal cursor when ctrl-c-ed 2024-01-15 10:19:08 -05:00
sum_tree
terminal
terminal_view Merge remote-tracking branch 'origin/main' into cache 2024-01-15 11:37:46 +01:00
text
theme Clean up some theme TODOs (#4034) 2024-01-12 10:37:18 -05:00
theme_importer Fix whitespace symbol colors in the editor, use zed1 one 2024-01-11 17:43:49 +02:00
theme_selector
ui Make tab close button square (#4052) 2024-01-15 10:43:03 -05:00
util Fix failure to write to keychain because of dropping a future 2024-01-11 16:22:34 -08:00
vcs_menu
vim Stop following when project is unshared 2024-01-10 23:09:09 -07:00
welcome
workspace Make tab close button square (#4052) 2024-01-15 10:43:03 -05:00
zed Remove last stale code 2024-01-12 20:59:19 -08:00
zed_actions