aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/layout
Commit message (Collapse)AuthorAge
* feat: hide all services workspace (#1713)Libravatar André Oliveira2024-04-18
| | | | | * feat: hide all services workspace * fix: change from 'show' to 'hide'
* Upgrade node modulesLibravatar Vijay A2024-03-21
|
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02
|
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* Fix issues reported by sonarqube linterLibravatar Vijay A2023-05-28
|
* Expose "Clear service cache" in the service settings screen and the sidebar ↵Libravatar Vijay Aravamudhan2023-05-27
| | | | context menu for individual services (#1053)
* Transform service components to ts (#778)Libravatar muhamedsalih-tw2022-11-19
|
* refactor: convert global app to typescript (#723)Libravatar Balaji Vijayakumar2022-10-31
|
* refactor: convert AppLayout to typescriptLibravatar Balaji Vijayakumar2022-10-25
|
* 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
| |