Skip to content

Commit

Permalink
CLDR-16750 TODO comments for remaining tech-debt (#4120)
Browse files Browse the repository at this point in the history
  • Loading branch information
btangmu authored Oct 10, 2024
1 parent 5459af7 commit 97ba5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cldr-apps/js/src/esm/cldrVote.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ function showProposedItem(inTd, tr, theRow, value, tests, json) {
];
}

// TODO: modernize to obviate cldrSurvey.testsToHtml
// Reference: https://unicode-org.atlassian.net/browse/CLDR-18013
const description = cldrSurvey.testsToHtml(tests);
cldrNotify.openWithHtml("Response to voting", description);
if (ourItem || (replaceErrors && value === "") /* Abstain */) {
Expand Down
3 changes: 3 additions & 0 deletions tools/cldr-apps/js/src/views/NotificationPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ const message = ref("");
const description = ref("");
const formIsVisible = ref(false);
// TODO: modernize to obviate cldrSurvey.testsToHtml, v-html, and this entire file
// Reference: https://unicode-org.atlassian.net/browse/CLDR-18013
/**
* Display a notification
*
Expand Down

0 comments on commit 97ba5b2

Please sign in to comment.