Skip to content

Commit be2d381

Browse files
Topic messages filtering paginating (#72)
* Add filtering and pagination for topic messages * Add delay to search query, momoize some functions * Add partition selection
1 parent 2cb630d commit be2d381

File tree

7 files changed

+258
-57
lines changed

7 files changed

+258
-57
lines changed

kafka-ui-react-app/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"node": {
5858
"extensions": [".js", ".jsx", ".ts", ".tsx"],
5959
"paths": ["src"]
60-
}
60+
},
61+
"typescript": {}
6162
}
6263
}
6364
}

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

Lines changed: 86 additions & 13 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@
88
"bulma-switch": "^2.0.0",
99
"classnames": "^2.2.6",
1010
"date-fns": "^2.14.0",
11+
"eslint-import-resolver-typescript": "^2.0.0",
1112
"immer": "^6.0.5",
1213
"lodash": "^4.17.15",
1314
"pretty-ms": "^6.0.1",
1415
"react": "^16.12.0",
1516
"react-datepicker": "^3.0.0",
1617
"react-dom": "^16.12.0",
1718
"react-hook-form": "^4.5.5",
19+
"react-multi-select-component": "^2.0.12",
1820
"react-redux": "^7.1.3",
1921
"react-router-dom": "^5.1.2",
2022
"redux": "^4.0.5",
2123
"redux-thunk": "^2.3.0",
2224
"reselect": "^4.0.0",
23-
"typesafe-actions": "^5.1.0"
25+
"typesafe-actions": "^5.1.0",
26+
"use-debounce": "^3.4.3"
2427
},
2528
"lint-staged": {
2629
"*.{js,ts,jsx,tsx}": [

0 commit comments

Comments
 (0)