New source found from dndbeyond.com

This commit is contained in:
2025-07-02 01:00:11 -07:00
parent 2c657770de
commit b7f7f4a655
24 changed files with 291 additions and 43 deletions
@@ -1,8 +1,8 @@
import React, { useCallback, useEffect, useState } from "react";
import ArrowDown from "@dndbeyond/fontawesome-cache/svgs/regular/arrow-down-to-line.svg";
import { Button } from "@dndbeyond/ttui/components/Button";
import { Button } from "~/components/Button";
import { MaxCharactersDialog } from "~/components/MaxCharactersDialog";
import config from "~/config";
import { UserPreferenceProvider } from "~/tools/js/smartComponents/UserPreference";
@@ -263,6 +263,7 @@ export const CharacterGrid: React.FC<CharacterGridProps> = ({
href="https://media.dndbeyond.com/compendium-images/free-rules/ph/character-sheet.pdf"
target="_blank"
className={styles.pdfLink}
rel="noreferrer"
>
<ArrowDown className={styles.pdfLinkSvg}></ArrowDown>
Download a blank character sheet
@@ -131,7 +131,6 @@ export const SearchSort: FC<SearchSortProps> = ({
</div>
<Select
className={styles.sort}
placeholder="Select a movement"
name="sort"
label="Sort By"
value={getSortValue.label}