Use task icons for all kinds of tasks (#10333)

<img width="565" alt="image"
src="https://github.com/zed-industries/zed/assets/2690773/cbb59154-1153-459a-978c-8c125e879d27">
<img width="562" alt="image"
src="https://github.com/zed-industries/zed/assets/2690773/d3f65a09-2f75-4db8-85c2-1abb591e609c">


Release Notes:

- Added more icons to task modal
This commit is contained in:
Kirill Bulatov 2024-04-09 22:51:59 +02:00 committed by GitHub
parent 759c65d4bd
commit 7dfc7184b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 21 deletions

View file

@ -104,6 +104,7 @@ pub enum IconName {
Return,
ReplyArrowRight,
ReplyArrowLeft,
Settings,
Screen,
SelectAll,
Shift,
@ -200,6 +201,7 @@ impl IconName {
IconName::Return => "icons/return.svg",
IconName::ReplyArrowRight => "icons/reply_arrow_right.svg",
IconName::ReplyArrowLeft => "icons/reply_arrow_left.svg",
IconName::Settings => "icons/file_icons/settings.svg",
IconName::Screen => "icons/desktop.svg",
IconName::SelectAll => "icons/select_all.svg",
IconName::Shift => "icons/shift.svg",