Skip to content

Commit f974feb

Browse files
Add topic messages UI (#61)
1 parent 128c0d2 commit f974feb

File tree

13 files changed

+322
-49
lines changed

13 files changed

+322
-49
lines changed

kafka-ui-react-app/package-lock.json

Lines changed: 129 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka-ui-react-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"bulma-switch": "^2.0.0",
88
"classnames": "^2.2.6",
99
"immer": "^6.0.5",
10+
"date-fns": "^2.14.0",
1011
"lodash": "^4.17.15",
1112
"pretty-ms": "^6.0.1",
1213
"react": "^16.12.0",

kafka-ui-react-app/src/components/App.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ $navbar-width: 250px;
2525
left: 0;
2626
bottom: 0;
2727
padding: 20px 20px;
28-
28+
overflow-y: scroll;
2929
}
3030
}

0 commit comments

Comments
 (0)