From 1090f112f371305cedd05df7394892a01364aef7 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 22 Mar 2026 22:00:48 -0400 Subject: [PATCH] refactor: standardize code formatting in AvatarMenu component - Convert from 4-space to 2-space indentation for consistency - Improve import statement formatting and alignment - Fix semicolon usage throughout the component - Add conditional avatar dot indicator: green when all services (AniList, MAL, Simkl) are logged in, yellow otherwise - Add missing newline at end of file - General code style improvements for better readability and consistency with project standards --- .../src/helperComponents/AvatarMenu.svelte | 314 +++++++++--------- 1 file changed, 164 insertions(+), 150 deletions(-) diff --git a/frontend/src/helperComponents/AvatarMenu.svelte b/frontend/src/helperComponents/AvatarMenu.svelte index fcc46d0..a79ef69 100644 --- a/frontend/src/helperComponents/AvatarMenu.svelte +++ b/frontend/src/helperComponents/AvatarMenu.svelte @@ -1,163 +1,177 @@
- - +
+