-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Added Linear Block #235
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
Added Linear Block #235
Conversation
|
Review this PR on mrge.io |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
AI code reviewer found 2 issues
| </Link> | ||
| </Column> | ||
| </Row> | ||
| <table width="100%" border={0} cellPadding={0} cellSpacing={0} role="presentation"> |
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.
The imported EmailFooter component is unused in this file, but the component implements its own footer section.
| <XIcon /> | ||
| </Link> | ||
| <Link | ||
| href="https://discord.gg/crdsGfGk" |
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.
Discord invite link might expire, causing broken links in emails.
|
@hchou3 please rebase and resolve the merge conflicts and make the PR again |
6f39129 to
c4f2261
Compare
|
@hchou3 this branch seems empty. Can you please ensure your changes are pushed? |
df6ba40 to
02657ec
Compare
484f0e2 to
d77efe5
Compare
9a2bfbc to
4540c41
Compare
a13b454 to
cc6299c
Compare
This PR is part of a stack, managed by mrge:
main(default branch)Added Linear Toolblocks:
linear/read.ts = gets the team ID and fetches the current issues present in the team
linear/write.ts = user enters teamID, title, and description and creates an issue on the designated team