aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/settings/RecipesScreen.js
Commit message (Collapse)AuthorAge
* 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/
* Removed straggling code related to 'popular services'.Libravatar Vijay A2021-08-03
|
* Removed 'Most Popular' services since it alludes to user-tracking (#1718)Libravatar Vijay Raghavan Aravamudhan2021-08-02
|
* 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>
* Removed Franz paid plans features:Libravatar Vijay A2021-07-20
| | | | | | | | - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription.
* Fixed issue with not being able to add new service.Libravatar Vijay A2021-07-04
|
* Minor refactoring to move all runtime configs from 'config.js' into ↵Libravatar Vijay Raghavan Aravamudhan2021-07-03
| | | | 'environment.js'. (#1588)
* Minor code cleanup: Use constant that's already defined (instead of a string ↵Libravatar Vijay A2021-07-02
| | | | literal).
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* Replace 'remote' with 'electron/remote' (#1448)Libravatar Vijay Raghavan Aravamudhan2021-05-26
| | | * Locked new version of 'recipes' submodule with corresponding changes.
* Add custom website information to recipe dashboard (#995)Libravatar Bennett2020-10-04
|
* Fix "Open folder" button on "Custom services" screen (#991)Libravatar Bennett2020-10-04
|
* #339 Ensure the recipe dev directory existsLibravatar vantezzen2020-02-02
|
* Fix loading of recipe informationLibravatar vantezzen2019-09-28
|
* Fix lintLibravatar vantezzen2019-09-26
|
* Add local recipes to recipe listLibravatar vantezzen2019-09-26
|
* Remove analyticsLibravatar vantezzen2019-09-07
|
* Rename feature flagsLibravatar Stefan Malzner2019-06-17
|
* Add custom recipe limitationLibravatar Stefan Malzner2019-05-02
|
* Simplify analytics callsLibravatar Stefan Malzner2019-02-21
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Add React 16 didCatch/ErrorBoundary componentLibravatar Stefan Malzner2018-12-09
|
* Dispose autorun on component unmountLibravatar Stefan Malzner2018-12-08
|
* Fix linting errorsLibravatar Stefan Malzner2018-11-15
|
* initial commitLibravatar Stefan Malzner2017-10-13