Skip to content

Modularization and cleanup#41

Open
Jacoby6000 wants to merge 7 commits intomainfrom
modularization
Open

Modularization and cleanup#41
Jacoby6000 wants to merge 7 commits intomainfrom
modularization

Conversation

@Jacoby6000
Copy link
Copy Markdown
Owner

Start cleaning up the code

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 15, 2023

Visit the preview URL for this PR (updated for commit 4824fac):

https://polehammer-a740e--pr41-modularization-1sk98o44.web.app

(expires Thu, 22 Jun 2023 19:00:04 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 13b24c1e1fbce843143b4a9fff97ac2e608dde1b

Comment thread src/components/table.ts

var i = 1;
this.headers.forEach(header => {
let range = this.ranges.get(header)!;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [tsc] <6133> reported by reviewdog 🐶
'range' is declared but its value is never read.

Comment thread src/components/table.ts

cell.innerHTML = cellContent;
cell.className = "border";
cell.style.backgroundColor = metricColor(data, unitStats.get(category)!);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [tsc] <2304> reported by reviewdog 🐶
Cannot find name 'unitStats'.

Comment thread src/components/table.ts

cell.innerHTML = cellContent;
cell.className = "border";
cell.style.backgroundColor = metricColor(data, unitStats.get(category)!);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [tsc] <2304> reported by reviewdog 🐶
Cannot find name 'category'.

Comment thread src/components/table.ts
});
table.appendChild(row);
});
tableElem.appendChild(table);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [tsc] <2663> reported by reviewdog 🐶
Cannot find name 'tableElem'. Did you mean the instance member 'this.tableElem'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant