Mike Robinson

Results 40 issues of Mike Robinson

When using a range, after the first date is selected, the values in between should be highlighted when mousing over the dates on the calendar. Similar to https://flatpickr.js.org/examples/#range-calendar.

I'm using version v2.0.5 on WinterCMS 1.2 https://user-images.githubusercontent.com/901732/178848947-a75665ab-96a9-4406-a432-8203a8376c48.mp4

Type: Bug

When a migration is applied or rolled back in the backend, the list of tables in the Database tab is not updated in real time. A manual refresh needs to...

Type: Bug
Status: Response Needed

In order to allow search engine spiders to find the large images, I recommend using an actual anchor tag instead of `data-src` on a `` element. For example, instead of:...

As it is now, there are lots of internal styles, for example: ``` #{{ __SELF__ }} div { display: block; float: left; margin: 3px; } ``` and ``` ``` and...

Fixes #223

enhancement
area: component
component: checkbox
component: radio group
a11y

The border color of the checkbox button has a low contrast ratio when unchecked. Usually it is not important that the border color of an element have a high contrast...

I'm not sure if there is a reasoning behind the current way, but why do we have: ```js module.exports = { theme: { extend: { colors: { border: "hsl(var(--primary))", }...

Fixes #172 Also adds animation on the `NavigationMenuContent` and `NavigationMenuIndicator` similar to https://www.radix-ui.com/docs/primitives/components/navigation-menu

bug
area: component
component: navigation menu