generated from nhcarrigan/template
feat: add transcendence and apotheosis badges to public profile
- PublicProfileResponse now includes transcendenceCount and apotheosisCount - ProfileSettings adds showTranscendence and showApotheosis toggles (both on by default) - Profile page displays β¨ Apotheosis, π Transcendence, and β Prestige badges in that order - EditProfileModal exposes the two new visibility toggles under Current Run settings - Styled to match the resource bar badges (gold for apotheosis, purple for transcendence)
This commit is contained in:
@@ -17,6 +17,8 @@ interface StatToggle {
|
||||
const CURRENT_RUN_TOGGLES: StatToggle[] = [
|
||||
{ key: "showCurrentGold", label: "Gold Earned This Run", icon: "πͺ" },
|
||||
{ key: "showCurrentClicks", label: "Clicks This Run", icon: "π" },
|
||||
{ key: "showApotheosis", label: "Apotheosis Badge", icon: "β¨" },
|
||||
{ key: "showTranscendence", label: "Transcendence Badge", icon: "π" },
|
||||
{ key: "showPrestige", label: "Prestige Level", icon: "β" },
|
||||
{ key: "showBossesDefeated", label: "Bosses Defeated", icon: "π" },
|
||||
{ key: "showQuestsCompleted", label: "Quests Completed", icon: "π" },
|
||||
|
||||
Reference in New Issue
Block a user