Skip to content

Commit

Permalink
CLDR-17658 Improve Dashboard performance and UI; work in progress
Browse files Browse the repository at this point in the history
-For now, change only the front end

-Combine notifications in certain categories so that there is not more than one per page

-For now, apply this to both Missing and Abstained categories; easy to change which categories are affected

-Try to fix delayed visibility of checkbox click; alternatives and debugging for catCheckmarkChanged

-Remove delay from a-spin pending solution to delayed visibility of checkbox click

-Add Vue version to the About page; bugs may depend on Vue version
  • Loading branch information
btangmu committed May 24, 2024
1 parent 973c545 commit 582b053
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cldr-apps/js/src/esm/cldrDash.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class DashData {
const xpstrid = this.pageCombinedEntry[cat][page]; // not necessarily e.xpstrid
if (!xpstrid) {
console.error(
"Existing xpstrid not found in addAbstainedEntry for cat = " +
"Existing xpstrid not found in addCombinedEntry for cat = " +
cat +
", page = " +
page
Expand All @@ -95,7 +95,7 @@ class DashData {
const dashEntry = this.pathIndex[xpstrid];
if (!dashEntry) {
console.error(
"Existing entry not found in addAbstainedEntry for cat = " +
"Existing entry not found in addCombinedEntry for cat = " +
cat +
", page = " +
page
Expand Down

0 comments on commit 582b053

Please sign in to comment.