Dan Cormier

Results 35 issues of Dan Cormier

resolves #966 See https://deploy-preview-967--stacks.netlify.app/product/components/post-summary/#micro ## Questions - **Should we truncate titles? If so, how many lines?** (This _could_ be handled in core as needed. Curious if we should prescribe truncation...

enhancement
feature

We currently have very minimal post summaries that don't use the Stacks post summary component. ## Examples ### Question page sidebar ![image](https://user-images.githubusercontent.com/647177/171274946-ba714650-a772-4bea-92b0-5acb3cbde597.png) ### Profile Question/Answer sections ![image](https://user-images.githubusercontent.com/647177/171275044-7476d97b-8073-475d-a7d9-2081f2369e41.png)

enhancement
feature

Addresses https://github.com/StackExchange/Stacks/issues/872 This is very much a WIP.

do-not-merge
work-in-progress
dependencies
javascript
chore

According to [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap): > The property was originally a nonstandard and unprefixed Microsoft extension called word-wrap, and was implemented by most browsers with the same name. It has since been...

Addresses: https://github.com/StackExchange/Stacks/issues/620 The attribute to target is `readonly`. It can also be targeted as a pseudo-class in the form of `:read-only`, which is what I'd guess caused the confusion here....

jQuery works but I figured Stacks would be a good, isolated environment to explore replacing it with [Cash](https://github.com/fabiospampinato/cash) and saving a few KBs (see [the comparison chart](https://github.com/fabiospampinato/cash#comparison) and [[email protected]](https://bundlephobia.com/package/[email protected])/[[email protected]](https://bundlephobia.com/package/[email protected])) sizes....

do-not-merge
dependencies
exploration
breaking changes

In the Flex documentation, we recommend `gutter` atomic classes. I think we can safely recommend `gap` classes over `.gs` classes. If not now, then soon at least. I know there...

deprecation
chore
documentation

**Current behavior**: When an element has a conditional dark mode class and a conditional hover or focus class, the dark mode styling overrides the hover style. **Desired behavior**: Hover/focus styling...

bug
dark-mode

`.s-progress--label`s that wrap don't affect the height of its' parent. This could be seen as a feature instead of a bug, but it results in some kinda ugly elements. See...

bug

We should add some handy `[x]-unset` and `[x]-none` classes. **Context** @aaronshekey [says (June 1, 2021)](https://stackexchange.slack.com/archives/C27RWNQN9/p1622567926285800): > I think an interesting chore would be creating a `none` and `unset` for just...

enhancement