summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.js
AgeCommit message (Collapse)Author
2020-11-01chore: run ts-migrateHaishan
2020-08-06refactor(conns): desc sort first for columns with numeric valueHaishan
2020-06-20feat: add a simple filter for proxy namesHaishan
2020-06-03changed: reduce connections table visual widthHaishan
for #488
2020-05-14chore: lib classnames -> clsxHaishan
2020-03-01feat(conns): show download upload speedHaishan
2020-01-07chore: initially sort connections by idHaishan
2019-12-22fix: typo in connections table headerHaishan
2019-12-21fix: connections table header data miss alignmentHaishan
2019-12-03chore(connections): merge host and dPort into one columnHaishan
2019-12-02chore(connections): sort by id to maintain a more stable orderingHaishan
2019-12-01feat: support close all connectionsHaishan
for https://github.com/haishanh/yacd/issues/338
2019-11-14chore: update connections table sorting indicator iconHaishan
2019-11-09feat: connections inspectionHaishan