Fix updating the uses (#6)

* update the usescsv db row when uses change
* add a created column for visual aid of the created links
* allow decrease uses
This commit is contained in:
Tiago Vasconcelos 2023-09-24 18:32:00 +01:00 committed by GitHub
commit d8b6ac40bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View file

@ -43,6 +43,12 @@ new Vue({
label: 'Wait',
field: 'wait_time'
},
{
name: 'uses',
align: 'right',
label: 'Created',
field: 'uses'
},
{
name: 'uses_left',
align: 'right',