construct-ui icon indicating copy to clipboard operation
construct-ui copied to clipboard

A Mithril.js UI library

Results 20 construct-ui issues
Sort by recently updated
recently updated
newest added

It is supposed to be used to render the SelectList's .cui-list, but never gets called when it is specified. (Originally reported by @gdjohnson, and I was able to replicate.)

Applying a position to a trigger in a `Tooltip` with `content` wider than the available window width results in the tooltip being mis-positioned. Positioning tested with `float`, `absolute` (below), or...

Including a `toast`er in `view()` causes a redraw when it's removed from the DOM. Note in the code sample below I don't actually use the Toaster. I'm pretty sure this...

Disabling a button with a tooltip shown does not remove the tooltip. Tested with Chrome on Mac OS X. ```javascript const { Button, FocusManager, Tooltip, } = CUI; FocusManager.showFocusOnlyOnTab(); const...

Tooltips don't fade on mobile. Tested on Safari on iOS. ``` const { Button, Tooltip } = CUI; const MobileButtonTooltipNoFade = { view: () => { return m('', [ m(Tooltip,...

I like the simplicity of the iconLeft and iconRight, however I'm limited to the icon set of Feather Icons. I would like to insert a Font Awesome icon in the...

The title: the library is amazing and really brings life to Mithril, but the last update is >1 year old, is it abandoned?

There are a couple of "hard-coded" color stylings (`background:white;`) in the scss sources which do not make use of the color variables, so there currently is no way to change...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies