Skip to content

style: improve and enhance styling#294

Merged
siervo-jallaine merged 1 commit intomainfrom
improv
Jan 9, 2026
Merged

style: improve and enhance styling#294
siervo-jallaine merged 1 commit intomainfrom
improv

Conversation

@siervo-jallaine
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ AI Code Analysis: I found some potential issues for you to review.


.nav-icon {
opacity: 1;
filter: invert(47%) sepia(66%) saturate(1996%) hue-rotate(187deg) brightness(96%) contrast(92%);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📏 Style Violation: Line exceeds 80 characters
(Current: 106). Please break this line.

.nav-divider-mock {
height: 1px;
background: $border-color;
background: linear-gradient(to right, transparent, $border-light, transparent);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📏 Style Violation: Line exceeds 80 characters
(Current: 83). Please break this line.

&.dropdown-open,
&:hover {
background-color: $active-bg;
background-color: $bg-hover;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 4 levels, which exceeds the maximum allowed nesting level of 3.

        background-color: $bg-hover;

min-width: 0;
flex: 1;

.profile-name {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 4 levels, which exceeds the maximum allowed nesting level of 3.

        .profile-name {

max-width: 100%;
}

.profile-dropdown-arrow {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 4 levels, which exceeds the maximum allowed nesting level of 3.

        .profile-dropdown-arrow {

&[aria-current="page"] {
background-color: $active-bg;
font-weight: bold;
&.active {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 5 levels, which exceeds the maximum allowed nesting level of 3.

        &.active {

color: $accent-color;
font-weight: 600;

.nav-icon {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 6 levels, which exceeds the maximum allowed nesting level of 3.

          .nav-icon {

&:hover {
text-decoration: underline;
}
&:hover { color: $accent-color; text-decoration: underline; }
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Nesting max level: 3. This selector is nested at 4 levels, which exceeds the maximum allowed nesting level of 3.

      &:hover { color: $accent-color; text-decoration: underline; }

import { LogoutResponse } from '../../../models/auth-model';
import { environment } from '../../../../environments/environment';

interface SidebarNavItem extends NavItem {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Use 'type' keyword instead of 'interface' for structuring objects, as per coding guidelines.

interface SidebarNavItem extends NavItem {

fragment?: string;
}

interface NavGroup {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Review: Use 'type' keyword instead of 'interface' for structuring objects, as per coding guidelines.

interface NavGroup {

@siervo-jallaine siervo-jallaine merged commit 5068d86 into main Jan 9, 2026
1 check failed
@siervo-jallaine siervo-jallaine deleted the improv branch January 9, 2026 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants