}
);
@@ -354,8 +354,8 @@ function AdminView({ userId }) {
}
// --- CreateCampaignForm, CharacterManager, EncounterManager, CreateEncounterForm, ParticipantManager, EditParticipantModal, InitiativeControls, DisplayView, Modal, Icons ---
-// The rest of the components are identical to the previous version (v0.1.28) and are included below for completeness.
-// Only ParticipantManager and DisplayView have minor changes for monster color.
+// The rest of the components are identical to the previous version (v0.1.29) and are included below for completeness.
+// Only DisplayView has changes for participant rendering logic.
function CreateCampaignForm({ onCreate, onCancel }) {
const [name, setName] = useState('');
@@ -737,7 +737,7 @@ function ParticipantManager({ encounter, encounterPath, campaignCharacters }) {
setMaxHp(e.target.value)} className="mt-1 w-full px-3 py-2 bg-slate-700 border border-slate-600 rounded-md shadow-sm focus:outline-none focus:ring-sky-500 focus:border-sky-500 sm:text-sm text-white" />
-