aboutsummaryrefslogtreecommitdiffstats
path: root/src/models
Commit message (Collapse)AuthorAge
...
* Expose Dark Reader settings (#568)Libravatar Mahadevan Sreenivasan2020-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Expose DarkReader settings to users - In the service model, expose an object darkReaderSetting which contains brightness, contrast and sepia values. - In EditServiceScreen, provide 3 form options for brightness, contrast and Sepia. Additionally onSubmit() form, capture the darkreader settings data onto formdata.darkReaderSettings to update in the service - In EditServiceForm, if darkModeEnabled is checked, show 3 sliders for controlling darkreader settings - Create a new Slider control and customize it according to the application's theme and dark theme. - In Webview Recipe, load the darkReader settings from service settings and pass it to the darkReader library. * feat: Darkreader settings - Lint fixes * feat: DarkReader settings - refactor code in editservicescreen.js Co-Authored-By: Sampath Kumar Krishnan <sampath3493@gmail.com> * feat: Darkreader settings - Fix a crash where service.darkReaderSettings is null while creating a new service - Remove isDarkModeEnabled prop to EditServiceForm as it is no longer required. * fix: Update EditServiceScreen - Set the default value of darkReader Brightness, Contrast and Sepia to undefined as per @vantezzen 's suggestion. - Updated the check provided by @mahadevans87 Co-authored-by: Sampath Kumar Krishnan <sampath3493@gmail.com> Co-authored-by: Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>
* #276 Fix custom URL validation failing due to URL normalizationLibravatar Amine Mouafik2020-02-11
|
* Add indicator for hibernating servicesLibravatar vantezzen2019-10-13
|
* Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.4.0Libravatar vantezzen2019-10-09
|\
| * fix(Service Proxies): Fix proxy setting rehydrationLibravatar Stefan Malzner2019-10-02
| |
* | Merge branch 'release/5.4.0' of https://github.com/meetfranz/franz into ↵Libravatar vantezzen2019-10-02
|\| | | | | | | franz-5.4.0
| * feat(Service API): Share `team`, `url` and `hasCustomIcon` with serviceLibravatar Stefan Malzner2019-09-29
| |
| * add disablewebsecurity optionLibravatar Stefan Malzner2019-09-27
| |
* | Use ferdi namespace on debuggerLibravatar vantezzen2019-09-12
| |
* | Merge branch 'master' of https://github.com/meetfranz/franz into franz-5.3.0Libravatar vantezzen2019-09-07
|\|
| * WIP: add option to activate trialLibravatar Stefan Malzner2019-08-05
| |
| * Restrict services with customURL when not premium userLibravatar Stefan Malzner2019-06-14
| |
| * Add "service limit reached" screenLibravatar Stefan Malzner2019-06-13
| |
* | Fix #19 and #21Libravatar vantezzen2019-09-06
| |
* | Fix eslint errorsLibravatar vantezzen2019-08-22
| |
* | Replace public Franz occurences with FerdiLibravatar vantezzen2019-08-21
| |
* | Make all users premiumLibravatar vantezzen2019-08-21
|/
* fix(Proxy): Fix issue with proxy authenticationLibravatar Stefan Malzner2019-06-11
|
* feat(App): Bump electron to 5.0.1Libravatar Stefan Malzner2019-05-24
|
* Merge branch 'master' into developLibravatar Stefan Malzner2019-02-11
|\
| * Merge branch 'develop'v5.0.0-beta.23Libravatar Stefan Malzner2019-02-01
| |\
| * | fix(App): Fix notification sounds when app or services are mutedLibravatar Stefan Malzner2018-12-14
| | | | | | | | | | | | Closes #1184 #900 #460 #1049
* | | fix(App): Ignore network changed errorLibravatar Stefan Malzner2019-02-08
| |/ |/|
* | Ignore ERR_NETWORK_CHANGED errorLibravatar Stefan Malzner2019-01-09
| |
* | Fix issue with error view and "user aborted" requestsLibravatar Stefan Malzner2019-01-04
| |
* | Improve service loader infoLibravatar Stefan Malzner2019-01-04
| |
* | Make electron 4 compatibleLibravatar Stefan Malzner2018-12-22
|/
* Listen to did-frame-finish-loadLibravatar Stefan Malzner2018-12-12
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Don't set `isFirstLoad` when service failed to laodLibravatar Stefan Malzner2018-12-08
|
* Only show loader on initial service loadLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add error screen for services that failed to loadLibravatar Stefan Malzner2018-12-08
|
* feat(Service): Add option to change spellchecking language by serviceLibravatar Stefan Malzner2018-12-07
|
* Fix linting issuesLibravatar Stefan Malzner2018-11-27
|
* feat(App): Add proxy support for servicesLibravatar Stefan Malzner2018-11-27
|
* Move spellchecker to premiumLibravatar Stefan Malzner2018-11-25
|
* feat(App): Add option to enable dark mode for supported servicesLibravatar Stefan Malzner2018-11-22
|
* Remove flow typesLibravatar Stefan Malzner2018-11-15
|
* mini cleanupLibravatar Stefan Malzner2018-03-28
|
* Don't repeat yourselfLibravatar Stefan Malzner2018-03-28
|
* Add settings migrationLibravatar Stefan Malzner2018-03-28
|
* Split settings into multiple stores; app specific settings are now stored in ↵Libravatar Stefan Malzner2018-03-27
| | | | config file
* Move "locale" to user dataLibravatar Stefan Malzner2018-03-27
|
* REMOVE invalid semver version tantrumLibravatar haraldox2018-02-28
| | | | catch Error to keep stacktrace
* remove unnecessary observableLibravatar Stefan Malzner2018-02-15
|
* fix(App): Bugfix Fix memory leak in recipe polling loopLibravatar haraldox2018-02-07
|
* Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
|\
| * feat(Service): Add custom service icon uploadLibravatar Stefan Malzner2018-01-02
| |
| * First working draft of icon uploadLibravatar Stefan Malzner2017-12-27
| |
* | Completely remove minerLibravatar Stefan Malzner2017-12-24
|/