- Jun 02, 2023
-
-
Jed Fox authored
-
- May 31, 2023
-
-
Renaud Chaput authored
-
dependabot[bot] authored
Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Renaud Chaput <renchap@gmail.com>
-
- May 23, 2023
-
-
Renaud Chaput authored
-
Renaud Chaput authored
-
Renaud Chaput authored
-
- May 10, 2023
-
-
Renaud Chaput authored
-
Nick Schonning authored
-
- May 09, 2023
-
-
Nick Schonning authored
-
Renaud Chaput authored
-
Renaud Chaput authored
-
Renaud Chaput authored
-
- Apr 30, 2023
-
-
Nick Schonning authored
-
- Apr 24, 2023
-
-
Nick Schonning authored
-
- Apr 23, 2023
-
-
Nick Schonning authored
-
- Apr 19, 2023
-
-
fusagiko / takayamaki authored
-
- Apr 03, 2023
-
-
Nick Schonning authored
-
fusagiko / takayamaki authored
Co-authored-by:
berlysia <berlysia@gmail.com> Co-authored-by:
fusagiko / takayamaki <takayamaki@users.noreply.github.com>
-
- Mar 24, 2023
-
-
Yamagishi Kazutoshi authored
-
- Feb 20, 2023
-
-
Renaud Chaput authored
-
- Feb 16, 2023
-
-
Nick Schonning authored
-
- Feb 13, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
-
- Jan 30, 2023
-
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
Nick Schonning authored
-
- Dec 18, 2022
-
-
Nick Schonning authored
* Enable ESLint recommended ruleset * Disable failing ESLint recommended rules * Remove rules shadowed by eslint:recommended
-
- Jun 01, 2022
-
-
Yamagishi Kazutoshi authored
-
- Apr 04, 2022
-
-
CommanderRoot authored
* Replace deprecated String.prototype.substr() .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated * Change String.prototype.substring() to String.prototype.slice() .substring() and .slice() work very similary but .slice() is a bit faster and stricter * Add ESLint rule to forbid usage of .substr and .substring .substr() is deprecated and .substring() is very similar to .slice() so better to use .slice() at all times Signed-off-by:
Tobias Speicher <rootcommander@gmail.com>
-
- Jul 11, 2020
-
-
abcang authored
-
- Jan 31, 2019
-
-
Eugen Rochko authored
* Refactor uses of icons to an Icon component in web UI * Refactor options passed to the Icon component * Make tests work with absolute component paths
-
- Jan 04, 2019
-
-
Yamagishi Kazutoshi authored
-