aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-04 15:40:04 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-04 15:40:04 +0200
commit14e33c5c230b642785f8612295ccc71910acfe4d (patch)
treec77efd4029d7d62c1333e7bb1408396c8b91220c /src
parentbugfixing & polishing (diff)
downloadferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.tar.gz
ferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.tar.zst
ferdium-app-14e33c5c230b642785f8612295ccc71910acfe4d.zip
fix linting issues
Diffstat (limited to 'src')
-rw-r--r--src/features/shareFranz/Component.js2
-rw-r--r--src/features/todos/components/TodosWebview.js3
-rw-r--r--src/features/workspaces/components/WorkspacesDashboard.js2
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json12
4 files changed, 9 insertions, 10 deletions
diff --git a/src/features/shareFranz/Component.js b/src/features/shareFranz/Component.js
index 09110179a..a33315e17 100644
--- a/src/features/shareFranz/Component.js
+++ b/src/features/shareFranz/Component.js
@@ -7,7 +7,7 @@ import { Button } from '@meetfranz/forms';
7import { H1, Icon } from '@meetfranz/ui'; 7import { H1, Icon } from '@meetfranz/ui';
8 8
9import { 9import {
10 mdiHeart, mdiEmail, mdiFacebookBox, mdiTwitter 10 mdiHeart, mdiEmail, mdiFacebookBox, mdiTwitter,
11} from '@mdi/js'; 11} from '@mdi/js';
12import Modal from '../../components/ui/Modal'; 12import Modal from '../../components/ui/Modal';
13import { state } from '.'; 13import { state } from '.';
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index 9cf925444..9a50f7e8d 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -7,10 +7,9 @@ import { Icon } from '@meetfranz/ui';
7import { defineMessages, intlShape } from 'react-intl'; 7import { defineMessages, intlShape } from 'react-intl';
8 8
9import { mdiChevronRight, mdiCheckAll } from '@mdi/js'; 9import { mdiChevronRight, mdiCheckAll } from '@mdi/js';
10import { Button } from '@meetfranz/forms';
11import * as environment from '../../../environment'; 10import * as environment from '../../../environment';
12import Appear from '../../../components/ui/effects/Appear'; 11import Appear from '../../../components/ui/effects/Appear';
13import ActivateTrialButton from '../../../components/ui/activateTrialButton'; 12import ActivateTrialButton from '../../../components/ui/ActivateTrialButton';
14 13
15const OPEN_TODOS_BUTTON_SIZE = 45; 14const OPEN_TODOS_BUTTON_SIZE = 45;
16const CLOSE_TODOS_BUTTON_SIZE = 35; 15const CLOSE_TODOS_BUTTON_SIZE = 35;
diff --git a/src/features/workspaces/components/WorkspacesDashboard.js b/src/features/workspaces/components/WorkspacesDashboard.js
index 9e06a78e3..059a681de 100644
--- a/src/features/workspaces/components/WorkspacesDashboard.js
+++ b/src/features/workspaces/components/WorkspacesDashboard.js
@@ -13,7 +13,7 @@ import Appear from '../../../components/ui/effects/Appear';
13import { workspaceStore } from '../index'; 13import { workspaceStore } from '../index';
14import PremiumFeatureContainer from '../../../components/ui/PremiumFeatureContainer'; 14import PremiumFeatureContainer from '../../../components/ui/PremiumFeatureContainer';
15import UIStore from '../../../stores/UIStore'; 15import UIStore from '../../../stores/UIStore';
16import ActivateTrialButton from '../../../components/ui/activateTrialButton'; 16import ActivateTrialButton from '../../../components/ui/ActivateTrialButton';
17 17
18const messages = defineMessages({ 18const messages = defineMessages({
19 headline: { 19 headline: {
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
index 7d26342b7..2387112b4 100644
--- a/src/i18n/messages/src/features/todos/components/TodosWebview.json
+++ b/src/i18n/messages/src/features/todos/components/TodosWebview.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!The Franz Todos Preview is currently only available for Franz Premium accounts.", 4 "defaultMessage": "!!!The Franz Todos Preview is currently only available for Franz Premium accounts.",
5 "file": "src/features/todos/components/TodosWebview.js", 5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": { 6 "start": {
7 "line": 19, 7 "line": 18,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 22, 11 "line": 21,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Upgrade Account", 17 "defaultMessage": "!!!Upgrade Account",
18 "file": "src/features/todos/components/TodosWebview.js", 18 "file": "src/features/todos/components/TodosWebview.js",
19 "start": { 19 "start": {
20 "line": 23, 20 "line": 22,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 26, 24 "line": 25,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Franz Todos will be available to everyone soon.", 30 "defaultMessage": "!!!Franz Todos will be available to everyone soon.",
31 "file": "src/features/todos/components/TodosWebview.js", 31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": { 32 "start": {
33 "line": 27, 33 "line": 26,
34 "column": 15 34 "column": 15
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 30, 37 "line": 29,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }