sua yoo
sua yoo
+1 this, would make integration with non-AWS S3 APIs a breeze (enabling [IPFS with fleek](https://docs.fleek.co/storage/storage-aws-s3-integration/), for example) @1MaddieX could you disable your formatter and apply your changes again, might make...
Ran into this, too, I bypassed this by ignoring `_site` in the glob pattern. ```js eleventyConfig.addPassthroughCopy("{,!(_site)/**/}*.jpg"); ```
I built a shoelace tag input component recently that you could reference here: https://github.com/webrecorder/browsertrix-cloud/blob/main/frontend/src/components/tag-input.ts It has dependencies on lit-html, shoelace, and lodash for debounce/throttle. `btrix-tag` can easily be replaced with...
@emma-sg do you want squash or reword a few of your commits for a clean log when we merge commits into main?
@Shrinks99 could you drop in most up to date mockups here?
@Shrinks99
@Shrinks99 is this issue still relevant?
@Shrinks99
Quick look through the app and I don't see anything we're doing in `button` or `navigation-button` that shoelace buttons don't offer in functionality. My vote would be to create a...
> Took a brief look at this, looks like `this.renderConfirmUrlListSettings,` isn't getting triggered in `config-details.ts` which would render the missing settings(more than just max depth!). "Max Depth" is hidden if...