-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
ref(issues): Rename progress state 'triaged' to 'assigned' #117964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
d5e9795
f18343e
d1f8256
83a13da
2a40b6c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| import type {SVGIconProps} from './svgIcon'; | ||
| import {SvgIcon} from './svgIcon'; | ||
|
|
||
| export function IconTriaged(props: SVGIconProps) { | ||
| return ( | ||
| <SvgIcon {...props}> | ||
| <path d="M8 3C10.76 3 13 5.24 13 8H8V3Z" /> | ||
| <path | ||
| fillRule="evenodd" | ||
| clipRule="evenodd" | ||
| d="M8 0C12.42 0 16 3.58 16 8C16 12.42 12.42 16 8 16C3.58 16 0 12.42 0 8C0 3.58 3.58 0 8 0ZM8 1.5C4.41 1.5 1.5 4.41 1.5 8C1.5 11.59 4.41 14.5 8 14.5C11.59 14.5 14.5 11.59 14.5 8C14.5 4.41 11.59 1.5 8 1.5Z" | ||
| /> | ||
| </SvgIcon> | ||
| ); | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -145,6 +145,7 @@ export {IconTerminal} from './iconTerminal'; | |
| export {IconThumb} from './iconThumb'; | ||
| export {IconTimer} from './iconTimer'; | ||
| export {IconTrello} from './iconTrello'; | ||
| export {IconTriaged} from './iconTriaged'; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we change the icon name to
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I mentioned in the PR description that I didn't like IconAssigned because it might be confused with the user icon. But I do agree that these icons probably would be better if we named them something completely different (based on their appearance rather than their relation to progress) |
||
| export {IconUnsubscribed} from './iconUnsubscribed'; | ||
| export {IconUpgrade} from './iconUpgrade'; | ||
| export {IconUpload} from './iconUpload'; | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make these assigned as well? 🤔 or maybe something around a progress circle or something to decouple it from the state name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes probably better to do this!
Renamed to reference their appearance: