refactor: migrate the frontend from AngularJS to Vue 3

This commit is contained in:
tdurieux
2026-09-09 13:19:53 +02:00
parent dc0ef022fb
commit 4a18f94631
65 changed files with 6164 additions and 8425 deletions
+1 -1
View File
@@ -44,6 +44,6 @@ describe("dashboard .cell-conf overflow fix", function () {
it("exposes the full conference value via a title attribute for truncated text", function () {
const html = fs.readFileSync(htmlPath, "utf8");
expect(html).to.match(/cell-conf[\s\S]*?title="\{\{item\.conference\}\}"/);
expect(html).to.match(/cell-conf[\s\S]*?:title="\(item\?\.conference\)"/);
});
});