aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
Commit message (Collapse)AuthorAge
* Feature: Add Release Notes (#491)Libravatar André Oliveira2022-07-19
| | | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: Ricardo Cino <ricardo@cino.io>
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: Use relative paths while importing from custom codeLibravatar Vijay A2022-07-04
|
* chore: transform containers/settings from js to tsx (#384)Libravatar Ricardo Cino2022-06-27
|
* feat: remember collapsed state of hamburger menu on refresh/reboot (#373)Libravatar Ricardo Cino2022-06-26
|
* Link showServicesUpdatedInfoBar to automaticUpdatesLibravatar kytwb2022-01-05
|
* Reduce AppLayout flashingLibravatar kytwb2021-12-21
|
* Hotfix for requireAuthenticatedUser errorLibravatar kytwb2021-12-19
|
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* Add feature to display service name under service icon when the toggle for ↵Libravatar Vishnu0172021-10-26
| | | | | it is enabled in the settings (#2136) Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
* chore: remove all code related to news (#2069)Libravatar Markus Hatvan2021-10-14
|
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* 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
|\