From 6c6406cbd9c8ae9d9ee0dcc7b0a83d21924ea4fc Mon Sep 17 00:00:00 2001 From: Luke Ghenco Date: Wed, 29 Mar 2023 09:33:57 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb0521..10015e8 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# test-codeowners \ No newline at end of file +# test-codeowner + + +Adding new code here From b292cd5b8f737012cbc28ebb4004ce28356ce6c1 Mon Sep 17 00:00:00 2001 From: Luke Ghenco Date: Wed, 29 Mar 2023 09:36:56 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 10015e8..46ecc33 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,20 @@ Adding new code here + + +# GitHub +[![Build Github On Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new/?machine=xLargePremiumLinux&repo=github%2Fgithub&ref=master) + +This is GitHub.com and GitHub Enterprise. + +## Documentation + +The latest documentation is on [The Hub](https://thehub.github.com/engineering/development-and-ops/dotcom/), and includes information about [getting started][start], [process and philosophy][process], [database migrations][migrations], [testing][testing], [deploying][deploying], [developing in Codespaces][codespaces], and much more! + +[start]: https://thehub.github.com/epd/engineering/#new-to-github +[process]: https://thehub.github.com/epd/engineering/ +[migrations]: https://thehub.github.com/epd/engineering/products-and-services/dotcom/migrations-and-transitions/database-migrations-for-dotcom/ +[testing]: https://thehub.github.com/epd/engineering/products-and-services/dotcom/testing/ +[deploying]: https://thehub.github.com/epd/engineering/devops/deployment/ +[codespaces]: https://thehub.github.com/epd/engineering/products-and-services/codespaces/dotcom-development/ From b5f0eca7dd7e0b03119825dedaac2a367e3fe6d5 Mon Sep 17 00:00:00 2001 From: Luke Ghenco Date: Wed, 29 Mar 2023 09:37:27 -0700 Subject: [PATCH 3/3] Update DiffLineCommentBox.tsx --- DiffLineCommentBox.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/DiffLineCommentBox.tsx b/DiffLineCommentBox.tsx index 43bd4df..44d36f7 100644 --- a/DiffLineCommentBox.tsx +++ b/DiffLineCommentBox.tsx @@ -13,10 +13,7 @@ const actionListItemStyles = { color: 'inherit', bg: 'inherit' }, - '&:hover:not([aria-disabled])': { - color: 'fg.onEmphasis', - bg: 'accent.emphasis' - } + } const actionListLinkItemStyles = { @@ -32,7 +29,7 @@ export interface DiffLineCommentBoxProps { diffView: string } comment: { - id: string + id: number author: { login: string avatarUrl: string @@ -43,12 +40,10 @@ export interface DiffLineCommentBoxProps { login: string } } - isMinimized: boolean + isMinimized: string path: string bodyHTML: string currentDiffResourcePath: string - publishedAt: string - viewerRelationship: string viewerDidAuthor: boolean stafftoolsUrl: string }