aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
Commit message (Collapse)AuthorAge
* feat: allow the user to enable/disable dark modeLibravatar Vijay A2021-08-11
| | | | (from the sidebar context menu)
* 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>
* Fix hibernation mode (#1486)Libravatar kytwb2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use hibernation strategy from settings instead of hardcoded 5 minutes * Fix conditions with isHibernationEnabled, previously disableHibernation * Make service hibernation obey global setting Also refactors hibernation to move some hibernation enablement logic into the Service model * Remove global hibernation enable switch Implements option 4 from https://github.com/getferdi/ferdi/pull/1486#issuecomment-860290992 according to https://github.com/getferdi/ferdi/pull/1486#issuecomment-876558694 * Implements #865 : Add 'hibernate service' and 'wake up service' in the sidebar context menu. * Removed 'hibernationEnabled' check on main settings screen Since this is an (imo) incongruous behavior for the first time user. They will see a message, but with no ability to choose the hibernation strategy. * Autogenerated files from conflict fixes Co-authored-by: Kristóf Marussy <kristof@marussy.com> 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.
* Upgraded eslint and fixed all the reported errors. (#1549)Libravatar Vijay Raghavan Aravamudhan2021-06-23
|
* 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>
* Merge https://github.com/meetfranz/franz into franz-5.4.0-releaseLibravatar vantezzen2019-10-24
|\
| * Also show Franz loading spinner when workspaces are loadingLibravatar Dominik Guzei2019-10-07
| |
* | 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
| |
| * Add trial onboarding during signupLibravatar Stefan Malzner2019-07-04
| |
* | Fix random logout issuesLibravatar vantezzen2019-08-26
|/
* Fix settings window dependenceLibravatar Stefan Malzner2019-06-28
|
* fixes eslint issuesLibravatar Dominik Guzei2019-05-08
|
* fix(Announcements): Fixes issue with rendering announcments in workspacesLibravatar Dominik Guzei2019-05-08
|
* link to in-app changelog on new update notificationLibravatar Dominik Guzei2019-04-12
|
* fix lint issuesLibravatar Dominik Guzei2019-04-11
|
* refactor announcements to newest feature patternLibravatar Dominik Guzei2019-04-11
|
* merge-in workspace featureLibravatar Dominik Guzei2019-04-11
|\
| * handle deleted services that are attached to workspacesLibravatar Dominik Guzei2019-04-10
| |
| * fix issues for users that have workspace but downgraded to freeLibravatar Dominik Guzei2019-04-04
| |
| * refactor state management for workspace featureLibravatar Dominik Guzei2019-03-23
| |
| * add workspace drawerLibravatar Dominik Guzei2019-03-19
| |
| * detach service when underlying webview unmountsLibravatar Dominik Guzei2019-03-08
| |
* | implements basic release announcement featureLibravatar Dominik Guzei2019-03-12
| |
* | Fix/service webview unmounting (#1328)Libravatar Dominik Guzei2019-03-08
|/ | | | | | * detach service when underlying webview unmounts * disable no-param-reassign eslint rule
* fix(App): Fix notification sounds when app or services are mutedLibravatar Stefan Malzner2018-12-14
| | | | Closes #1184 #900 #460 #1049
* Improve loader themeingLibravatar Stefan Malzner2018-12-12
|
* feat(Service): Add error screen for services that failed to loadLibravatar Stefan Malzner2018-12-08
|
* Do a complete app reload after service updateLibravatar Stefan Malzner2018-12-01
| | | | This will immediately update the module that is running in Franz as well.
* Add missing delayApp commitLibravatar Stefan Malzner2018-11-24
|
* feat(App): Lay groundwork for general themeing supportLibravatar Stefan Malzner2018-11-24
|
* Merge branch 'develop' into feature/features-apiLibravatar Stefan Malzner2018-11-22
|\
| * Fix lintingLibravatar Stefan Malzner2018-11-16
| |
| * Merge branch 'develop' into feature/dark-themeLibravatar Stefan Malzner2018-11-16
| |\
| | * Fix linting errorsLibravatar Stefan Malzner2018-11-15
| | |
| * | Update stylesheets and added darkMode variable and toggle.Libravatar Guille Cura2018-07-05
| |/
| * Merge branch 'develop' of github.com:meetfranz/franz into developLibravatar Stefan Malzner2018-04-02
| |\
| | * Split settings into multiple stores; app specific settings are now stored in ↵Libravatar Stefan Malzner2018-03-27
| | | | | | | | | | | | config file
| * | fix(Windows): Hide title bar when in fullscreenLibravatar Stefan2018-03-28
| |/
| * feat(Services): Improve performance when reordering servicesLibravatar Stefan Malzner2018-03-14
| |
* | adapt enterprise UI flags to features-apiLibravatar haraldox2018-02-27
| |
* | ADD `features` requestLibravatar haraldox2018-02-26
|/ | | | REFACTOR `defaults` -> `base`
* 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
|
* Add SettingsModel and fix issue with improper mobx data handlingLibravatar Stefan Malzner2017-11-23
|
* fix undefined prop for isAppMutedLibravatar Stefan Malzner2017-11-10
|
* 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
| * feat(Service): Add option to display disabled services in tabsLibravatar Stefan Malzner2017-11-09
| |
* | feat(App): Respect System DoNotDisturb mode for service audioLibravatar Stefan Malzner2017-11-10
| | | | | | | | Closes #162