SimplQ / simplQ-frontend

Modern and fully web based free queue management open source software.
https://simplq.me
GNU General Public License v3.0
175 stars 135 forks source link

Queue History issue #601 completed and continuation of PR #647 #652

Closed Soumit915 closed 3 years ago

Soumit915 commented 3 years ago

This now solves issue #601 with real-time api.

This is basically a continuation of PR #647 .

I have now redesigned the ui for Queue-History. Implemented it with real-time api from the backend. After each add and remove token, the queue-history gets updated within 10 seconds. The user can also update the queue-history by clicking the Refresh Status button.

Please leave your reviews and merge if you like it.