icanzilb / MockServerApp

Electron workshop
0 stars 1 forks source link

J003 - Display the nr. of requests #7

Open icanzilb opened 6 years ago

icanzilb commented 6 years ago

Display the nr of currently displayed log rows in the window header, Here's a mockup:

image

The log stored in the window state is an array, just display the count of elements

icanzilb commented 6 years ago

Here's docs about Array https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array