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

develop to master #1794

Merged
merged 2 commits into from
May 21, 2024
Merged

develop to master #1794

merged 2 commits into from
May 21, 2024

Conversation

sumitbhanushali
Copy link
Collaborator

  • canned response redesign

Comment on lines +13 to +16
'label': 'Title',
'type': 'Data',
'key': 'title',
'width': '5rem',
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
'label': 'Title',
'type': 'Data',
'key': 'title',
'width': '5rem',
"label": "Title",
"type": "Data",
"key": "title",
"width": "5rem",

Comment on lines +19 to +22
'label': 'Message',
'type': 'Text Editor',
'key': 'message',
'width': '25rem',
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
'label': 'Message',
'type': 'Text Editor',
'key': 'message',
'width': '25rem',
"label": "Message",
"type": "Text Editor",
"key": "message",
"width": "25rem",

Comment on lines +25 to +28
'label': 'Owner',
'type': 'Link',
'key': 'owner',
'width': '5rem',
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
'label': 'Owner',
'type': 'Link',
'key': 'owner',
'width': '5rem',
"label": "Owner",
"type": "Link",
"key": "owner",
"width": "5rem",

Comment on lines +31 to +35
'label': 'Modified On',
'type': 'Datetime',
'key': 'modified',
'width': '5rem',
}
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
'label': 'Modified On',
'type': 'Datetime',
'key': 'modified',
'width': '5rem',
}
"label": "Modified On",
"type": "Datetime",
"key": "modified",
"width": "5rem",
},

Comment on lines +37 to +43
rows = [
"title",
"message",
"owner",
"modified"
]
return {'columns': columns, 'rows': rows}
Copy link
Contributor

Choose a reason for hiding this comment

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

[black-format] reported by reviewdog 🐶

Suggested change
rows = [
"title",
"message",
"owner",
"modified"
]
return {'columns': columns, 'rows': rows}
rows = ["title", "message", "owner", "modified"]
return {"columns": columns, "rows": rows}

@sumitbhanushali sumitbhanushali merged commit fa61683 into main May 21, 2024
3 of 6 checks passed
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.

1 participant