Ricky de Laveaga
Ricky de Laveaga
There is an issue with the top right arm of the X icon used for close etc  
After one dismisses the demo Toaster component, it is gone forever until one reloads the page. Selecting the Notify Me after Toaster was dismissed does nothing. https://tonicframework.dev/examples.html#toaster
the [button](https://tonicframework.dev/examples.html#button) font-weight is heavy for my taste, disabling the: ```css tonic-button button { font: 12px var(--tonic-subheader, 'Arial', sans-serif); } ``` …rule looks better IMO
Both 11ty.dev and zachleat.com link to: https://www.11ty.dev/docs/plugins/partial-hydration/ in several places. Which is now: https://www.11ty.dev/docs/plugins/is-land/ This seems to be the easiest fix, unless I am missing something.
https://github.com/rdela/webcbed/pulls?q=is%3Apr Also, like https://github.com/11ty/tugboat/pull/9, introduces JSDoc-style comments, curious what we think about those.
https://github.com/rdela/webcbed/pulls?q=is%3Apr Also introduces JSDoc-style comments, curious what we think about those.
Update devDeps eleventy 3.0.0-alpha.17, eleventy-img 4.0.2, linkedom 0.18.4 @11ty/eleventy 3.0.0-alpha.1 - 3.0.0-beta.1 https://github.com/11ty/eleventy/compare/v3.0.0-alpha.1...v3.0.0-beta.1 @11ty/eleventy-img ^3.1.8 - ^4.0.2 https://github.com/11ty/eleventy-img/compare/v3.1.8...v4.0.2 linkedom ^0.14.25 - ^0.18.4 https://github.com/WebReflection/linkedom/compare/v0.14.25...v0.18.4 Side note, this is a precursor PR...
As noted in #6, my devDeps update (which I followed up with #7, a package metadata update), I am beginning to noodle around Tugboat 🛟 I brought up some of...
Looks like the repo name was originally longer? `11ty/eleventy-tugboat` vs current `11ty/tugboat`
See #727 This addresses the first part of that issue, adding `title` attribute to default UI input for accessibility that matches the `placeholder`. Had quite the adventure getting this to...