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 } diff --git a/README.md b/README.md index 8cb0521..46ecc33 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -# test-codeowners \ No newline at end of file +# test-codeowner + + +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/