* Properly set and call raidGroups from state
Does this fix our bug? We'll find out!
* Fix EditPartyModal confirmation on new teams
EditPartyModal was popping a confirmation alert on teams that had no data in them when exiting details
* Add themed placeholder colors for raids
We don't have images for a lot of the new raid images. Here, we create themed placeholder colors and use those instead of images. The images can't react to the users theme as easily, so this is a better solution for now.
* Fix RaidCombobox not switching to raid's section
The RaidCombobox should always open to the section that contains the current raid, or the middle section if there is no raid selected. There was some spaghetti code, but this should fix it.