-
Notifications
You must be signed in to change notification settings - Fork 355
feat: Auto-populate page field when reporting an issue #1051
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0743679
fix: Make "Report an issue" link open in new tab
rmx90210 69a3f9a
chore: Clean up whitespace in page-issue-link classes
rmx90210 bf08606
feat: Auto-populate page field when reporting an issue
rmx90210 10124c2
Merge branch 'main' into iss-1049
kodiakhq[bot] 059f2e5
Merge branch 'main' into iss-1049
kodiakhq[bot] be72882
Merge branch 'main' into iss-1049
kodiakhq[bot] 1fada80
Merge branch 'main' into iss-1049
kodiakhq[bot] 4e23f90
Merge branch 'main' into iss-1049
kodiakhq[bot] b77828b
Merge branch 'main' into iss-1049
kodiakhq[bot] 740b7c8
Merge branch 'main' into iss-1049
kodiakhq[bot] 71008c6
Merge branch 'main' into iss-1049
kodiakhq[bot] e209677
Merge branch 'main' into iss-1049
kodiakhq[bot] e4eaed9
Merge branch 'main' into iss-1049
kodiakhq[bot] 8763095
Merge branch 'main' into iss-1049
kodiakhq[bot] da20136
Merge branch 'main' into iss-1049
kodiakhq[bot] f135ca3
Merge branch 'main' into iss-1049
kodiakhq[bot] ca19dd5
Merge branch 'main' into iss-1049
kodiakhq[bot] 0ba2e65
Merge branch 'main' into iss-1049
kodiakhq[bot] 6c6c386
Merge branch 'main' into iss-1049
kodiakhq[bot] 49717c7
docs: resolve formatting issue in page-issue-link
rmx90210 691905c
Merge branch 'main' into iss-1049
kodiakhq[bot] 4333236
Merge branch 'main' into iss-1049
kodiakhq[bot] 793707c
Merge branch 'main' into iss-1049
kodiakhq[bot] 0335938
Merge branch 'main' into iss-1049
kodiakhq[bot] 38925ae
Merge branch 'main' into iss-1049
kodiakhq[bot] 7a8de23
docs: use backticks in page-issue-link
rmx90210 bf27057
Update src/ui/page-issue-link.tsx
rmx90210 5e6e2c6
Merge branch 'main' into iss-1049
kodiakhq[bot] daa1ce1
Merge branch 'main' into iss-1049
kodiakhq[bot] a42d7b4
Merge branch 'main' into iss-1049
kodiakhq[bot] 37efade
Merge branch 'main' into iss-1049
kodiakhq[bot] 24f4bc8
Merge branch 'main' into iss-1049
kodiakhq[bot] 137de91
Merge branch 'main' into iss-1049
kodiakhq[bot] 146c042
Merge branch 'main' into iss-1049
kodiakhq[bot] c28f8f6
Merge branch 'main' into iss-1049
kodiakhq[bot] 2c98c34
Merge branch 'main' into iss-1049
kodiakhq[bot] 5d091c2
Merge branch 'main' into iss-1049
kodiakhq[bot] 3dc4c93
Merge branch 'main' into iss-1049
kodiakhq[bot] 942b37e
Merge branch 'main' into iss-1049
kodiakhq[bot] 9be992b
Merge branch 'main' into iss-1049
kodiakhq[bot] 4cec30c
Merge branch 'main' into iss-1049
kodiakhq[bot] 660ad3b
Merge branch 'main' into iss-1049
kodiakhq[bot] 1174ada
Merge branch 'main' into iss-1049
kodiakhq[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
@bertday A formatting issue is blocking this PR. Could you please format the file or use the following code:
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.
Hi @amirhhashemi , this should be resolved now!
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.
@bertday My bad, I should've used ` instead of " for strings. I didn't notice template strings are required.
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.
Hi @amirhhashemi , just pushed a change to bring this backticks back. Really hoping this does this trick.