slimninja

Results 5 issues of slimninja

**What went wrong?** Long strings in toast overflow toast body ![image](https://user-images.githubusercontent.com/12036621/114093662-66594500-9889-11eb-8adc-0cb2b9d6cbe1.png) **What should've happened?** Overflow should be handled via css ![image](https://user-images.githubusercontent.com/12036621/114093741-7b35d880-9889-11eb-8359-6d3dcc7fcba0.png) Fix: Update below css and add both overflow properties...

Bug

On creation of toast, set `date-created` attribute to `Date.now()` and then have a recursive timeout to update the subtitle. On notification dismiss, destroy the chain. Dirty non-working example: ``` function...

Allow the option of switching from img to svg icons, maybe define defaults using bootstrap-icons? ``` let classes = { header: { fg: '', bg: '', icon: '' }, subtitle:...

Accepted Feature Request

**Bootstraptable version(s) affected**: 1.18.3 **Description** When communicating with my server, I return data with one item being a list that I want to separate and display as separate columns. Using...

confirmed
Bug

Using a query to find the location of the current file so you can place the acute.select.js file in any folder. For example, when in "components/acute-select/acute/acute.select/acute.select.js", javascript would try to...