Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions DiffLineCommentBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ const actionListItemStyles = {
color: 'inherit',
bg: 'inherit'
},
'&:hover:not([aria-disabled])': {
color: 'fg.onEmphasis',
bg: 'accent.emphasis'
}

}

const actionListLinkItemStyles = {
Expand All @@ -32,7 +29,7 @@ export interface DiffLineCommentBoxProps {
diffView: string
}
comment: {
id: string
id: number
author: {
login: string
avatarUrl: string
Expand All @@ -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
}
Expand Down
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
# test-codeowners
# 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/