feat(webui): guild view #2752
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "AMelonInsideLemon/SpaceNinjaServer:webui-guildView"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Also moves guild-specific cheats to a switch for each guild
Closes #1403
I love me some all-in-1 PRs... have you considered how "skip clan key crafting" is gonna work for the creator of the guild?
feat(webui): guild viewto WIP: feat(webui): guild viewskipClanKeyCraftingcheatnope
WIP: feat(webui): guild viewto feat(webui): guild viewAlright, actually looking at the webui, I do like this, but a few notes:
/Lotus/stringsmb-0on currency label when you can't add it 32e8811b38@ -1505,0 +1744,4 @@event.preventDefault();changeGuildRank(guildId, member._id.$oid, member.Rank + 1);};a.title = loc("code_rankDown");Promote/demote wording makes more sense
@ -370,0 +418,4 @@const factionTag = uniqueName.includes("Corpus") ? "FC_CORPUS" : "FC_GRINEER";const faction = eFaction.find(f => f.tag === factionTag)?.name || factionTag;name += ` [${getString(faction, lang)}]`;console.log(uniqueName);Derp