From b8b08910838a4f6edcabee1e230be020e426d2ac Mon Sep 17 00:00:00 2001 From: jendib Date: Wed, 31 Jul 2013 22:04:00 +0200 Subject: [PATCH] Edition of existing tag names (client) --- docs-parent/TODO | 1 - docs-web/src/main/webapp/index.html | 1 + docs-web/src/main/webapp/js/controller/Tag.js | 7 +++ .../main/webapp/js/directive/InlineEdit.js | 56 +++++++++++++++++++ docs-web/src/main/webapp/partial/tag.html | 2 +- docs-web/src/main/webapp/style/main.less | 23 ++++++++ 6 files changed, 88 insertions(+), 2 deletions(-) create mode 100644 docs-web/src/main/webapp/js/directive/InlineEdit.js diff --git a/docs-parent/TODO b/docs-parent/TODO index f10e0f0d..7816cdce 100644 --- a/docs-parent/TODO +++ b/docs-parent/TODO @@ -1,3 +1,2 @@ - Client side search on tags -- Client side edition of existing tag names - Server side reordering files \ No newline at end of file diff --git a/docs-web/src/main/webapp/index.html b/docs-web/src/main/webapp/index.html index 7912a107..363751a2 100644 --- a/docs-web/src/main/webapp/index.html +++ b/docs-web/src/main/webapp/index.html @@ -39,6 +39,7 @@ +