aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/RecipesStore.js
Commit message (Collapse)AuthorAge
* refactor: move 'asarRecipesPath' into 'asar-helpers'Libravatar Vijay A2021-10-01
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* chore: migrate from tslint to @typescript-eslint (#1706)Libravatar Markus Hatvan2021-07-30
| | | | | | | | | | - update .eslintrc to work for .js and .ts - update devDependencies - lint properly both root /src and nested /packages - update webhint recommended setting for tsconfig.json to shrink output - Manage all eslint rules from the repo root - escape single quotes in scripts to please windows build Co-authored-by: Vijay A <avijayr@protonmail.com>
* Minor refactoring to move all runtime configs from 'config.js' into ↵Libravatar Vijay Raghavan Aravamudhan2021-07-03
| | | | 'environment.js'. (#1588)
* Synchronize with Franz 5.6.0 (#1033)Libravatar Amine El Mouafik2021-02-08
| | | | | | | Co-authored-by: FranzBot <i18n@meetfranz.com> Co-authored-by: vantezzen <hello@vantezzen.io> Co-authored-by: Makazzz <makazzzpro@live.ca> Co-authored-by: Stefan Malzner <stefan@adlk.io> Co-authored-by: Amine Mouafik <amine@mouafik.fr>
* Fix lintLibravatar vantezzen2020-01-31
|
* #328 Implement local updatesLibravatar vantezzen2020-01-31
|
* Safe access variable in _checkIfRecipeIsInstalledLibravatar Amine Mouafik2019-10-18
|
* Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
|
* fix(Recipes): Fix recipe install when directly accessing recipeLibravatar Stefan Malzner2019-06-12
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Replace console logs with debuggerLibravatar Stefan Malzner2018-03-18
|
* Fix recipe update loopLibravatar Stefan Malzner2017-10-24
|
* initial commitLibravatar Stefan Malzner2017-10-13