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

List user's tokens on homepage #662

Closed daltonfury42 closed 2 years ago

daltonfury42 commented 2 years ago

On home page, queues created by the user is displayed. Analogous to this, also display the tokens created by the user:

Sending GET request to 'https://devbackend.simplq.me/v1/tokens' would give all the tokens belonging to the user.

image

A Q and T bold icon can be used to differentiate between the queues and tokens in the list.

AbdulQader2Q commented 2 years ago

do u have any idea about how the page will look like ?

daltonfury42 commented 2 years ago

Hi @AbdulQader2Q we needed this change on priority, so I went and implemented it here: https://github.com/SimplQ/simplQ-frontend/pull/671

Do watch out for open issues, and feel free to create a new issue to discuss any improvements and you can take it up.

Thanks for showing interest, and happy hacking.