HASH 3966cab38dfc
DATE 2025-11-23
SUBJECT web: remove deprecated styles
FILES 5 CHANGED
HASH 3966cab38dfc
DATE 2025-11-23
SUBJECT web: remove deprecated styles
FILES 5 CHANGED
┌─ web/src/styles/abstracts/_colors.scss ────────────────────────────────────┐
│ diff --git a/web/src/styles/abstracts/_colors.scss b/web/src/styles/abstracts/_col │
│ ors.scss │
│ deleted file mode 100644 │
│ index 01e5897..0000000 │
│ --- a/web/src/styles/abstracts/_colors.scss │
│ +++ /dev/null │
│ @@ -1,56 +0,0 @@ │
│ -$highlight-color: #d8a657; │
│ - │
│ -$bg-primary: #282828; │
│ -$bg-secondary: #32302f; │
│ -$bg-selection: #32302f; │
│ -$bg-dimmed: #212121; │
│ -$bg-hover: rgba(255, 255, 255, 0.06); │
│ - │
│ -$text-primary: #e6e6e6; │
│ -$text-secondary: #aaaaaa; │
│ -$text-tertiary: #7f7f7f; │
│ -$text-muted: #a9a9a9; │
│ - │
│ -$accent-color: #3b82f6; │
│ - │
│ -$border-active: #4a4a4a; │
│ -$border-inactive: #3f3b3b; │
│ -$border-base: #4d4947; │
│ - │
│ -$blue-color: #7daea3; │
│ -$note-color: #7daea3; │
│ - │
│ -$class-death-knight: #c41e3a; │
│ -$class-druid: #ff7c0a; │
│ -$class-hunter: #aad372; │
│ -$class-mage: #3fc7eb; │
│ -$class-monk: #00ff98; │
│ -$class-paladin: #f48cba; │
│ -$class-priest: #ffffff; │
│ -$class-rogue: #fff468; │
│ -$class-shaman: #0070dd; │
│ -$class-warlock: #8788ee; │
│ -$class-warrior: #c69b6d; │
│ - │
│ -/* WoW Item Quality Colors */ │
│ -$quality-poor: #9d9d9d; │
│ -$quality-common: #ffffff; │
│ -$quality-uncommon: #1eff00; │
│ -$quality-rare: #0070dd; │
│ -$quality-epic: #a335ee; │
│ -$quality-legendary: #ff8000; │
│ -$quality-artifact: #e6cc80; │
│ -$quality-heirloom: #00ccff; │
│ - │
│ -$bracket-artifact: #e6cc80; │
│ -$bracket-excellent: #e268a8; │
│ -$bracket-legendary: #ff8000; │
│ -$bracket-epic: #a335ee; │
│ -$bracket-rare: #0070dd; │
│ -$bracket-uncommon: #1eff00; │
│ -$bracket-common: #ffffff; │
│ - │
│ -$search-bg: #32302f; │
│ -$search-border: #4a4a4a; │
│ -$search-hover: rgba(255, 215, 0, 0.08); │
│ -$search-selected: rgba(255, 215, 0, 0.12); │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...styles/abstracts/_colors.scss ───┐
│ diff --git a/web/src/styles/abstracts/_color │
│ s.scss b/web/src/styles/abstracts/_colors.sc │
│ ss │
│ deleted file mode 100644 │
│ index 01e5897..0000000 │
│ --- a/web/src/styles/abstracts/_colors.scss │
│ +++ /dev/null │
│ @@ -1,56 +0,0 @@ │
│ -$highlight-color: #d8a657; │
│ - │
│ -$bg-primary: #282828; │
│ -$bg-secondary: #32302f; │
│ -$bg-selection: #32302f; │
│ -$bg-dimmed: #212121; │
│ -$bg-hover: rgba(255, 255, 255, 0.06); │
│ - │
│ -$text-primary: #e6e6e6; │
│ -$text-secondary: #aaaaaa; │
│ -$text-tertiary: #7f7f7f; │
│ -$text-muted: #a9a9a9; │
│ - │
│ -$accent-color: #3b82f6; │
│ - │
│ -$border-active: #4a4a4a; │
│ -$border-inactive: #3f3b3b; │
│ -$border-base: #4d4947; │
│ - │
│ -$blue-color: #7daea3; │
│ -$note-color: #7daea3; │
│ - │
│ -$class-death-knight: #c41e3a; │
│ -$class-druid: #ff7c0a; │
│ -$class-hunter: #aad372; │
│ -$class-mage: #3fc7eb; │
│ -$class-monk: #00ff98; │
│ -$class-paladin: #f48cba; │
│ -$class-priest: #ffffff; │
│ -$class-rogue: #fff468; │
│ -$class-shaman: #0070dd; │
│ -$class-warlock: #8788ee; │
│ -$class-warrior: #c69b6d; │
│ - │
│ -/* WoW Item Quality Colors */ │
│ -$quality-poor: #9d9d9d; │
│ -$quality-common: #ffffff; │
│ -$quality-uncommon: #1eff00; │
│ -$quality-rare: #0070dd; │
│ -$quality-epic: #a335ee; │
│ -$quality-legendary: #ff8000; │
│ -$quality-artifact: #e6cc80; │
│ -$quality-heirloom: #00ccff; │
│ - │
│ -$bracket-artifact: #e6cc80; │
│ -$bracket-excellent: #e268a8; │
│ -$bracket-legendary: #ff8000; │
│ -$bracket-epic: #a335ee; │
│ -$bracket-rare: #0070dd; │
│ -$bracket-uncommon: #1eff00; │
│ -$bracket-common: #ffffff; │
│ - │
│ -$search-bg: #32302f; │
│ -$search-border: #4a4a4a; │
│ -$search-hover: rgba(255, 215, 0, 0.08); │
│ -$search-selected: rgba(255, 215, 0, 0.12); │
└──────────────────────────────────────────────┘
┌─ web/src/styles/abstracts/_index.scss ─────────────────────────────────────┐
│ diff --git a/web/src/styles/abstracts/_index.scss b/web/src/styles/abstracts/_inde │
│ x.scss │
│ deleted file mode 100644 │
│ index 5811af4..0000000 │
│ --- a/web/src/styles/abstracts/_index.scss │
│ +++ /dev/null │
│ @@ -1 +0,0 @@ │
│ -@forward "colors"; │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ .../styles/abstracts/_index.scss ───┐
│ diff --git a/web/src/styles/abstracts/_index │
│ .scss b/web/src/styles/abstracts/_index.scss │
│ deleted file mode 100644 │
│ index 5811af4..0000000 │
│ --- a/web/src/styles/abstracts/_index.scss │
│ +++ /dev/null │
│ @@ -1 +0,0 @@ │
│ -@forward "colors"; │
└──────────────────────────────────────────────┘
┌─ web/src/styles/leaderboard.scss ──────────────────────────────────────────┐
│ diff --git a/web/src/styles/leaderboard.scss b/web/src/styles/leaderboard.scss │
│ deleted file mode 100644 │
│ index ede70ff..0000000 │
│ --- a/web/src/styles/leaderboard.scss │
│ +++ /dev/null │
│ @@ -1,89 +0,0 @@ │
│ -.callout { │
│ - background-color: #2a3a3a; │
│ - border: 1px solid #458588; │
│ - border-left: 4px solid #458588; │
│ - border-radius: 6px; │
│ - padding: 16px; │
│ - margin-bottom: 20px; │
│ -} │
│ - │
│ -.callout-header { │
│ - display: flex; │
│ - align-items: center; │
│ - gap: 10px; │
│ - margin-bottom: 8px; │
│ -} │
│ - │
│ -.callout-icon { │
│ - width: 20px; │
│ - height: 20px; │
│ - color: #458588; │
│ - flex-shrink: 0; │
│ -} │
│ - │
│ -.callout-title { │
│ - color: #458588; │
│ - margin: 0; │
│ - font-size: 1em; │
│ - font-weight: 600; │
│ -} │
│ - │
│ -.callout-content { │
│ - color: var(--text-primary); │
│ - line-height: 1.5; │
│ - margin-left: 30px; │
│ -} │
│ - │
│ -.callout-content p { │
│ - margin: 0 0 8px 0; │
│ -} │
│ - │
│ -.callout-content p:last-child { │
│ - margin-bottom: 0; │
│ -} │
│ - │
│ -.callout-content a { │
│ - color: #458588; │
│ - text-decoration: none; │
│ -} │
│ - │
│ -.callout-content a:hover { │
│ - text-decoration: underline; │
│ -} │
│ - │
│ -.callout-content strong { │
│ - color: #458588; │
│ -} │
│ - │
│ -.callout-content code { │
│ - background-color: rgba(255, 255, 255, 0.1); │
│ - padding: 2px 4px; │
│ - border-radius: 3px; │
│ - font-family: "Courier New", monospace; │
│ - font-size: 0.9em; │
│ -} │
│ - │
│ -#content { │
│ - min-height: 400px; │
│ - transition: opacity 0.2s ease; │
│ -} │
│ - │
│ -.content-loading { │
│ - opacity: 0.3; │
│ - pointer-events: none; │
│ -} │
│ - │
│ -.no-data-message { │
│ - margin: 20px 0; │
│ -} │
│ - │
│ -.no-data-content { │
│ - text-align: center; │
│ - padding: 40px 20px; │
│ -} │
│ - │
│ -.no-data-content p { │
│ - color: var(--text-secondary); │
│ - margin: 0; │
│ - font-size: 1.1em; │
│ -} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ web/src/styles/leaderboard.scss ────┐
│ diff --git a/web/src/styles/leaderboard.scss │
│ b/web/src/styles/leaderboard.scss │
│ deleted file mode 100644 │
│ index ede70ff..0000000 │
│ --- a/web/src/styles/leaderboard.scss │
│ +++ /dev/null │
│ @@ -1,89 +0,0 @@ │
│ -.callout { │
│ - background-color: #2a3a3a; │
│ - border: 1px solid #458588; │
│ - border-left: 4px solid #458588; │
│ - border-radius: 6px; │
│ - padding: 16px; │
│ - margin-bottom: 20px; │
│ -} │
│ - │
│ -.callout-header { │
│ - display: flex; │
│ - align-items: center; │
│ - gap: 10px; │
│ - margin-bottom: 8px; │
│ -} │
│ - │
│ -.callout-icon { │
│ - width: 20px; │
│ - height: 20px; │
│ - color: #458588; │
│ - flex-shrink: 0; │
│ -} │
│ - │
│ -.callout-title { │
│ - color: #458588; │
│ - margin: 0; │
│ - font-size: 1em; │
│ - font-weight: 600; │
│ -} │
│ - │
│ -.callout-content { │
│ - color: var(--text-primary); │
│ - line-height: 1.5; │
│ - margin-left: 30px; │
│ -} │
│ - │
│ -.callout-content p { │
│ - margin: 0 0 8px 0; │
│ -} │
│ - │
│ -.callout-content p:last-child { │
│ - margin-bottom: 0; │
│ -} │
│ - │
│ -.callout-content a { │
│ - color: #458588; │
│ - text-decoration: none; │
│ -} │
│ - │
│ -.callout-content a:hover { │
│ - text-decoration: underline; │
│ -} │
│ - │
│ -.callout-content strong { │
│ - color: #458588; │
│ -} │
│ - │
│ -.callout-content code { │
│ - background-color: rgba(255, 255, 255, 0.1 │
│ ); │
│ - padding: 2px 4px; │
│ - border-radius: 3px; │
│ - font-family: "Courier New", monospace; │
│ - font-size: 0.9em; │
│ -} │
│ - │
│ -#content { │
│ - min-height: 400px; │
│ - transition: opacity 0.2s ease; │
│ -} │
│ - │
│ -.content-loading { │
│ - opacity: 0.3; │
│ - pointer-events: none; │
│ -} │
│ - │
│ -.no-data-message { │
│ - margin: 20px 0; │
│ -} │
│ - │
│ -.no-data-content { │
│ - text-align: center; │
│ - padding: 40px 20px; │
│ -} │
│ - │
│ -.no-data-content p { │
│ - color: var(--text-secondary); │
│ - margin: 0; │
│ - font-size: 1.1em; │
│ -} │
└──────────────────────────────────────────────┘
┌─ web/src/styles/utilities/_ui.scss ────────────────────────────────────────┐
│ diff --git a/web/src/styles/utilities/_ui.scss b/web/src/styles/utilities/_ui.scss │
│ deleted file mode 100644 │
│ index b045e26..0000000 │
│ --- a/web/src/styles/utilities/_ui.scss │
│ +++ /dev/null │
│ @@ -1,5 +0,0 @@ │
│ -@use "abstracts/colors" as *; │
│ - │
│ -.border-solid { │
│ - border: 1px solid $border-active; │
│ -} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...src/styles/utilities/_ui.scss ───┐
│ diff --git a/web/src/styles/utilities/_ui.sc │
│ ss b/web/src/styles/utilities/_ui.scss │
│ deleted file mode 100644 │
│ index b045e26..0000000 │
│ --- a/web/src/styles/utilities/_ui.scss │
│ +++ /dev/null │
│ @@ -1,5 +0,0 @@ │
│ -@use "abstracts/colors" as *; │
│ - │
│ -.border-solid { │
│ - border: 1px solid $border-active; │
│ -} │
└──────────────────────────────────────────────┘
┌─ web/src/styles/variables/_colors.scss ────────────────────────────────────┐
│ diff --git a/web/src/styles/variables/_colors.scss b/web/src/styles/variables/_col │
│ ors.scss │
│ deleted file mode 100644 │
│ index 516cee4..0000000 │
│ --- a/web/src/styles/variables/_colors.scss │
│ +++ /dev/null │
│ @@ -1,7 +0,0 @@ │
│ -@use "abstracts/colors" as *; │
│ - │
│ -:root { │
│ - --color-bg-primary: $bg-primary; │
│ - --color-bg-secondary: │
│ -; │
│ -} │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ ...styles/variables/_colors.scss ───┐
│ diff --git a/web/src/styles/variables/_color │
│ s.scss b/web/src/styles/variables/_colors.sc │
│ ss │
│ deleted file mode 100644 │
│ index 516cee4..0000000 │
│ --- a/web/src/styles/variables/_colors.scss │
│ +++ /dev/null │
│ @@ -1,7 +0,0 @@ │
│ -@use "abstracts/colors" as *; │
│ - │
│ -:root { │
│ - --color-bg-primary: $bg-primary; │
│ - --color-bg-secondary: │
│ -; │
│ -} │
└──────────────────────────────────────────────┘
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET