Finish module category cleanup

This commit is contained in:
2026-08-30 16:04:14 +02:00
parent 6073672eb8
commit 3cf024b1b7
16 changed files with 33 additions and 21 deletions
+18 -8
View File
@@ -42,6 +42,7 @@ Settings: **Esc → Advanced Options**.
- Free Slots
- Improved Castbar
- Item Rarity Borders
- Item Rarity Glows
- Movable Unit Frames
- Nameplate Class Colors
- Nameplate Castbar
@@ -56,14 +57,15 @@ Other modules can also benefit indirectly from ClassicAPI through shared ShaguTw
## ⚙️ Modules
### Action Bar & Combat
### Action Bar
- Auto Dismount
- Auto Stance
- Actionbar Range Color
- Cooldown Numbers
- Hide Gryphons
- Improved Castbar
- No Toggle
- No Toggle Auto-Attack
- Reduced Actionbar
### Unit Frames
@@ -83,11 +85,12 @@ Other modules can also benefit indirectly from ClassicAPI through shared ShaguTw
- Nameplate Class Colors
- Nameplate Castbar
### Items & Tooltips
### Tooltip & Items
- Equip Compare
- Free Slots
- Item Rarity Borders
- Item Rarity Glows
- Sell Junk
- Tooltip Details
- Vendor Values
@@ -111,17 +114,24 @@ Other modules can also benefit indirectly from ClassicAPI through shared ShaguTw
- WorldMap Coordinates
- WorldMap Window
### General
### Loot
- Improved Roll Frames
- Loot Cursor
### Interface
- Darkened UI
- Hide Errors
- Hide Gryphons
- Improved Roll Frames
- Loot Cursor
- Skip Gossip Text
- Smaller Error Frame
- XP Bar Text
### General
- Super WoW Compatibility
- Turtle WoW Compatibility
- Skip Gossip Text
## 🔧 Compatibility
- ClassicAPI integration
+1
View File
@@ -8,6 +8,7 @@ local module = ShaguTweaks:register({
title = T["Darkened UI"],
description = T["Turns the entire interface into darker colors."],
expansions = { ["vanilla"] = true },
category = T["Interface"],
enabled = nil,
config = {
["darkmode.color"] = { r = .3, g = .3, b = .3, a = .9 }
+1
View File
@@ -4,6 +4,7 @@ local module = ShaguTweaks:register({
title = T["Hide Errors"],
description = T["Hides and ignores all Lua errors produced by broken addons."],
expansions = { ["vanilla"] = true },
category = T["Interface"],
enabled = nil,
})
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["Improved Roll Frames"],
description = T["Smaller roll frames with roll tracking."],
expansions = { ["vanilla"] = true },
category = T["General"],
category = T["Loot"],
enabled = nil,
})
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["Loot Cursor"],
description = T["Positions the loot window directly under your cursor so you can loot without moving your mouse."],
expansions = { ["vanilla"] = true },
category = T["General"],
category = T["Loot"],
enabled = true,
order = 44,
})
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["Minimap Clean"],
description = T["Hides minimap addon buttons automatically when the cursor leaves the minimap area."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = false,
})
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["MiniMap Clock"],
description = T["Adds a small 24h clock to the mini map."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
})
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["MiniMap Square"],
description = T["Draw the mini map in a squared shape instead of a round one."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = nil,
config = {
["minimap.size"] = 144,
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["Hide Tracking Icon"],
description = T["Hides the tracking icon from the minimap."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
order = 74,
})
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["MiniMap Tweaks"],
description = T["Hides unnecessary mini map buttons and allows to zoom using the mouse wheel."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
})
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["Enlarged Minimap"],
description = T["Increases the minimap size and shifts buff icons left to prevent overlap."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = false,
order = 73,
config = {
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["Smaller Error Frame"],
description = T["Resizes the error frame to 1 line instead of 3."],
expansions = { ["vanilla"] = true },
category = T["General"],
category = T["Interface"],
enabled = nil,
})
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["WorldMap Class Colors"],
description = T["Show class colored circles on world and battlefield map."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
})
+1 -1
View File
@@ -5,7 +5,7 @@ local module = ShaguTweaks:register({
title = T["WorldMap Coordinates"],
description = T["Adds coordinates to the bottom of the World Map."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
})
+1 -1
View File
@@ -7,7 +7,7 @@ local module = ShaguTweaks:register({
title = T["WorldMap Window"],
description = T["Turns the world map into a movable window. The map can be scaled with <Ctrl> + Mousewheel."],
expansions = { ["vanilla"] = true },
category = T["World & MiniMap"],
category = T["Minimap & World Map"],
enabled = true,
})
+1 -1
View File
@@ -4,7 +4,7 @@ local module = ShaguTweaks:register({
title = T["XP Bar Text"],
description = T["Always shows current XP and rested bonus percentage directly on the experience bar."],
expansions = { ["vanilla"] = true },
category = T["Action Bar"],
category = T["Interface"],
enabled = true,
order = 70,
})