diff --git a/src/App.vue b/src/App.vue index a576618b..1588ec93 100644 --- a/src/App.vue +++ b/src/App.vue @@ -134,7 +134,8 @@ - + + {{n.name}} ({{n.lists.length}}) @@ -147,7 +148,10 @@ - {{l.title}} + + + {{l.title}} + Archived diff --git a/src/components/lists/EditList.vue b/src/components/lists/EditList.vue index 88b705ab..9e4e32f2 100644 --- a/src/components/lists/EditList.vue +++ b/src/components/lists/EditList.vue @@ -34,6 +34,18 @@ +