aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/templates/editor_editgroups.html
Commit message (Collapse)AuthorAgeFilesLines
* small UI tweaks for editgroups/accountBryan Newbold2019-04-031-3/+7
|
* strftime() in a bunch of placesBryan Newbold2019-04-031-2/+2
|
* reviewable view; improvments to editgroup viewsBryan Newbold2019-04-031-8/+14
|
* start fixing webface for editgroup changesBryan Newbold2019-01-111-8/+6
|
* use full-on autoaccept modeBryan Newbold2019-01-111-0/+29
Now that editor_id is infered from token, don't *need* to create ahead of time. This backend change simplifies things greatly (either update an existing editgroup, or create new and *only* include entities in the batch transaction), at the cost of being able to configure the editgroup in any way, including setting a description.