Introduce themable colors for resolved and unresolved comments (#145230)

* Make `CommentThread.state` available to `ReviewZoneWidget`

* Apply themable colors for resolved and unresolved comments

* Update color properties in comment widget

* PR feedback

Co-authored-by: Hermann Loose <hermannloose@google.com>
Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
Hermann Loose
2022-03-17 17:23:45 +01:00
committed by GitHub
parent 22ff1d301d
commit f6e8ee9cca
6 changed files with 102 additions and 7 deletions

View File

@@ -121,6 +121,7 @@ export type CommentThreadChanges = Partial<{
comments: CommentChanges[];
collapseState: languages.CommentThreadCollapsibleState;
canReply: boolean;
state: languages.CommentThreadState;
}>;
export interface MainThreadCommentsShape extends IDisposable {