Closes #1787 - Crawls with only one seed will load viewing that seed URL - URL list crawls with >1 URLs will continue to load the pages list as no ReplayWeb.page enbed URL has been defined Co-authored-by: sua yoo <sua@webrecorder.org>
## Changes - Reverts changes introduced in #1407 that incorrectly changed attribute casing - Patches `@shoelace-style/shoelace` using [`patch-package`](https://www.npmjs.com/package/patch-package) to add JSDoc comments to component typedefs so that `lit-analyzer` can properly pick up attributes - Adds component typedef for `<replay-web-page>` component ## Testing Tested by hand, it looks like missing help text/date formatting changes/etc are back! Before | After -|-  |   |   |  --------- Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>