Browse Source

My Cards and Broken Cards: Added popup title and horizontal line between menu options.

Thanks to xet7 !
Lauri Ojansivu 4 years ago
parent
commit
9293de541b
3 changed files with 4 additions and 0 deletions
  1. 1 0
      client/components/main/dueCards.jade
  2. 1 0
      client/components/main/myCards.jade
  3. 2 0
      i18n/en.i18n.json

+ 1 - 0
client/components/main/dueCards.jade

@@ -56,6 +56,7 @@ template(name="dueCardsViewChangePopup")
           | {{_ 'dueCardsViewChange-choice-me'}}
           if $eq Utils.dueCardsView "me"
             i.fa.fa-check
+    hr
     li
       with "dueCardsViewChange-choice-all"
         a.js-due-cards-view-all

+ 1 - 0
client/components/main/myCards.jade

@@ -78,6 +78,7 @@ template(name="myCardsSortChangePopup")
           | {{_ 'myCardsSortChange-choice-board'}}
           if $eq Utils.myCardsSort "board"
             i.fa.fa-check
+    hr
     li
       with "my-cards-sort-dueat"
         a.js-my-cards-sort-dueat

+ 2 - 0
i18n/en.i18n.json

@@ -855,10 +855,12 @@
   "board": "Board",
   "context-separator": "/",
   "myCardsSortChange-title": "My Cards Sort",
+  "myCardsSortChangePopup-title": "My Cards Sort",
   "myCardsSortChange-choice-board": "By Board",
   "myCardsSortChange-choice-dueat": "By Due Date",
   "dueCards-title": "Due Cards",
   "dueCardsViewChange-title": "Due Cards View",
+  "dueCardsViewChangePopup-title": "Due Cards View",
   "dueCardsViewChange-choice-me": "Me",
   "dueCardsViewChange-choice-all": "All Users",
   "dueCardsViewChange-choice-all-description": "Shows all incomplete cards with a *Due* date from boards for which the user has permission.",