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

On join page list user's tokens created in the past #671

Closed daltonfury42 closed 2 years ago

daltonfury42 commented 2 years ago

On join page list user's tokens created in the past, so that he can get easily to the token status page.

No more need to remember the token link. You can close tabs and come back to the join link.

https://user-images.githubusercontent.com/11256376/136613362-dff4d9ad-dda3-437b-8728-25bcb9f7cb73.mov

daltonfury42 commented 2 years ago

Is the flow that, first, all token for a user are fetched and then, they're filtered based on the current queue name before being displayed?

Yes. Generally the queue link is shared via whatsapp etc. So the person can go to the link again and get back to his token.

I want to try and improve the styling a bit, if I get in the mood to do so.