Mike Robinson

Results 40 issues of Mike Robinson

Using inspiration from https://mui.com/material-ui/react-drawer/, I suggest altering the Sheet component: - Add a `disableBackdrop: boolean` attribute to disable the blurred backdrop overlay as it may not always be desirable in...

If you have lots of options, they get truncated: ```jsx {[...Array(100)].map((e, i) => ( Item number {i} ))} ``` ![image](https://user-images.githubusercontent.com/901732/234136909-3cb006f2-f5f9-4c1c-a740-c133c3564af6.png) There is no way to scroll the elements, however Radix...

area: component
new component

The following lines use an `` and an `` tag respectively. https://github.com/shadcn/ui/blob/5a2ce61e2e13b7e0ffc5f9b617080c3009b0fb1c/apps/www/components/ui/card.tsx#L36 https://github.com/shadcn/ui/blob/5a2ce61e2e13b7e0ffc5f9b617080c3009b0fb1c/apps/www/components/ui/alert.tsx#L39 From [The HTML Section Heading elements > Usage Notes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements#usage_notes), this breaks or potentially breaks the following: *...

Stale

When executing `html_entity_decode()` HHVM seems to enable `ENT_QUOTES` by default, unlike PHP: See: https://3v4l.org/B0lup

php5 incompatibility
probably easy

As it is, tooltips show up (or begin to show up) immediately on mouse over. I propose adding a `delay` attribute to the `Tooltip` component that will delay showing by...

:rocket: enhancement
good first issue

### Winter CMS Build 1.2 ### PHP Version 8.1 ### Database engine SQLite ### Plugins installed _No response_ ### Issue description When saving a model, the following code causes the...

help wanted
Type: Bug

None of the checkboxes in the database editor (e.g. unsigned, nullable, autoincr, pk) can be unchecked once they are checked. Clicking them does nothing once they are already checked.

Navbar section is duplicate

`.input-group .form-control` has a z-index of 3, so this should be greater to allow the label to show up.