Dan Cormier

Results 37 comments of Dan Cormier

Seems the issue is an [additional post summary style in `_base-primary.less`](https://github.com/StackEng/StackOverflow/blob/master/StackOverflow/Content/less/_base-primary.less#L1619-L1621). ```less // TODO upstream? .s-post-summary__watched { .tagged-interesting; } ```

> Hear me out on this one - what if we just dropped jquery entirely? We don't have _that much_ JS using it. The thought crossed my mind. I figured...

Dropping a note for future me/whomever winds up trying to resolve this: On stackoverflow.com, we have the following defined style: ``` .s-btn__filled.is-selected { color: var(--theme-button-filled-selected-color); // var(--powder-900) background-color: var(--theme-button-filled-selected-background-color); //...

Katie Paulson gave me the 👍 on this. Merging!

[PLATENG-734](https://stackoverflow.atlassian.net/browse/PLATENG-734) ### UPDATE I linked to a Jira issue and decided to put my notes there. That doesn't make much sense considering this is a Stacks component discussion we're having....

From Jira, [@dancormier commented 5 days ago](https://stackoverflow.atlassian.net/browse/PLATENG-734?focusedCommentId=202960): --- # [vanillajs-datepicker](https://github.com/mymth/vanillajs-datepicker) A quick search lead me to [vanillajs-datepicker](https://github.com/mymth/vanillajs-datepicker), which looks pretty badass* overall. *badass in this context means accessible, configurable, and...

From Jira, [@dancormier commented 5 days ago](https://stackoverflow.atlassian.net/browse/PLATENG-734?focusedCommentId=202968): --- # [flatpickr](https://github.com/flatpickr/flatpickr) ## Features - There’s an actively maintained [Stimulus.js wrapper](https://github.com/adrienpoly/stimulus-flatpickr), along with wrappers from other frameworks. - [Turns into a native...

From Jira, [@bnickel commented 5 days ago](https://stackoverflow.atlassian.net/browse/PLATENG-734?focusedCommentId=202981): --- For awareness, here’s some places where we use date pickers today and ones with nuance. We generally, but not always, deal with...

From Jira, [@dancormier commented 3 days ago](https://stackoverflow.atlassian.net/browse/PLATENG-734?focusedCommentId=203488): --- # `` So, yeah we might be better off starting with a good, old fashioned ``. Seems like it would do the...

@aaronshekey yep, leaning vanilla for sure. I think it will meet _most_ of our needs and can be extended if we absolutely need it*. If we're okay with working with...