Lodder

Results 20 issues of Lodder

If you enable the battery indicatory (default or flat style), it will look something like this: 45% :battery: However the battery icon is overlapping the `%` symbol a little.

bug
enhancement

I pulled `v1.3.0` of STT from NPM and when trying to import it in my ElectronJS project, I get an error saying the bindings can't be found. This is because...

enhancement

### Summary of Changes This PR fixes a JS error when trying to view the "diff" between content versions, due the dependency not being called. ### Testing Instructions 1. Ensure...

RTC
NPM Resource Changed
bug
PR-5.1-dev

### Summary of Changes This PR fixes error validation on a "User" field when a user is selected. ### Testing Instructions 1. Got to `administrator/index.php?option=com_messages&view=messages` 2. Click "New" 3. Focus...

RTC
NPM Resource Changed
PR-5.1-dev

### Summary of Changes Javascript's `substr()` method has been deprecated for ages now (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) and this PR replaces it with `substring()` ### Testing Instructions 1. Inline Help should still work...

RTC
Language Change
NPM Resource Changed
PBF
PR-5.1-dev

Hi, First of all, thank you for providing such a handy library. When using rollup to create a bundle, it's throwing a warning relating to circular dependencies, which I believe...

### Summary of Changes 1. Convert site template JS to ES6 2. Remove `[].slice.call()` calls where possible. 3. Other minor improvements ### Testing Instructions 1. Ensure the front-end MetisMenu is...

Feature
NPM Resource Changed
PR-5.1-dev
PR-5.2-dev

### Summary of Changes As Joomla no longer supports IE11, this PR mainly removes the need for converting a NodeList to an Array, as evergreen browser's implementation of `forEach` can...

Feature
NPM Resource Changed
PR-5.1-dev
PR-5.2-dev

May be worth using https://github.com/joomla/joomla-cms/pull/32510 if and when it's merged.