From a9693a0ab1cf8730d80080c463026c15fc4bd8c5 Mon Sep 17 00:00:00 2001 From: Aaron Detre Date: Thu, 9 Jul 2026 18:39:27 -0700 Subject: [PATCH 1/3] Disabled unit library tab switching animation --- src/app/curriculum/curriculum.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/curriculum/curriculum.component.html b/src/app/curriculum/curriculum.component.html index 7b32d50c9eb..d9d018b1143 100644 --- a/src/app/curriculum/curriculum.component.html +++ b/src/app/curriculum/curriculum.component.html @@ -33,6 +33,7 @@

i18n-aria-label aria-label="Unit library navigation" [tabPanel]="tabPanel" + animationDuration="0ms" > {{ getPublicTabLabel() }} From 099b006356d2fde580ec00c7a151ca2698e57b22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jul 2026 01:46:12 +0000 Subject: [PATCH 2/3] Updated messages --- src/messages.xlf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages.xlf b/src/messages.xlf index 2abb06b8688..84a11c314db 100644 --- a/src/messages.xlf +++ b/src/messages.xlf @@ -2656,7 +2656,7 @@ Unit library navigation src/app/curriculum/curriculum.component.html - 34,37 + 34,36 From 61e3f1899ebafa5a80b81df71b0557a2edb0782c Mon Sep 17 00:00:00 2001 From: Aaron Detre Date: Sun, 12 Jul 2026 16:19:51 -0700 Subject: [PATCH 3/3] Removed tab switching animation from authoring tool --- .../authoringTool/project-list/project-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/wise5/authoringTool/project-list/project-list.component.html b/src/assets/wise5/authoringTool/project-list/project-list.component.html index c9079fbae03..77ba26ef8f8 100644 --- a/src/assets/wise5/authoringTool/project-list/project-list.component.html +++ b/src/assets/wise5/authoringTool/project-list/project-list.component.html @@ -42,7 +42,7 @@ - + @if (projects.length == 0) {

You have no units