New source found from dndbeyond.com

This commit is contained in:
2026-07-08 01:00:09 -07:00
parent 9a983a6d7b
commit dcefa0d2f2
2865 changed files with 222467 additions and 49053 deletions
+10 -3
View File
@@ -9,9 +9,9 @@ import {
RuleDataUtils,
} from "@dndbeyond/character-rules-engine";
import { Select } from "~/components/Select";
import { useCharacterEngine } from "~/hooks/useCharacterEngine";
import XpBar from "~/tools/js/smartComponents/XpBar";
import { Select } from "~/tools/js/smartComponents/legacy";
import { Button } from "../Button";
import styles from "./styles.module.css";
@@ -144,15 +144,22 @@ export const XpManager: FC<XpManagerProps> = ({
</div>
<div className={clsx([styles.controls, styles.withDivider])}>
<div className={styles.control}>
<label id="set-level" className={styles.label}>
<label
id="set-level-label"
htmlFor="set-levelButton"
className={styles.label}
>
Set Level
</label>
<Select
aria-labelledby="set-level"
className={styles.levelSelect}
aria-labelledby="set-level-label"
options={levelOptions}
onChange={handleChooseLevel}
value={levelChosen}
placeholder={"--"}
name="set-level"
searchThreshold={null}
/>
</div>
<div className={clsx([styles.control, styles.setXp])}>