in a rotating slideshow. The page goes into fullscreen mode with any
key press. It updates from the peer acks database every 100 acks.
Also added a new /acks endpoint which returns an application/json
response containing the past 7 days worth of peer acks. Had to move the
user email fetching code out of the Page class and into a static
class.
in a rotating slideshow. The page goes into fullscreen mode with any key press. It updates from the peer acks database every 100 acks.
Also added a new
/acks
endpoint which returns anapplication/json
response containing the past 7 days worth of peer acks. Had to move the user email fetching code out of thePage
class and into a static class.