]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Update tag list template to allow renaming.
authorStéphane HULARD <s.hulard@chstudio.fr>
Wed, 24 Jan 2018 16:29:26 +0000 (17:29 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 25 Sep 2018 08:18:08 +0000 (10:18 +0200)
* Add a form on each tag to handle rename action.
* Add JavaScript to handle action on the corresponding page inside the global index.js file.
* Add support for the 2 active themes : material / baggy

The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response.


No differences found