DEV: Cleanup

- Linting Fixes (prettier, eslint, ember template lint)
- Reorganize code, moving declarations, consolidating functionality into separate methods
- Add default edit reason locale vs hard-coded string
This commit is contained in:
Keegan George
2022-07-18 11:18:58 -07:00
parent 2ddb6de654
commit b7a0a22e95
6 changed files with 20 additions and 12 deletions
@@ -52,7 +52,7 @@ export default apiInitializer("0.11.1", (api) => {
}
const popupBtn = createButton();
popupBtn.setAttribute("data-table-id", index);
popupBtn.setAttribute("data-table-id", index); // sets a table id so each table can be distinctly edited
table.parentNode.classList.add("fullscreen-table-wrapper");
const expandBtn = document.querySelector(".open-popup-link");