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

Notes 100 - Comment Edit #1196

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

OlegMoshkovich
Copy link
Member

@OlegMoshkovich OlegMoshkovich commented May 29, 2024

Copy link

netlify bot commented May 29, 2024

Deploy Preview for bldrs-share ready!

Name Link
🔨 Latest commit a71be42
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share/deploys/667299bfe7e23a00081bf817
😎 Deploy Preview https://deploy-preview-1196--bldrs-share.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 17 (no change from production)
Accessibility: 91 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 29, 2024

Deploy Preview for bldrs-share-v2 ready!

Name Link
🔨 Latest commit 09db10b
🔍 Latest deploy log https://app.netlify.com/sites/bldrs-share-v2/deploys/6659c8183138270008717bb2
😎 Deploy Preview https://deploy-preview-1196--bldrs-share-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@OlegMoshkovich
Copy link
Member Author

OlegMoshkovich commented May 30, 2024

Blocked by PR #1167

Unblocked on Friday 05.30

@OlegMoshkovich OlegMoshkovich marked this pull request as ready for review May 30, 2024 11:24
@OlegMoshkovich OlegMoshkovich added the blocked Extra attention is needed label May 30, 2024
@OlegMoshkovich OlegMoshkovich removed the blocked Extra attention is needed label May 31, 2024
@OlegMoshkovich OlegMoshkovich marked this pull request as draft May 31, 2024 16:52
@OlegMoshkovich OlegMoshkovich marked this pull request as ready for review June 4, 2024 09:10
/** Update issue on GH, set read-only */
async function submitUpdate() {
async function updateIssueGithub() {
const res = await updateIssue(repository, noteNumber, title, editBody, accessToken)
const editedNote = notes.find((note) => note.id === id)
editedNote.body = res.data.body
Copy link
Member

Choose a reason for hiding this comment

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

Fix this? #1201

Copy link
Member Author

@OlegMoshkovich OlegMoshkovich Jun 5, 2024

Choose a reason for hiding this comment

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

this code is related to the issues, i will do it in a separate PR.
Will keep this PR on comments

* @param {number} commentId
*/
async function updateCommentGithub(commentId) {
const updatedComment = await updateComment(repository, commentId, editBody, accessToken)
Copy link
Member

Choose a reason for hiding this comment

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

Fix this? #1201

Copy link
Member Author

Choose a reason for hiding this comment

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

yes WIP

Copy link
Member Author

Choose a reason for hiding this comment

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

This is a bit more involved.
It was captured in a separate ticket, so I will take care of it in s separate PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

Notes 100 - Comment Edit
2 participants