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

[Security Solution] Refactor Timeline Notes to use EuiCommentList #85256

Merged
merged 25 commits into from
Dec 13, 2020
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
bf22803
[Security Solution] Refactor Timeline Notes to use EuiCommentList
patrykkopycinski Dec 8, 2020
c1ec96f
notes
patrykkopycinski Dec 8, 2020
28b51e5
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 9, 2020
b5bc4f0
fix types
patrykkopycinski Dec 9, 2020
9973744
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 9, 2020
5a65c46
unit tests
patrykkopycinski Dec 9, 2020
d1bd98f
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 9, 2020
76785e7
selector
patrykkopycinski Dec 9, 2020
e1f07c4
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 9, 2020
448acd7
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
4ac5a96
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
653415a
uncomment Pinned tab
patrykkopycinski Dec 10, 2020
b29cd52
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
31f2674
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
6b54390
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
1980e89
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
8eeca9b
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 10, 2020
4a3680c
note event details
patrykkopycinski Dec 11, 2020
93b957e
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
patrykkopycinski Dec 11, 2020
755ac96
cleanup
patrykkopycinski Dec 12, 2020
46de710
cleanup
patrykkopycinski Dec 12, 2020
3c8cfbf
transparent background
patrykkopycinski Dec 12, 2020
72c543e
don't display elastic as an owner when note is created
patrykkopycinski Dec 12, 2020
ea36541
Merge branch 'master' of github.com:elastic/kibana into feat/timeline…
XavierM Dec 12, 2020
107c945
review + bugs fixed found
XavierM Dec 13, 2020
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
Prev Previous commit
Next Next commit
transparent background
patrykkopycinski committed Dec 12, 2020
commit 3c8cfbfd11dfd428e282df192e6ae99a5942e0c7
Original file line number Diff line number Diff line change
@@ -27,6 +27,10 @@ const NoteCardsCompContainer = styled(EuiPanel)`
border: none;
background-color: transparent;
box-shadow: none;

&.euiPanel--plain {
background-color: transparent;
}
`;
NoteCardsCompContainer.displayName = 'NoteCardsCompContainer';