aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/url-helpers.ts
Commit message (Collapse)AuthorAge
* feature: allow 'file' urls for services (fixes #2118) (#2130)Libravatar Vijay Aravamudhan2021-10-26
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* refactor: Minor refactoring to handle NaN in 'setBadge'Libravatar Vijay A2021-08-17
|
* fix: fix issue with left-clicking regressionLibravatar Vijay A2021-08-16
| | | | (was introduced due to the typescript conversion)
* Initial plumbing and conversion of a simple javascript to typescript (#1790)Libravatar Vijay Raghavan Aravamudhan2021-08-15
* initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.