You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Rolf
authored and
Rolf
committed
Release v0.1.6: Welcome Screen & Suavicremas Tone
- Added Welcome Screen for first-time users with Suavicremas warlock theme
- Features: Logo, The Dark Arts, Begin the Incantation guide, Ritual in Progress notice
- Button text changed to white for better contrast
- Credits updated with Suavicremas tone:
- Ñora: 'The one who paid for Quazii's addon. Look what that got us into.'
- Claudia: Extended lore about teaching her to fear the Burning Legion
- Unit testing infrastructure (GitHub Actions + busted)
- WIDTH_MODE constants refactor (magic strings eliminated)
Copy file name to clipboardExpand all lines: utils/sui_options.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11785,12 +11785,12 @@ local function CreateCreditsPage(parent)
11785
11785
AddCreditsSection("SuaviTesters", {
11786
11786
{ name = "Vela", desc = "Testing and feedback" },
11787
11787
{ name = "Pataz", desc = "Testing and feedback" },
11788
-
{ name = "Ñora", desc = "Testing and feedback" },
11788
+
{ name = "Ñora", desc = "The one who paid for Quazii's addon. Look what that got us into." },
11789
11789
})
11790
11790
11791
11791
AddCreditsSection("Special Thanks", {
11792
11792
{ name = "ElvUI", desc = "UI framework inspiration" },
11793
-
{ name = "Claudia", desc = "AI-powered development assistant" },
11793
+
{ name = "Claudia", desc = "My tireless companion from beyond the Nether. She doesn't understand what a Soul Shard is, but after countless hours of my patient teachings, she now fears the Burning Legion as she should." },
11794
11794
{ name = "The WoW Community", desc = "Inspiration and feedback" },
thankYou:SetText("Thank you for installing SuaviUI! This addon is a |cffA855F7work in progress|r, and your feedback helps shape its future.")
150
+
thankYou:SetText("You have summoned SuaviUI into your realm. This |cffA855F7dark work|r is still being perfected in the fires of the Twisting Nether. Your whispers shape its destiny.")
feedbackText:SetText("This addon is actively developed and your feedback is invaluable!\n\nFound a bug? Have a suggestion? Please report it on |cffA855F7CurseForge|r or |cffA855F7GitHub|r. Every report helps make SuaviUI better for everyone.")
273
+
feedbackText:SetText("The dark work continues, and your counsel strengthens the spell.\n\nDiscovered an anomaly? Have forbidden knowledge to share? Send your whispers through |cffA855F7CurseForge|r or |cffA855F7GitHub|r. Every report makes the magic more... |cffA855F7smooth|r.")
0 commit comments