generated from security-union/yew-actix-template
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Max 20 canvases on screen: The PeerList The commit introduces struct component PeerList which is to resposible for active Peer management. At current stage, the PeerList should expand and collapse, claiming dedicated screen chunk, accept (hardcoded at the moment) list of Peers and enable basic filterming function. * Max 20 canvases on screen: extract Canvas generator In preparation to limit Canvases, the commit extracts a function responsible for thier preparation given vector of peer indetifiers. No changes in canvas preparation logic were introduced. * Max 20 canvases on screen: Setup canvas limit The canvas number is limited up to 20. The limit criteria is simple alphabetical order. All peers can be seen in the PeerList. * Max 20 canvases on screen: PeerList refinement The commit turns raw-text PeerList into scrollable list of PeerListItems, a struct component that might be further developed with functional features. * Add peer heartbeat monitor (#157) The commit adds peer heartbeat monitoring functionality that registers each heartbeat received and removes peers that stopped missed all heartbeat opportunities in current monitoring period. The heartbeat-based peer removal will take up to 2x of monitoring period duration to detect a lost peer. * Update README.md (#159) * updating base images (#160) * updating base images * update base image * cache build * fmt * make ci green again * pass linter --------- Co-authored-by: Dario A Lencina-Talarico <darioalessandrolencina@gmail.com>
- Loading branch information
1 parent
c12d61d
commit a19c65a
Showing
9 changed files
with
424 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.