chirpstack/ui
Orne Brocaar 651fcfce43 Fix gRPC stream handling after UI refactor.
This moves the onMessage handler out of useEffect and it fixes
appending the the array. The .unshift() method does not work
well using React.useState. It would prepend, but since it would not
change the array (it adds an item to the array), the update would
not propagate.
2023-07-27 16:39:29 +01:00
..
public Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00
src Fix gRPC stream handling after UI refactor. 2023-07-27 16:39:29 +01:00
.dockerignore Initial commit. 2022-04-06 21:18:32 +01:00
.env Initial commit. 2022-04-06 21:18:32 +01:00
.prettierignore Implement automatic formatting for JS / TSX source code. 2022-05-02 10:58:26 +01:00
.prettierrc.json Implement automatic formatting for JS / TSX source code. 2022-05-02 10:58:26 +01:00
Dockerfile-devel Update Dockerfiles. 2023-04-10 11:32:18 +01:00
Makefile Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00
package.json Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00
tsconfig.json Implement automatic formatting for JS / TSX source code. 2022-05-02 10:58:26 +01:00
yarn.lock Refactor UI to function elements & update React + Ant. 2023-07-27 13:07:00 +01:00