scottyaslan commented on code in PR #9076:
URL: https://github.com/apache/nifi/pull/9076#discussion_r1676394975


##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/ui/common/navigation/navigation.component.ts:
##########
@@ -154,4 +156,10 @@ export class Navigation implements OnInit, OnDestroy {
         this.storage.setItem('theme', theme);
         this.themingService.toggleTheme(!!this.darkModeOn, theme);
     }
+
+    toggleAnimations(disableAnimations: string = '') {
+        this.disableAnimations = disableAnimations;
+        this.storage.setItem('disable-animations', 
this.disableAnimations?.toString());

Review Comment:
   I think we can get rid of it in the navigation component.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to