Skip to content
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

feat: Add issue status in linear issue search item #9598

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

muhsin-k
Copy link
Member

@muhsin-k muhsin-k commented Jun 5, 2024

CleanShot_2024-06-05_at_16 08 202x

@muhsin-k muhsin-k marked this pull request as draft June 5, 2024 10:42
Base automatically changed from feature/cw-3365 to develop June 5, 2024 11:10
@muhsin-k muhsin-k marked this pull request as ready for review June 5, 2024 11:49
@muhsin-k muhsin-k temporarily deployed to chatwoot-pr-9598 June 5, 2024 11:49 Inactive
@muhsin-k muhsin-k self-assigned this Jun 5, 2024
@@ -8,6 +8,14 @@ defineProps({
type: Boolean,
default: false,
},
leftIcon: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to call it leftIcon, we can just call it icon, same with leftIconColor

@@ -19,6 +27,12 @@ defineProps({
@focus="$emit('focus')"
>
<div class="inline-flex items-center gap-3 overflow-hidden">
<fluent-icon
v-if="leftIcon"
icon="status"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
icon="status"
icon="status"

Is this okay to be hardcoded?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants