Syntaf / slacklinegroups_legacy

A tool for aggregating and visualizing slackline group information from Slackchat.
GNU General Public License v3.0
2 stars 3 forks source link

Make admin moderator tools AJAX #16

Open Syntaf opened 6 years ago

Syntaf commented 6 years ago

Moderator tools like accepting, denying and deleting submission are currently non-ajax calls which make quickly moderating a hassle. This should be cleaned up so all actions are asynchronous and the items are manually removed from the queue upon success of the AJAX

Syntaf commented 6 years ago

Almost implemented, but also needs to append the group onto the active group table once it's moved from the submitted group.