aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 17:26:21 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-06-05 17:26:21 +0200
commit604d5af907702589c9586af7985958c295385f0f (patch)
tree5b2b801051de02a85e9325f44ea441d328b8c83e /src
parentsupport app updates also for unauthenticated users (diff)
downloadferdium-app-604d5af907702589c9586af7985958c295385f0f.tar.gz
ferdium-app-604d5af907702589c9586af7985958c295385f0f.tar.zst
ferdium-app-604d5af907702589c9586af7985958c295385f0f.zip
fix eslint issues
Diffstat (limited to 'src')
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/components/layout/AppLayout.js1
-rw-r--r--src/i18n/locales/defaultMessages.json12
-rw-r--r--src/i18n/messages/src/components/layout/AppLayout.json12
4 files changed, 13 insertions, 14 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 9bde58461..3d43d4e5c 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -48,7 +48,7 @@ export default @observer class AuthLayout extends Component {
48 darkMode, 48 darkMode,
49 nextAppReleaseVersion, 49 nextAppReleaseVersion,
50 installAppUpdate, 50 installAppUpdate,
51 appUpdateIsDownloaded 51 appUpdateIsDownloaded,
52 } = this.props; 52 } = this.props;
53 const { intl } = this.context; 53 const { intl } = this.context;
54 54
diff --git a/src/components/layout/AppLayout.js b/src/components/layout/AppLayout.js
index 321eb8e3a..499bc097a 100644
--- a/src/components/layout/AppLayout.js
+++ b/src/components/layout/AppLayout.js
@@ -16,7 +16,6 @@ import ErrorBoundary from '../util/ErrorBoundary';
16import { isWindows } from '../../environment'; 16import { isWindows } from '../../environment';
17import WorkspaceSwitchingIndicator from '../../features/workspaces/components/WorkspaceSwitchingIndicator'; 17import WorkspaceSwitchingIndicator from '../../features/workspaces/components/WorkspaceSwitchingIndicator';
18import { workspaceStore } from '../../features/workspaces'; 18import { workspaceStore } from '../../features/workspaces';
19import { announcementActions } from '../../features/announcements/actions';
20import AppUpdateInfoBar from '../AppUpdateInfoBar'; 19import AppUpdateInfoBar from '../AppUpdateInfoBar';
21 20
22function createMarkup(HTMLString) { 21function createMarkup(HTMLString) {
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 67ab39fe9..aedb0141c 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -669,39 +669,39 @@
669 "defaultMessage": "!!!Your services have been updated.", 669 "defaultMessage": "!!!Your services have been updated.",
670 "end": { 670 "end": {
671 "column": 3, 671 "column": 3,
672 "line": 30 672 "line": 29
673 }, 673 },
674 "file": "src/components/layout/AppLayout.js", 674 "file": "src/components/layout/AppLayout.js",
675 "id": "infobar.servicesUpdated", 675 "id": "infobar.servicesUpdated",
676 "start": { 676 "start": {
677 "column": 19, 677 "column": 19,
678 "line": 27 678 "line": 26
679 } 679 }
680 }, 680 },
681 { 681 {
682 "defaultMessage": "!!!Reload services", 682 "defaultMessage": "!!!Reload services",
683 "end": { 683 "end": {
684 "column": 3, 684 "column": 3,
685 "line": 34 685 "line": 33
686 }, 686 },
687 "file": "src/components/layout/AppLayout.js", 687 "file": "src/components/layout/AppLayout.js",
688 "id": "infobar.buttonReloadServices", 688 "id": "infobar.buttonReloadServices",
689 "start": { 689 "start": {
690 "column": 24, 690 "column": 24,
691 "line": 31 691 "line": 30
692 } 692 }
693 }, 693 },
694 { 694 {
695 "defaultMessage": "!!!Could not load services and user information", 695 "defaultMessage": "!!!Could not load services and user information",
696 "end": { 696 "end": {
697 "column": 3, 697 "column": 3,
698 "line": 38 698 "line": 37
699 }, 699 },
700 "file": "src/components/layout/AppLayout.js", 700 "file": "src/components/layout/AppLayout.js",
701 "id": "infobar.requiredRequestsFailed", 701 "id": "infobar.requiredRequestsFailed",
702 "start": { 702 "start": {
703 "column": 26, 703 "column": 26,
704 "line": 35 704 "line": 34
705 } 705 }
706 } 706 }
707 ], 707 ],
diff --git a/src/i18n/messages/src/components/layout/AppLayout.json b/src/i18n/messages/src/components/layout/AppLayout.json
index b71889155..190c5dff7 100644
--- a/src/i18n/messages/src/components/layout/AppLayout.json
+++ b/src/i18n/messages/src/components/layout/AppLayout.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Your services have been updated.", 4 "defaultMessage": "!!!Your services have been updated.",
5 "file": "src/components/layout/AppLayout.js", 5 "file": "src/components/layout/AppLayout.js",
6 "start": { 6 "start": {
7 "line": 27, 7 "line": 26,
8 "column": 19 8 "column": 19
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 30, 11 "line": 29,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Reload services", 17 "defaultMessage": "!!!Reload services",
18 "file": "src/components/layout/AppLayout.js", 18 "file": "src/components/layout/AppLayout.js",
19 "start": { 19 "start": {
20 "line": 31, 20 "line": 30,
21 "column": 24 21 "column": 24
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 34, 24 "line": 33,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Could not load services and user information", 30 "defaultMessage": "!!!Could not load services and user information",
31 "file": "src/components/layout/AppLayout.js", 31 "file": "src/components/layout/AppLayout.js",
32 "start": { 32 "start": {
33 "line": 35, 33 "line": 34,
34 "column": 26 34 "column": 26
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 38, 37 "line": 37,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }