From 58185ce36ea0ef41209404d75d3d524358805b54 Mon Sep 17 00:00:00 2001 From: Marco Mancino Date: Fri, 26 Jun 2026 10:02:11 +0200 Subject: [PATCH] refactor(frontend): clean up sidebar header (#33) Remove the "Edge Mining" text label and the commented-out username placeholder from the sidebar header so only the logo remains, then left-align the logo with the menu items below and refine the green glow so it originates from the logo area. Closes #33 --- CHANGELOG.md | 12 ++++++++++++ frontend/src/components/SidebarMenu.vue | 23 ++++++++--------------- 2 files changed, 20 insertions(+), 15 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4c1d2af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Changed + +- Cleaned up sidebar header: removed the "Edge Mining" text label and the username placeholder, left-aligned the logo with the sidebar menu items, and refined the green glow to originate from the logo area (#33). diff --git a/frontend/src/components/SidebarMenu.vue b/frontend/src/components/SidebarMenu.vue index 3f8b15c..bab1aaa 100644 --- a/frontend/src/components/SidebarMenu.vue +++ b/frontend/src/components/SidebarMenu.vue @@ -55,15 +55,8 @@ const isHomeLoadsActive = computed(() =>