aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
Commit message (Collapse)AuthorAge
...
* Fix linting errorLibravatar jescobar2017-12-03
|
* fix(Windows): Open window when clicking on toast notificationLibravatar Stefan2017-12-02
| | | | Closes #370
* feat(App): Add option to show/hide notification badges for muted services ↵Libravatar Stefan Malzner2017-12-01
| | | | (@maximiliancsuk)
* fix(App): Allow to turn on notifications when system dnd is enabledLibravatar Stefan Malzner2017-11-30
|
* fix(App): App mute now disables notifications as wellLibravatar Stefan Malzner2017-11-29
|
* Add SettingsModel and fix issue with improper mobx data handlingLibravatar Stefan Malzner2017-11-23
|
* Add missing toggle mute shortcutLibravatar Stefan Malzner2017-11-22
|
* fix macOS shortcuts for tabswitchingLibravatar Stefan Malzner2017-11-22
|
* Merge branch 'develop' into feature/mute-serviceLibravatar Stefan Malzner2017-11-10
|\ | | | | | | | | | | | | | | # Conflicts: # src/components/services/content/ServiceWebview.js # src/components/services/content/Services.js # src/components/services/tabs/TabItem.js # src/containers/layout/AppLayoutContainer.js
| * get default local from default app configLibravatar Stefan Malzner2017-11-09
| |
* | feat(App): Respect System DoNotDisturb mode for service audioLibravatar Stefan Malzner2017-11-10
| | | | | | | | Closes #162
* | feat(App): Add option to mute all services in sidebarLibravatar Stefan Malzner2017-11-10
|/ | | | Closes #8 #162
* Make sure that numeric bages are intsLibravatar Stefan Malzner2017-11-04
|
* fix(macOS): Fix launch Franz on start overrideLibravatar Stefan Malzner2017-11-03
|
* Merge branch 'develop' into feature/shortcutsLibravatar Stefan Malzner2017-10-30
|\
| * Fix linting issuesLibravatar Stefan Malzner2017-10-27
| |
| * Remove additional production shortcuts for devtoolsLibravatar Stefan Malzner2017-10-27
| | | | | | | | Due to the menu update we now show use the standard shortcuts for opening the dev tools.
* | fix(Shortcuts): Flip shortcut to navigate to next/previous serviceLibravatar Stefan Malzner2017-10-27
|/
* Fix recipe update loopLibravatar Stefan Malzner2017-10-24
|
* Merge branch 'feature/autostart' into developLibravatar Stefan Malzner2017-10-23
|\
| * Add missing windows commitLibravatar Stefan Malzner2017-10-23
| |
| * fix(Windows): Fix enable/disable autostart on loginLibravatar Stefan Malzner2017-10-23
| | | | | | | | Fixes #17
* | disable auto-enable for auto start on macOSLibravatar Stefan Malzner2017-10-23
|/
* Add tab cycling with ctrl[+shift]+tab or ctrl+[pageup|pagedown]Libravatar Gustavo Sampaio2017-10-19
| | | | This is related to #35
* initial commitLibravatar Stefan Malzner2017-10-13