aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-09-12 09:46:30 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-09-12 09:46:30 +0200
commit6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b (patch)
tree13368bc19c96310ba17b33fb3fb5ea8a2aeb24fb /src
parentfeat(Todos): Move todos toggle to sidebar (diff)
downloadferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.tar.gz
ferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.tar.zst
ferdium-app-6b39d67ddd8a160b0154b0e83e5e1ed67ff7265b.zip
fix linting issues
Diffstat (limited to 'src')
-rw-r--r--src/components/layout/Sidebar.js2
-rw-r--r--src/features/todos/components/TodosWebview.js5
-rw-r--r--src/i18n/locales/defaultMessages.json260
-rw-r--r--src/i18n/locales/en-US.json2
-rw-r--r--src/i18n/messages/src/features/todos/components/TodosWebview.json12
-rw-r--r--src/i18n/messages/src/lib/Menu.json248
-rw-r--r--src/lib/Menu.js1
7 files changed, 263 insertions, 267 deletions
diff --git a/src/components/layout/Sidebar.js b/src/components/layout/Sidebar.js
index 128f94959..bac57d4dc 100644
--- a/src/components/layout/Sidebar.js
+++ b/src/components/layout/Sidebar.js
@@ -9,7 +9,7 @@ import { ctrlKey } from '../../environment';
9import { GA_CATEGORY_WORKSPACES, workspaceStore } from '../../features/workspaces'; 9import { GA_CATEGORY_WORKSPACES, workspaceStore } from '../../features/workspaces';
10import { gaEvent } from '../../lib/analytics'; 10import { gaEvent } from '../../lib/analytics';
11import { todosStore, GA_CATEGORY_TODOS } from '../../features/todos'; 11import { todosStore, GA_CATEGORY_TODOS } from '../../features/todos';
12import todoActions from '../../features/todos/actions'; 12import { todoActions } from '../../features/todos/actions';
13 13
14const messages = defineMessages({ 14const messages = defineMessages({
15 settings: { 15 settings: {
diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js
index aed1a8834..d052da6f2 100644
--- a/src/features/todos/components/TodosWebview.js
+++ b/src/features/todos/components/TodosWebview.js
@@ -6,14 +6,11 @@ import Webview from 'react-electron-web-view';
6import { Icon } from '@meetfranz/ui'; 6import { 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 { mdiCheckAll } from '@mdi/js';
10import * as environment from '../../../environment'; 10import * as environment from '../../../environment';
11import Appear from '../../../components/ui/effects/Appear'; 11import Appear from '../../../components/ui/effects/Appear';
12import UpgradeButton from '../../../components/ui/UpgradeButton'; 12import UpgradeButton from '../../../components/ui/UpgradeButton';
13 13
14const OPEN_TODOS_BUTTON_SIZE = 45;
15const CLOSE_TODOS_BUTTON_SIZE = 35;
16
17const messages = defineMessages({ 14const messages = defineMessages({
18 premiumInfo: { 15 premiumInfo: {
19 id: 'feature.todos.premium.info', 16 id: 'feature.todos.premium.info',
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index f2293ead2..1ab8638b3 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -3969,39 +3969,39 @@
3969 "defaultMessage": "!!!Franz Todos are available to premium users now!", 3969 "defaultMessage": "!!!Franz Todos are available to premium users now!",
3970 "end": { 3970 "end": {
3971 "column": 3, 3971 "column": 3,
3972 "line": 21 3972 "line": 18
3973 }, 3973 },
3974 "file": "src/features/todos/components/TodosWebview.js", 3974 "file": "src/features/todos/components/TodosWebview.js",
3975 "id": "feature.todos.premium.info", 3975 "id": "feature.todos.premium.info",
3976 "start": { 3976 "start": {
3977 "column": 15, 3977 "column": 15,
3978 "line": 18 3978 "line": 15
3979 } 3979 }
3980 }, 3980 },
3981 { 3981 {
3982 "defaultMessage": "!!!Upgrade Account", 3982 "defaultMessage": "!!!Upgrade Account",
3983 "end": { 3983 "end": {
3984 "column": 3, 3984 "column": 3,
3985 "line": 25 3985 "line": 22
3986 }, 3986 },
3987 "file": "src/features/todos/components/TodosWebview.js", 3987 "file": "src/features/todos/components/TodosWebview.js",
3988 "id": "feature.todos.premium.upgrade", 3988 "id": "feature.todos.premium.upgrade",
3989 "start": { 3989 "start": {
3990 "column": 14, 3990 "column": 14,
3991 "line": 22 3991 "line": 19
3992 } 3992 }
3993 }, 3993 },
3994 { 3994 {
3995 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 3995 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
3996 "end": { 3996 "end": {
3997 "column": 3, 3997 "column": 3,
3998 "line": 29 3998 "line": 26
3999 }, 3999 },
4000 "file": "src/features/todos/components/TodosWebview.js", 4000 "file": "src/features/todos/components/TodosWebview.js",
4001 "id": "feature.todos.premium.rollout", 4001 "id": "feature.todos.premium.rollout",
4002 "start": { 4002 "start": {
4003 "column": 15, 4003 "column": 15,
4004 "line": 26 4004 "line": 23
4005 } 4005 }
4006 } 4006 }
4007 ], 4007 ],
@@ -4713,806 +4713,806 @@
4713 "defaultMessage": "!!!Edit", 4713 "defaultMessage": "!!!Edit",
4714 "end": { 4714 "end": {
4715 "column": 3, 4715 "column": 3,
4716 "line": 21 4716 "line": 20
4717 }, 4717 },
4718 "file": "src/lib/Menu.js", 4718 "file": "src/lib/Menu.js",
4719 "id": "menu.edit", 4719 "id": "menu.edit",
4720 "start": { 4720 "start": {
4721 "column": 8, 4721 "column": 8,
4722 "line": 18 4722 "line": 17
4723 } 4723 }
4724 }, 4724 },
4725 { 4725 {
4726 "defaultMessage": "!!!Undo", 4726 "defaultMessage": "!!!Undo",
4727 "end": { 4727 "end": {
4728 "column": 3, 4728 "column": 3,
4729 "line": 25 4729 "line": 24
4730 }, 4730 },
4731 "file": "src/lib/Menu.js", 4731 "file": "src/lib/Menu.js",
4732 "id": "menu.edit.undo", 4732 "id": "menu.edit.undo",
4733 "start": { 4733 "start": {
4734 "column": 8, 4734 "column": 8,
4735 "line": 22 4735 "line": 21
4736 } 4736 }
4737 }, 4737 },
4738 { 4738 {
4739 "defaultMessage": "!!!Redo", 4739 "defaultMessage": "!!!Redo",
4740 "end": { 4740 "end": {
4741 "column": 3, 4741 "column": 3,
4742 "line": 29 4742 "line": 28
4743 }, 4743 },
4744 "file": "src/lib/Menu.js", 4744 "file": "src/lib/Menu.js",
4745 "id": "menu.edit.redo", 4745 "id": "menu.edit.redo",
4746 "start": { 4746 "start": {
4747 "column": 8, 4747 "column": 8,
4748 "line": 26 4748 "line": 25
4749 } 4749 }
4750 }, 4750 },
4751 { 4751 {
4752 "defaultMessage": "!!!Cut", 4752 "defaultMessage": "!!!Cut",
4753 "end": { 4753 "end": {
4754 "column": 3, 4754 "column": 3,
4755 "line": 33 4755 "line": 32
4756 }, 4756 },
4757 "file": "src/lib/Menu.js", 4757 "file": "src/lib/Menu.js",
4758 "id": "menu.edit.cut", 4758 "id": "menu.edit.cut",
4759 "start": { 4759 "start": {
4760 "column": 7, 4760 "column": 7,
4761 "line": 30 4761 "line": 29
4762 } 4762 }
4763 }, 4763 },
4764 { 4764 {
4765 "defaultMessage": "!!!Copy", 4765 "defaultMessage": "!!!Copy",
4766 "end": { 4766 "end": {
4767 "column": 3, 4767 "column": 3,
4768 "line": 37 4768 "line": 36
4769 }, 4769 },
4770 "file": "src/lib/Menu.js", 4770 "file": "src/lib/Menu.js",
4771 "id": "menu.edit.copy", 4771 "id": "menu.edit.copy",
4772 "start": { 4772 "start": {
4773 "column": 8, 4773 "column": 8,
4774 "line": 34 4774 "line": 33
4775 } 4775 }
4776 }, 4776 },
4777 { 4777 {
4778 "defaultMessage": "!!!Paste", 4778 "defaultMessage": "!!!Paste",
4779 "end": { 4779 "end": {
4780 "column": 3, 4780 "column": 3,
4781 "line": 41 4781 "line": 40
4782 }, 4782 },
4783 "file": "src/lib/Menu.js", 4783 "file": "src/lib/Menu.js",
4784 "id": "menu.edit.paste", 4784 "id": "menu.edit.paste",
4785 "start": { 4785 "start": {
4786 "column": 9, 4786 "column": 9,
4787 "line": 38 4787 "line": 37
4788 } 4788 }
4789 }, 4789 },
4790 { 4790 {
4791 "defaultMessage": "!!!Paste And Match Style", 4791 "defaultMessage": "!!!Paste And Match Style",
4792 "end": { 4792 "end": {
4793 "column": 3, 4793 "column": 3,
4794 "line": 45 4794 "line": 44
4795 }, 4795 },
4796 "file": "src/lib/Menu.js", 4796 "file": "src/lib/Menu.js",
4797 "id": "menu.edit.pasteAndMatchStyle", 4797 "id": "menu.edit.pasteAndMatchStyle",
4798 "start": { 4798 "start": {
4799 "column": 22, 4799 "column": 22,
4800 "line": 42 4800 "line": 41
4801 } 4801 }
4802 }, 4802 },
4803 { 4803 {
4804 "defaultMessage": "!!!Delete", 4804 "defaultMessage": "!!!Delete",
4805 "end": { 4805 "end": {
4806 "column": 3, 4806 "column": 3,
4807 "line": 49 4807 "line": 48
4808 }, 4808 },
4809 "file": "src/lib/Menu.js", 4809 "file": "src/lib/Menu.js",
4810 "id": "menu.edit.delete", 4810 "id": "menu.edit.delete",
4811 "start": { 4811 "start": {
4812 "column": 10, 4812 "column": 10,
4813 "line": 46 4813 "line": 45
4814 } 4814 }
4815 }, 4815 },
4816 { 4816 {
4817 "defaultMessage": "!!!Select All", 4817 "defaultMessage": "!!!Select All",
4818 "end": { 4818 "end": {
4819 "column": 3, 4819 "column": 3,
4820 "line": 53 4820 "line": 52
4821 }, 4821 },
4822 "file": "src/lib/Menu.js", 4822 "file": "src/lib/Menu.js",
4823 "id": "menu.edit.selectAll", 4823 "id": "menu.edit.selectAll",
4824 "start": { 4824 "start": {
4825 "column": 13, 4825 "column": 13,
4826 "line": 50 4826 "line": 49
4827 } 4827 }
4828 }, 4828 },
4829 { 4829 {
4830 "defaultMessage": "!!!Speech", 4830 "defaultMessage": "!!!Speech",
4831 "end": { 4831 "end": {
4832 "column": 3, 4832 "column": 3,
4833 "line": 57 4833 "line": 56
4834 }, 4834 },
4835 "file": "src/lib/Menu.js", 4835 "file": "src/lib/Menu.js",
4836 "id": "menu.edit.speech", 4836 "id": "menu.edit.speech",
4837 "start": { 4837 "start": {
4838 "column": 10, 4838 "column": 10,
4839 "line": 54 4839 "line": 53
4840 } 4840 }
4841 }, 4841 },
4842 { 4842 {
4843 "defaultMessage": "!!!Start Speaking", 4843 "defaultMessage": "!!!Start Speaking",
4844 "end": { 4844 "end": {
4845 "column": 3, 4845 "column": 3,
4846 "line": 61 4846 "line": 60
4847 }, 4847 },
4848 "file": "src/lib/Menu.js", 4848 "file": "src/lib/Menu.js",
4849 "id": "menu.edit.startSpeaking", 4849 "id": "menu.edit.startSpeaking",
4850 "start": { 4850 "start": {
4851 "column": 17, 4851 "column": 17,
4852 "line": 58 4852 "line": 57
4853 } 4853 }
4854 }, 4854 },
4855 { 4855 {
4856 "defaultMessage": "!!!Stop Speaking", 4856 "defaultMessage": "!!!Stop Speaking",
4857 "end": { 4857 "end": {
4858 "column": 3, 4858 "column": 3,
4859 "line": 65 4859 "line": 64
4860 }, 4860 },
4861 "file": "src/lib/Menu.js", 4861 "file": "src/lib/Menu.js",
4862 "id": "menu.edit.stopSpeaking", 4862 "id": "menu.edit.stopSpeaking",
4863 "start": { 4863 "start": {
4864 "column": 16, 4864 "column": 16,
4865 "line": 62 4865 "line": 61
4866 } 4866 }
4867 }, 4867 },
4868 { 4868 {
4869 "defaultMessage": "!!!Start Dictation", 4869 "defaultMessage": "!!!Start Dictation",
4870 "end": { 4870 "end": {
4871 "column": 3, 4871 "column": 3,
4872 "line": 69 4872 "line": 68
4873 }, 4873 },
4874 "file": "src/lib/Menu.js", 4874 "file": "src/lib/Menu.js",
4875 "id": "menu.edit.startDictation", 4875 "id": "menu.edit.startDictation",
4876 "start": { 4876 "start": {
4877 "column": 18, 4877 "column": 18,
4878 "line": 66 4878 "line": 65
4879 } 4879 }
4880 }, 4880 },
4881 { 4881 {
4882 "defaultMessage": "!!!Emoji & Symbols", 4882 "defaultMessage": "!!!Emoji & Symbols",
4883 "end": { 4883 "end": {
4884 "column": 3, 4884 "column": 3,
4885 "line": 73 4885 "line": 72
4886 }, 4886 },
4887 "file": "src/lib/Menu.js", 4887 "file": "src/lib/Menu.js",
4888 "id": "menu.edit.emojiSymbols", 4888 "id": "menu.edit.emojiSymbols",
4889 "start": { 4889 "start": {
4890 "column": 16, 4890 "column": 16,
4891 "line": 70 4891 "line": 69
4892 } 4892 }
4893 }, 4893 },
4894 { 4894 {
4895 "defaultMessage": "!!!Actual Size", 4895 "defaultMessage": "!!!Actual Size",
4896 "end": { 4896 "end": {
4897 "column": 3, 4897 "column": 3,
4898 "line": 77 4898 "line": 76
4899 }, 4899 },
4900 "file": "src/lib/Menu.js", 4900 "file": "src/lib/Menu.js",
4901 "id": "menu.view.resetZoom", 4901 "id": "menu.view.resetZoom",
4902 "start": { 4902 "start": {
4903 "column": 13, 4903 "column": 13,
4904 "line": 74 4904 "line": 73
4905 } 4905 }
4906 }, 4906 },
4907 { 4907 {
4908 "defaultMessage": "!!!Zoom In", 4908 "defaultMessage": "!!!Zoom In",
4909 "end": { 4909 "end": {
4910 "column": 3, 4910 "column": 3,
4911 "line": 81 4911 "line": 80
4912 }, 4912 },
4913 "file": "src/lib/Menu.js", 4913 "file": "src/lib/Menu.js",
4914 "id": "menu.view.zoomIn", 4914 "id": "menu.view.zoomIn",
4915 "start": { 4915 "start": {
4916 "column": 10, 4916 "column": 10,
4917 "line": 78 4917 "line": 77
4918 } 4918 }
4919 }, 4919 },
4920 { 4920 {
4921 "defaultMessage": "!!!Zoom Out", 4921 "defaultMessage": "!!!Zoom Out",
4922 "end": { 4922 "end": {
4923 "column": 3, 4923 "column": 3,
4924 "line": 85 4924 "line": 84
4925 }, 4925 },
4926 "file": "src/lib/Menu.js", 4926 "file": "src/lib/Menu.js",
4927 "id": "menu.view.zoomOut", 4927 "id": "menu.view.zoomOut",
4928 "start": { 4928 "start": {
4929 "column": 11, 4929 "column": 11,
4930 "line": 82 4930 "line": 81
4931 } 4931 }
4932 }, 4932 },
4933 { 4933 {
4934 "defaultMessage": "!!!Enter Full Screen", 4934 "defaultMessage": "!!!Enter Full Screen",
4935 "end": { 4935 "end": {
4936 "column": 3, 4936 "column": 3,
4937 "line": 89 4937 "line": 88
4938 }, 4938 },
4939 "file": "src/lib/Menu.js", 4939 "file": "src/lib/Menu.js",
4940 "id": "menu.view.enterFullScreen", 4940 "id": "menu.view.enterFullScreen",
4941 "start": { 4941 "start": {
4942 "column": 19, 4942 "column": 19,
4943 "line": 86 4943 "line": 85
4944 } 4944 }
4945 }, 4945 },
4946 { 4946 {
4947 "defaultMessage": "!!!Exit Full Screen", 4947 "defaultMessage": "!!!Exit Full Screen",
4948 "end": { 4948 "end": {
4949 "column": 3, 4949 "column": 3,
4950 "line": 93 4950 "line": 92
4951 }, 4951 },
4952 "file": "src/lib/Menu.js", 4952 "file": "src/lib/Menu.js",
4953 "id": "menu.view.exitFullScreen", 4953 "id": "menu.view.exitFullScreen",
4954 "start": { 4954 "start": {
4955 "column": 18, 4955 "column": 18,
4956 "line": 90 4956 "line": 89
4957 } 4957 }
4958 }, 4958 },
4959 { 4959 {
4960 "defaultMessage": "!!!Toggle Full Screen", 4960 "defaultMessage": "!!!Toggle Full Screen",
4961 "end": { 4961 "end": {
4962 "column": 3, 4962 "column": 3,
4963 "line": 97 4963 "line": 96
4964 }, 4964 },
4965 "file": "src/lib/Menu.js", 4965 "file": "src/lib/Menu.js",
4966 "id": "menu.view.toggleFullScreen", 4966 "id": "menu.view.toggleFullScreen",
4967 "start": { 4967 "start": {
4968 "column": 20, 4968 "column": 20,
4969 "line": 94 4969 "line": 93
4970 } 4970 }
4971 }, 4971 },
4972 { 4972 {
4973 "defaultMessage": "!!!Toggle Developer Tools", 4973 "defaultMessage": "!!!Toggle Developer Tools",
4974 "end": { 4974 "end": {
4975 "column": 3, 4975 "column": 3,
4976 "line": 101 4976 "line": 100
4977 }, 4977 },
4978 "file": "src/lib/Menu.js", 4978 "file": "src/lib/Menu.js",
4979 "id": "menu.view.toggleDevTools", 4979 "id": "menu.view.toggleDevTools",
4980 "start": { 4980 "start": {
4981 "column": 18, 4981 "column": 18,
4982 "line": 98 4982 "line": 97
4983 } 4983 }
4984 }, 4984 },
4985 { 4985 {
4986 "defaultMessage": "!!!Toggle Todos Developer Tools", 4986 "defaultMessage": "!!!Toggle Todos Developer Tools",
4987 "end": { 4987 "end": {
4988 "column": 3, 4988 "column": 3,
4989 "line": 105 4989 "line": 104
4990 }, 4990 },
4991 "file": "src/lib/Menu.js", 4991 "file": "src/lib/Menu.js",
4992 "id": "menu.view.toggleTodosDevTools", 4992 "id": "menu.view.toggleTodosDevTools",
4993 "start": { 4993 "start": {
4994 "column": 23, 4994 "column": 23,
4995 "line": 102 4995 "line": 101
4996 } 4996 }
4997 }, 4997 },
4998 { 4998 {
4999 "defaultMessage": "!!!Toggle Service Developer Tools", 4999 "defaultMessage": "!!!Toggle Service Developer Tools",
5000 "end": { 5000 "end": {
5001 "column": 3, 5001 "column": 3,
5002 "line": 109 5002 "line": 108
5003 }, 5003 },
5004 "file": "src/lib/Menu.js", 5004 "file": "src/lib/Menu.js",
5005 "id": "menu.view.toggleServiceDevTools", 5005 "id": "menu.view.toggleServiceDevTools",
5006 "start": { 5006 "start": {
5007 "column": 25, 5007 "column": 25,
5008 "line": 106 5008 "line": 105
5009 } 5009 }
5010 }, 5010 },
5011 { 5011 {
5012 "defaultMessage": "!!!Reload Service", 5012 "defaultMessage": "!!!Reload Service",
5013 "end": { 5013 "end": {
5014 "column": 3, 5014 "column": 3,
5015 "line": 113 5015 "line": 112
5016 }, 5016 },
5017 "file": "src/lib/Menu.js", 5017 "file": "src/lib/Menu.js",
5018 "id": "menu.view.reloadService", 5018 "id": "menu.view.reloadService",
5019 "start": { 5019 "start": {
5020 "column": 17, 5020 "column": 17,
5021 "line": 110 5021 "line": 109
5022 } 5022 }
5023 }, 5023 },
5024 { 5024 {
5025 "defaultMessage": "!!!Reload Franz", 5025 "defaultMessage": "!!!Reload Franz",
5026 "end": { 5026 "end": {
5027 "column": 3, 5027 "column": 3,
5028 "line": 117 5028 "line": 116
5029 }, 5029 },
5030 "file": "src/lib/Menu.js", 5030 "file": "src/lib/Menu.js",
5031 "id": "menu.view.reloadFranz", 5031 "id": "menu.view.reloadFranz",
5032 "start": { 5032 "start": {
5033 "column": 15, 5033 "column": 15,
5034 "line": 114 5034 "line": 113
5035 } 5035 }
5036 }, 5036 },
5037 { 5037 {
5038 "defaultMessage": "!!!Minimize", 5038 "defaultMessage": "!!!Minimize",
5039 "end": { 5039 "end": {
5040 "column": 3, 5040 "column": 3,
5041 "line": 121 5041 "line": 120
5042 }, 5042 },
5043 "file": "src/lib/Menu.js", 5043 "file": "src/lib/Menu.js",
5044 "id": "menu.window.minimize", 5044 "id": "menu.window.minimize",
5045 "start": { 5045 "start": {
5046 "column": 12, 5046 "column": 12,
5047 "line": 118 5047 "line": 117
5048 } 5048 }
5049 }, 5049 },
5050 { 5050 {
5051 "defaultMessage": "!!!Close", 5051 "defaultMessage": "!!!Close",
5052 "end": { 5052 "end": {
5053 "column": 3, 5053 "column": 3,
5054 "line": 125 5054 "line": 124
5055 }, 5055 },
5056 "file": "src/lib/Menu.js", 5056 "file": "src/lib/Menu.js",
5057 "id": "menu.window.close", 5057 "id": "menu.window.close",
5058 "start": { 5058 "start": {
5059 "column": 9, 5059 "column": 9,
5060 "line": 122 5060 "line": 121
5061 } 5061 }
5062 }, 5062 },
5063 { 5063 {
5064 "defaultMessage": "!!!Learn More", 5064 "defaultMessage": "!!!Learn More",
5065 "end": { 5065 "end": {
5066 "column": 3, 5066 "column": 3,
5067 "line": 129 5067 "line": 128
5068 }, 5068 },
5069 "file": "src/lib/Menu.js", 5069 "file": "src/lib/Menu.js",
5070 "id": "menu.help.learnMore", 5070 "id": "menu.help.learnMore",
5071 "start": { 5071 "start": {
5072 "column": 13, 5072 "column": 13,
5073 "line": 126 5073 "line": 125
5074 } 5074 }
5075 }, 5075 },
5076 { 5076 {
5077 "defaultMessage": "!!!Changelog", 5077 "defaultMessage": "!!!Changelog",
5078 "end": { 5078 "end": {
5079 "column": 3, 5079 "column": 3,
5080 "line": 133 5080 "line": 132
5081 }, 5081 },
5082 "file": "src/lib/Menu.js", 5082 "file": "src/lib/Menu.js",
5083 "id": "menu.help.changelog", 5083 "id": "menu.help.changelog",
5084 "start": { 5084 "start": {
5085 "column": 13, 5085 "column": 13,
5086 "line": 130 5086 "line": 129
5087 } 5087 }
5088 }, 5088 },
5089 { 5089 {
5090 "defaultMessage": "!!!Support", 5090 "defaultMessage": "!!!Support",
5091 "end": { 5091 "end": {
5092 "column": 3, 5092 "column": 3,
5093 "line": 137 5093 "line": 136
5094 }, 5094 },
5095 "file": "src/lib/Menu.js", 5095 "file": "src/lib/Menu.js",
5096 "id": "menu.help.support", 5096 "id": "menu.help.support",
5097 "start": { 5097 "start": {
5098 "column": 11, 5098 "column": 11,
5099 "line": 134 5099 "line": 133
5100 } 5100 }
5101 }, 5101 },
5102 { 5102 {
5103 "defaultMessage": "!!!Copy Debug Information", 5103 "defaultMessage": "!!!Copy Debug Information",
5104 "end": { 5104 "end": {
5105 "column": 3, 5105 "column": 3,
5106 "line": 141 5106 "line": 140
5107 }, 5107 },
5108 "file": "src/lib/Menu.js", 5108 "file": "src/lib/Menu.js",
5109 "id": "menu.help.debugInfo", 5109 "id": "menu.help.debugInfo",
5110 "start": { 5110 "start": {
5111 "column": 13, 5111 "column": 13,
5112 "line": 138 5112 "line": 137
5113 } 5113 }
5114 }, 5114 },
5115 { 5115 {
5116 "defaultMessage": "!!!Franz Debug Information", 5116 "defaultMessage": "!!!Franz Debug Information",
5117 "end": { 5117 "end": {
5118 "column": 3, 5118 "column": 3,
5119 "line": 145 5119 "line": 144
5120 }, 5120 },
5121 "file": "src/lib/Menu.js", 5121 "file": "src/lib/Menu.js",
5122 "id": "menu.help.debugInfoCopiedHeadline", 5122 "id": "menu.help.debugInfoCopiedHeadline",
5123 "start": { 5123 "start": {
5124 "column": 27, 5124 "column": 27,
5125 "line": 142 5125 "line": 141
5126 } 5126 }
5127 }, 5127 },
5128 { 5128 {
5129 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 5129 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
5130 "end": { 5130 "end": {
5131 "column": 3, 5131 "column": 3,
5132 "line": 149 5132 "line": 148
5133 }, 5133 },
5134 "file": "src/lib/Menu.js", 5134 "file": "src/lib/Menu.js",
5135 "id": "menu.help.debugInfoCopiedBody", 5135 "id": "menu.help.debugInfoCopiedBody",
5136 "start": { 5136 "start": {
5137 "column": 23, 5137 "column": 23,
5138 "line": 146 5138 "line": 145
5139 } 5139 }
5140 }, 5140 },
5141 { 5141 {
5142 "defaultMessage": "!!!Terms of Service", 5142 "defaultMessage": "!!!Terms of Service",
5143 "end": { 5143 "end": {
5144 "column": 3, 5144 "column": 3,
5145 "line": 153 5145 "line": 152
5146 }, 5146 },
5147 "file": "src/lib/Menu.js", 5147 "file": "src/lib/Menu.js",
5148 "id": "menu.help.tos", 5148 "id": "menu.help.tos",
5149 "start": { 5149 "start": {
5150 "column": 7, 5150 "column": 7,
5151 "line": 150 5151 "line": 149
5152 } 5152 }
5153 }, 5153 },
5154 { 5154 {
5155 "defaultMessage": "!!!Privacy Statement", 5155 "defaultMessage": "!!!Privacy Statement",
5156 "end": { 5156 "end": {
5157 "column": 3, 5157 "column": 3,
5158 "line": 157 5158 "line": 156
5159 }, 5159 },
5160 "file": "src/lib/Menu.js", 5160 "file": "src/lib/Menu.js",
5161 "id": "menu.help.privacy", 5161 "id": "menu.help.privacy",
5162 "start": { 5162 "start": {
5163 "column": 11, 5163 "column": 11,
5164 "line": 154 5164 "line": 153
5165 } 5165 }
5166 }, 5166 },
5167 { 5167 {
5168 "defaultMessage": "!!!File", 5168 "defaultMessage": "!!!File",
5169 "end": { 5169 "end": {
5170 "column": 3, 5170 "column": 3,
5171 "line": 161 5171 "line": 160
5172 }, 5172 },
5173 "file": "src/lib/Menu.js", 5173 "file": "src/lib/Menu.js",
5174 "id": "menu.file", 5174 "id": "menu.file",
5175 "start": { 5175 "start": {
5176 "column": 8, 5176 "column": 8,
5177 "line": 158 5177 "line": 157
5178 } 5178 }
5179 }, 5179 },
5180 { 5180 {
5181 "defaultMessage": "!!!View", 5181 "defaultMessage": "!!!View",
5182 "end": { 5182 "end": {
5183 "column": 3, 5183 "column": 3,
5184 "line": 165 5184 "line": 164
5185 }, 5185 },
5186 "file": "src/lib/Menu.js", 5186 "file": "src/lib/Menu.js",
5187 "id": "menu.view", 5187 "id": "menu.view",
5188 "start": { 5188 "start": {
5189 "column": 8, 5189 "column": 8,
5190 "line": 162 5190 "line": 161
5191 } 5191 }
5192 }, 5192 },
5193 { 5193 {
5194 "defaultMessage": "!!!Services", 5194 "defaultMessage": "!!!Services",
5195 "end": { 5195 "end": {
5196 "column": 3, 5196 "column": 3,
5197 "line": 169 5197 "line": 168
5198 }, 5198 },
5199 "file": "src/lib/Menu.js", 5199 "file": "src/lib/Menu.js",
5200 "id": "menu.services", 5200 "id": "menu.services",
5201 "start": { 5201 "start": {
5202 "column": 12, 5202 "column": 12,
5203 "line": 166 5203 "line": 165
5204 } 5204 }
5205 }, 5205 },
5206 { 5206 {
5207 "defaultMessage": "!!!Window", 5207 "defaultMessage": "!!!Window",
5208 "end": { 5208 "end": {
5209 "column": 3, 5209 "column": 3,
5210 "line": 173 5210 "line": 172
5211 }, 5211 },
5212 "file": "src/lib/Menu.js", 5212 "file": "src/lib/Menu.js",
5213 "id": "menu.window", 5213 "id": "menu.window",
5214 "start": { 5214 "start": {
5215 "column": 10, 5215 "column": 10,
5216 "line": 170 5216 "line": 169
5217 } 5217 }
5218 }, 5218 },
5219 { 5219 {
5220 "defaultMessage": "!!!Help", 5220 "defaultMessage": "!!!Help",
5221 "end": { 5221 "end": {
5222 "column": 3, 5222 "column": 3,
5223 "line": 177 5223 "line": 176
5224 }, 5224 },
5225 "file": "src/lib/Menu.js", 5225 "file": "src/lib/Menu.js",
5226 "id": "menu.help", 5226 "id": "menu.help",
5227 "start": { 5227 "start": {
5228 "column": 8, 5228 "column": 8,
5229 "line": 174 5229 "line": 173
5230 } 5230 }
5231 }, 5231 },
5232 { 5232 {
5233 "defaultMessage": "!!!About Franz", 5233 "defaultMessage": "!!!About Franz",
5234 "end": { 5234 "end": {
5235 "column": 3, 5235 "column": 3,
5236 "line": 181 5236 "line": 180
5237 }, 5237 },
5238 "file": "src/lib/Menu.js", 5238 "file": "src/lib/Menu.js",
5239 "id": "menu.app.about", 5239 "id": "menu.app.about",
5240 "start": { 5240 "start": {
5241 "column": 9, 5241 "column": 9,
5242 "line": 178 5242 "line": 177
5243 } 5243 }
5244 }, 5244 },
5245 { 5245 {
5246 "defaultMessage": "!!!What's new?", 5246 "defaultMessage": "!!!What's new?",
5247 "end": { 5247 "end": {
5248 "column": 3, 5248 "column": 3,
5249 "line": 185 5249 "line": 184
5250 }, 5250 },
5251 "file": "src/lib/Menu.js", 5251 "file": "src/lib/Menu.js",
5252 "id": "menu.app.announcement", 5252 "id": "menu.app.announcement",
5253 "start": { 5253 "start": {
5254 "column": 16, 5254 "column": 16,
5255 "line": 182 5255 "line": 181
5256 } 5256 }
5257 }, 5257 },
5258 { 5258 {
5259 "defaultMessage": "!!!Settings", 5259 "defaultMessage": "!!!Settings",
5260 "end": { 5260 "end": {
5261 "column": 3, 5261 "column": 3,
5262 "line": 189 5262 "line": 188
5263 }, 5263 },
5264 "file": "src/lib/Menu.js", 5264 "file": "src/lib/Menu.js",
5265 "id": "menu.app.settings", 5265 "id": "menu.app.settings",
5266 "start": { 5266 "start": {
5267 "column": 12, 5267 "column": 12,
5268 "line": 186 5268 "line": 185
5269 } 5269 }
5270 }, 5270 },
5271 { 5271 {
5272 "defaultMessage": "!!!Check for updates", 5272 "defaultMessage": "!!!Check for updates",
5273 "end": { 5273 "end": {
5274 "column": 3, 5274 "column": 3,
5275 "line": 193 5275 "line": 192
5276 }, 5276 },
5277 "file": "src/lib/Menu.js", 5277 "file": "src/lib/Menu.js",
5278 "id": "menu.app.checkForUpdates", 5278 "id": "menu.app.checkForUpdates",
5279 "start": { 5279 "start": {
5280 "column": 19, 5280 "column": 19,
5281 "line": 190 5281 "line": 189
5282 } 5282 }
5283 }, 5283 },
5284 { 5284 {
5285 "defaultMessage": "!!!Hide", 5285 "defaultMessage": "!!!Hide",
5286 "end": { 5286 "end": {
5287 "column": 3, 5287 "column": 3,
5288 "line": 197 5288 "line": 196
5289 }, 5289 },
5290 "file": "src/lib/Menu.js", 5290 "file": "src/lib/Menu.js",
5291 "id": "menu.app.hide", 5291 "id": "menu.app.hide",
5292 "start": { 5292 "start": {
5293 "column": 8, 5293 "column": 8,
5294 "line": 194 5294 "line": 193
5295 } 5295 }
5296 }, 5296 },
5297 { 5297 {
5298 "defaultMessage": "!!!Hide Others", 5298 "defaultMessage": "!!!Hide Others",
5299 "end": { 5299 "end": {
5300 "column": 3, 5300 "column": 3,
5301 "line": 201 5301 "line": 200
5302 }, 5302 },
5303 "file": "src/lib/Menu.js", 5303 "file": "src/lib/Menu.js",
5304 "id": "menu.app.hideOthers", 5304 "id": "menu.app.hideOthers",
5305 "start": { 5305 "start": {
5306 "column": 14, 5306 "column": 14,
5307 "line": 198 5307 "line": 197
5308 } 5308 }
5309 }, 5309 },
5310 { 5310 {
5311 "defaultMessage": "!!!Unhide", 5311 "defaultMessage": "!!!Unhide",
5312 "end": { 5312 "end": {
5313 "column": 3, 5313 "column": 3,
5314 "line": 205 5314 "line": 204
5315 }, 5315 },
5316 "file": "src/lib/Menu.js", 5316 "file": "src/lib/Menu.js",
5317 "id": "menu.app.unhide", 5317 "id": "menu.app.unhide",
5318 "start": { 5318 "start": {
5319 "column": 10, 5319 "column": 10,
5320 "line": 202 5320 "line": 201
5321 } 5321 }
5322 }, 5322 },
5323 { 5323 {
5324 "defaultMessage": "!!!Quit", 5324 "defaultMessage": "!!!Quit",
5325 "end": { 5325 "end": {
5326 "column": 3, 5326 "column": 3,
5327 "line": 209 5327 "line": 208
5328 }, 5328 },
5329 "file": "src/lib/Menu.js", 5329 "file": "src/lib/Menu.js",
5330 "id": "menu.app.quit", 5330 "id": "menu.app.quit",
5331 "start": { 5331 "start": {
5332 "column": 8, 5332 "column": 8,
5333 "line": 206 5333 "line": 205
5334 } 5334 }
5335 }, 5335 },
5336 { 5336 {
5337 "defaultMessage": "!!!Add New Service...", 5337 "defaultMessage": "!!!Add New Service...",
5338 "end": { 5338 "end": {
5339 "column": 3, 5339 "column": 3,
5340 "line": 213 5340 "line": 212
5341 }, 5341 },
5342 "file": "src/lib/Menu.js", 5342 "file": "src/lib/Menu.js",
5343 "id": "menu.services.addNewService", 5343 "id": "menu.services.addNewService",
5344 "start": { 5344 "start": {
5345 "column": 17, 5345 "column": 17,
5346 "line": 210 5346 "line": 209
5347 } 5347 }
5348 }, 5348 },
5349 { 5349 {
5350 "defaultMessage": "!!!Add New Workspace...", 5350 "defaultMessage": "!!!Add New Workspace...",
5351 "end": { 5351 "end": {
5352 "column": 3, 5352 "column": 3,
5353 "line": 217 5353 "line": 216
5354 }, 5354 },
5355 "file": "src/lib/Menu.js", 5355 "file": "src/lib/Menu.js",
5356 "id": "menu.workspaces.addNewWorkspace", 5356 "id": "menu.workspaces.addNewWorkspace",
5357 "start": { 5357 "start": {
5358 "column": 19, 5358 "column": 19,
5359 "line": 214 5359 "line": 213
5360 } 5360 }
5361 }, 5361 },
5362 { 5362 {
5363 "defaultMessage": "!!!Open workspace drawer", 5363 "defaultMessage": "!!!Open workspace drawer",
5364 "end": { 5364 "end": {
5365 "column": 3, 5365 "column": 3,
5366 "line": 221 5366 "line": 220
5367 }, 5367 },
5368 "file": "src/lib/Menu.js", 5368 "file": "src/lib/Menu.js",
5369 "id": "menu.workspaces.openWorkspaceDrawer", 5369 "id": "menu.workspaces.openWorkspaceDrawer",
5370 "start": { 5370 "start": {
5371 "column": 23, 5371 "column": 23,
5372 "line": 218 5372 "line": 217
5373 } 5373 }
5374 }, 5374 },
5375 { 5375 {
5376 "defaultMessage": "!!!Close workspace drawer", 5376 "defaultMessage": "!!!Close workspace drawer",
5377 "end": { 5377 "end": {
5378 "column": 3, 5378 "column": 3,
5379 "line": 225 5379 "line": 224
5380 }, 5380 },
5381 "file": "src/lib/Menu.js", 5381 "file": "src/lib/Menu.js",
5382 "id": "menu.workspaces.closeWorkspaceDrawer", 5382 "id": "menu.workspaces.closeWorkspaceDrawer",
5383 "start": { 5383 "start": {
5384 "column": 24, 5384 "column": 24,
5385 "line": 222 5385 "line": 221
5386 } 5386 }
5387 }, 5387 },
5388 { 5388 {
5389 "defaultMessage": "!!!Activate next service...", 5389 "defaultMessage": "!!!Activate next service...",
5390 "end": { 5390 "end": {
5391 "column": 3, 5391 "column": 3,
5392 "line": 229 5392 "line": 228
5393 }, 5393 },
5394 "file": "src/lib/Menu.js", 5394 "file": "src/lib/Menu.js",
5395 "id": "menu.services.setNextServiceActive", 5395 "id": "menu.services.setNextServiceActive",
5396 "start": { 5396 "start": {
5397 "column": 23, 5397 "column": 23,
5398 "line": 226 5398 "line": 225
5399 } 5399 }
5400 }, 5400 },
5401 { 5401 {
5402 "defaultMessage": "!!!Activate previous service...", 5402 "defaultMessage": "!!!Activate previous service...",
5403 "end": { 5403 "end": {
5404 "column": 3, 5404 "column": 3,
5405 "line": 233 5405 "line": 232
5406 }, 5406 },
5407 "file": "src/lib/Menu.js", 5407 "file": "src/lib/Menu.js",
5408 "id": "menu.services.activatePreviousService", 5408 "id": "menu.services.activatePreviousService",
5409 "start": { 5409 "start": {
5410 "column": 27, 5410 "column": 27,
5411 "line": 230 5411 "line": 229
5412 } 5412 }
5413 }, 5413 },
5414 { 5414 {
5415 "defaultMessage": "!!!Disable notifications & audio", 5415 "defaultMessage": "!!!Disable notifications & audio",
5416 "end": { 5416 "end": {
5417 "column": 3, 5417 "column": 3,
5418 "line": 237 5418 "line": 236
5419 }, 5419 },
5420 "file": "src/lib/Menu.js", 5420 "file": "src/lib/Menu.js",
5421 "id": "sidebar.muteApp", 5421 "id": "sidebar.muteApp",
5422 "start": { 5422 "start": {
5423 "column": 11, 5423 "column": 11,
5424 "line": 234 5424 "line": 233
5425 } 5425 }
5426 }, 5426 },
5427 { 5427 {
5428 "defaultMessage": "!!!Enable notifications & audio", 5428 "defaultMessage": "!!!Enable notifications & audio",
5429 "end": { 5429 "end": {
5430 "column": 3, 5430 "column": 3,
5431 "line": 241 5431 "line": 240
5432 }, 5432 },
5433 "file": "src/lib/Menu.js", 5433 "file": "src/lib/Menu.js",
5434 "id": "sidebar.unmuteApp", 5434 "id": "sidebar.unmuteApp",
5435 "start": { 5435 "start": {
5436 "column": 13, 5436 "column": 13,
5437 "line": 238 5437 "line": 237
5438 } 5438 }
5439 }, 5439 },
5440 { 5440 {
5441 "defaultMessage": "!!!Workspaces", 5441 "defaultMessage": "!!!Workspaces",
5442 "end": { 5442 "end": {
5443 "column": 3, 5443 "column": 3,
5444 "line": 245 5444 "line": 244
5445 }, 5445 },
5446 "file": "src/lib/Menu.js", 5446 "file": "src/lib/Menu.js",
5447 "id": "menu.workspaces", 5447 "id": "menu.workspaces",
5448 "start": { 5448 "start": {
5449 "column": 14, 5449 "column": 14,
5450 "line": 242 5450 "line": 241
5451 } 5451 }
5452 }, 5452 },
5453 { 5453 {
5454 "defaultMessage": "!!!Default", 5454 "defaultMessage": "!!!Default",
5455 "end": { 5455 "end": {
5456 "column": 3, 5456 "column": 3,
5457 "line": 249 5457 "line": 248
5458 }, 5458 },
5459 "file": "src/lib/Menu.js", 5459 "file": "src/lib/Menu.js",
5460 "id": "menu.workspaces.defaultWorkspace", 5460 "id": "menu.workspaces.defaultWorkspace",
5461 "start": { 5461 "start": {
5462 "column": 20, 5462 "column": 20,
5463 "line": 246 5463 "line": 245
5464 } 5464 }
5465 }, 5465 },
5466 { 5466 {
5467 "defaultMessage": "!!!Todos", 5467 "defaultMessage": "!!!Todos",
5468 "end": { 5468 "end": {
5469 "column": 3, 5469 "column": 3,
5470 "line": 253 5470 "line": 252
5471 }, 5471 },
5472 "file": "src/lib/Menu.js", 5472 "file": "src/lib/Menu.js",
5473 "id": "menu.todos", 5473 "id": "menu.todos",
5474 "start": { 5474 "start": {
5475 "column": 9, 5475 "column": 9,
5476 "line": 250 5476 "line": 249
5477 } 5477 }
5478 }, 5478 },
5479 { 5479 {
5480 "defaultMessage": "!!!Open Todos drawer", 5480 "defaultMessage": "!!!Open Todos drawer",
5481 "end": { 5481 "end": {
5482 "column": 3, 5482 "column": 3,
5483 "line": 257 5483 "line": 256
5484 }, 5484 },
5485 "file": "src/lib/Menu.js", 5485 "file": "src/lib/Menu.js",
5486 "id": "menu.Todoss.openTodosDrawer", 5486 "id": "menu.Todoss.openTodosDrawer",
5487 "start": { 5487 "start": {
5488 "column": 19, 5488 "column": 19,
5489 "line": 254 5489 "line": 253
5490 } 5490 }
5491 }, 5491 },
5492 { 5492 {
5493 "defaultMessage": "!!!Close Todos drawer", 5493 "defaultMessage": "!!!Close Todos drawer",
5494 "end": { 5494 "end": {
5495 "column": 3, 5495 "column": 3,
5496 "line": 261 5496 "line": 260
5497 }, 5497 },
5498 "file": "src/lib/Menu.js", 5498 "file": "src/lib/Menu.js",
5499 "id": "menu.Todoss.closeTodosDrawer", 5499 "id": "menu.Todoss.closeTodosDrawer",
5500 "start": { 5500 "start": {
5501 "column": 20, 5501 "column": 20,
5502 "line": 258 5502 "line": 257
5503 } 5503 }
5504 }, 5504 },
5505 { 5505 {
5506 "defaultMessage": "!!!Enable Todos", 5506 "defaultMessage": "!!!Enable Todos",
5507 "end": { 5507 "end": {
5508 "column": 3, 5508 "column": 3,
5509 "line": 265 5509 "line": 264
5510 }, 5510 },
5511 "file": "src/lib/Menu.js", 5511 "file": "src/lib/Menu.js",
5512 "id": "menu.todos.enableTodos", 5512 "id": "menu.todos.enableTodos",
5513 "start": { 5513 "start": {
5514 "column": 15, 5514 "column": 15,
5515 "line": 262 5515 "line": 261
5516 } 5516 }
5517 } 5517 }
5518 ], 5518 ],
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index e9f2c9cc1..1fbb2526c 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -382,4 +382,4 @@
382 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>", 382 "workspaceDrawer.workspaceFeatureInfo": "<p>Franz Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
383 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings", 383 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
384 "workspaces.switchingIndicator.switchingTo": "Switching to" 384 "workspaces.switchingIndicator.switchingTo": "Switching to"
385} 385} \ No newline at end of file
diff --git a/src/i18n/messages/src/features/todos/components/TodosWebview.json b/src/i18n/messages/src/features/todos/components/TodosWebview.json
index 9cc3325d1..7f230e82a 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": "!!!Franz Todos are available to premium users now!", 4 "defaultMessage": "!!!Franz Todos are available to premium users now!",
5 "file": "src/features/todos/components/TodosWebview.js", 5 "file": "src/features/todos/components/TodosWebview.js",
6 "start": { 6 "start": {
7 "line": 18, 7 "line": 15,
8 "column": 15 8 "column": 15
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 21, 11 "line": 18,
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": 22, 20 "line": 19,
21 "column": 14 21 "column": 14
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 25, 24 "line": 22,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Everyone else will have to wait a little longer.", 30 "defaultMessage": "!!!Everyone else will have to wait a little longer.",
31 "file": "src/features/todos/components/TodosWebview.js", 31 "file": "src/features/todos/components/TodosWebview.js",
32 "start": { 32 "start": {
33 "line": 26, 33 "line": 23,
34 "column": 15 34 "column": 15
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 29, 37 "line": 26,
38 "column": 3 38 "column": 3
39 } 39 }
40 } 40 }
diff --git a/src/i18n/messages/src/lib/Menu.json b/src/i18n/messages/src/lib/Menu.json
index 0c0cab33f..26850c5b3 100644
--- a/src/i18n/messages/src/lib/Menu.json
+++ b/src/i18n/messages/src/lib/Menu.json
@@ -4,11 +4,11 @@
4 "defaultMessage": "!!!Edit", 4 "defaultMessage": "!!!Edit",
5 "file": "src/lib/Menu.js", 5 "file": "src/lib/Menu.js",
6 "start": { 6 "start": {
7 "line": 18, 7 "line": 17,
8 "column": 8 8 "column": 8
9 }, 9 },
10 "end": { 10 "end": {
11 "line": 21, 11 "line": 20,
12 "column": 3 12 "column": 3
13 } 13 }
14 }, 14 },
@@ -17,11 +17,11 @@
17 "defaultMessage": "!!!Undo", 17 "defaultMessage": "!!!Undo",
18 "file": "src/lib/Menu.js", 18 "file": "src/lib/Menu.js",
19 "start": { 19 "start": {
20 "line": 22, 20 "line": 21,
21 "column": 8 21 "column": 8
22 }, 22 },
23 "end": { 23 "end": {
24 "line": 25, 24 "line": 24,
25 "column": 3 25 "column": 3
26 } 26 }
27 }, 27 },
@@ -30,11 +30,11 @@
30 "defaultMessage": "!!!Redo", 30 "defaultMessage": "!!!Redo",
31 "file": "src/lib/Menu.js", 31 "file": "src/lib/Menu.js",
32 "start": { 32 "start": {
33 "line": 26, 33 "line": 25,
34 "column": 8 34 "column": 8
35 }, 35 },
36 "end": { 36 "end": {
37 "line": 29, 37 "line": 28,
38 "column": 3 38 "column": 3
39 } 39 }
40 }, 40 },
@@ -43,11 +43,11 @@
43 "defaultMessage": "!!!Cut", 43 "defaultMessage": "!!!Cut",
44 "file": "src/lib/Menu.js", 44 "file": "src/lib/Menu.js",
45 "start": { 45 "start": {
46 "line": 30, 46 "line": 29,
47 "column": 7 47 "column": 7
48 }, 48 },
49 "end": { 49 "end": {
50 "line": 33, 50 "line": 32,
51 "column": 3 51 "column": 3
52 } 52 }
53 }, 53 },
@@ -56,11 +56,11 @@
56 "defaultMessage": "!!!Copy", 56 "defaultMessage": "!!!Copy",
57 "file": "src/lib/Menu.js", 57 "file": "src/lib/Menu.js",
58 "start": { 58 "start": {
59 "line": 34, 59 "line": 33,
60 "column": 8 60 "column": 8
61 }, 61 },
62 "end": { 62 "end": {
63 "line": 37, 63 "line": 36,
64 "column": 3 64 "column": 3
65 } 65 }
66 }, 66 },
@@ -69,11 +69,11 @@
69 "defaultMessage": "!!!Paste", 69 "defaultMessage": "!!!Paste",
70 "file": "src/lib/Menu.js", 70 "file": "src/lib/Menu.js",
71 "start": { 71 "start": {
72 "line": 38, 72 "line": 37,
73 "column": 9 73 "column": 9
74 }, 74 },
75 "end": { 75 "end": {
76 "line": 41, 76 "line": 40,
77 "column": 3 77 "column": 3
78 } 78 }
79 }, 79 },
@@ -82,11 +82,11 @@
82 "defaultMessage": "!!!Paste And Match Style", 82 "defaultMessage": "!!!Paste And Match Style",
83 "file": "src/lib/Menu.js", 83 "file": "src/lib/Menu.js",
84 "start": { 84 "start": {
85 "line": 42, 85 "line": 41,
86 "column": 22 86 "column": 22
87 }, 87 },
88 "end": { 88 "end": {
89 "line": 45, 89 "line": 44,
90 "column": 3 90 "column": 3
91 } 91 }
92 }, 92 },
@@ -95,11 +95,11 @@
95 "defaultMessage": "!!!Delete", 95 "defaultMessage": "!!!Delete",
96 "file": "src/lib/Menu.js", 96 "file": "src/lib/Menu.js",
97 "start": { 97 "start": {
98 "line": 46, 98 "line": 45,
99 "column": 10 99 "column": 10
100 }, 100 },
101 "end": { 101 "end": {
102 "line": 49, 102 "line": 48,
103 "column": 3 103 "column": 3
104 } 104 }
105 }, 105 },
@@ -108,11 +108,11 @@
108 "defaultMessage": "!!!Select All", 108 "defaultMessage": "!!!Select All",
109 "file": "src/lib/Menu.js", 109 "file": "src/lib/Menu.js",
110 "start": { 110 "start": {
111 "line": 50, 111 "line": 49,
112 "column": 13 112 "column": 13
113 }, 113 },
114 "end": { 114 "end": {
115 "line": 53, 115 "line": 52,
116 "column": 3 116 "column": 3
117 } 117 }
118 }, 118 },
@@ -121,11 +121,11 @@
121 "defaultMessage": "!!!Speech", 121 "defaultMessage": "!!!Speech",
122 "file": "src/lib/Menu.js", 122 "file": "src/lib/Menu.js",
123 "start": { 123 "start": {
124 "line": 54, 124 "line": 53,
125 "column": 10 125 "column": 10
126 }, 126 },
127 "end": { 127 "end": {
128 "line": 57, 128 "line": 56,
129 "column": 3 129 "column": 3
130 } 130 }
131 }, 131 },
@@ -134,11 +134,11 @@
134 "defaultMessage": "!!!Start Speaking", 134 "defaultMessage": "!!!Start Speaking",
135 "file": "src/lib/Menu.js", 135 "file": "src/lib/Menu.js",
136 "start": { 136 "start": {
137 "line": 58, 137 "line": 57,
138 "column": 17 138 "column": 17
139 }, 139 },
140 "end": { 140 "end": {
141 "line": 61, 141 "line": 60,
142 "column": 3 142 "column": 3
143 } 143 }
144 }, 144 },
@@ -147,11 +147,11 @@
147 "defaultMessage": "!!!Stop Speaking", 147 "defaultMessage": "!!!Stop Speaking",
148 "file": "src/lib/Menu.js", 148 "file": "src/lib/Menu.js",
149 "start": { 149 "start": {
150 "line": 62, 150 "line": 61,
151 "column": 16 151 "column": 16
152 }, 152 },
153 "end": { 153 "end": {
154 "line": 65, 154 "line": 64,
155 "column": 3 155 "column": 3
156 } 156 }
157 }, 157 },
@@ -160,11 +160,11 @@
160 "defaultMessage": "!!!Start Dictation", 160 "defaultMessage": "!!!Start Dictation",
161 "file": "src/lib/Menu.js", 161 "file": "src/lib/Menu.js",
162 "start": { 162 "start": {
163 "line": 66, 163 "line": 65,
164 "column": 18 164 "column": 18
165 }, 165 },
166 "end": { 166 "end": {
167 "line": 69, 167 "line": 68,
168 "column": 3 168 "column": 3
169 } 169 }
170 }, 170 },
@@ -173,11 +173,11 @@
173 "defaultMessage": "!!!Emoji & Symbols", 173 "defaultMessage": "!!!Emoji & Symbols",
174 "file": "src/lib/Menu.js", 174 "file": "src/lib/Menu.js",
175 "start": { 175 "start": {
176 "line": 70, 176 "line": 69,
177 "column": 16 177 "column": 16
178 }, 178 },
179 "end": { 179 "end": {
180 "line": 73, 180 "line": 72,
181 "column": 3 181 "column": 3
182 } 182 }
183 }, 183 },
@@ -186,11 +186,11 @@
186 "defaultMessage": "!!!Actual Size", 186 "defaultMessage": "!!!Actual Size",
187 "file": "src/lib/Menu.js", 187 "file": "src/lib/Menu.js",
188 "start": { 188 "start": {
189 "line": 74, 189 "line": 73,
190 "column": 13 190 "column": 13
191 }, 191 },
192 "end": { 192 "end": {
193 "line": 77, 193 "line": 76,
194 "column": 3 194 "column": 3
195 } 195 }
196 }, 196 },
@@ -199,11 +199,11 @@
199 "defaultMessage": "!!!Zoom In", 199 "defaultMessage": "!!!Zoom In",
200 "file": "src/lib/Menu.js", 200 "file": "src/lib/Menu.js",
201 "start": { 201 "start": {
202 "line": 78, 202 "line": 77,
203 "column": 10 203 "column": 10
204 }, 204 },
205 "end": { 205 "end": {
206 "line": 81, 206 "line": 80,
207 "column": 3 207 "column": 3
208 } 208 }
209 }, 209 },
@@ -212,11 +212,11 @@
212 "defaultMessage": "!!!Zoom Out", 212 "defaultMessage": "!!!Zoom Out",
213 "file": "src/lib/Menu.js", 213 "file": "src/lib/Menu.js",
214 "start": { 214 "start": {
215 "line": 82, 215 "line": 81,
216 "column": 11 216 "column": 11
217 }, 217 },
218 "end": { 218 "end": {
219 "line": 85, 219 "line": 84,
220 "column": 3 220 "column": 3
221 } 221 }
222 }, 222 },
@@ -225,11 +225,11 @@
225 "defaultMessage": "!!!Enter Full Screen", 225 "defaultMessage": "!!!Enter Full Screen",
226 "file": "src/lib/Menu.js", 226 "file": "src/lib/Menu.js",
227 "start": { 227 "start": {
228 "line": 86, 228 "line": 85,
229 "column": 19 229 "column": 19
230 }, 230 },
231 "end": { 231 "end": {
232 "line": 89, 232 "line": 88,
233 "column": 3 233 "column": 3
234 } 234 }
235 }, 235 },
@@ -238,11 +238,11 @@
238 "defaultMessage": "!!!Exit Full Screen", 238 "defaultMessage": "!!!Exit Full Screen",
239 "file": "src/lib/Menu.js", 239 "file": "src/lib/Menu.js",
240 "start": { 240 "start": {
241 "line": 90, 241 "line": 89,
242 "column": 18 242 "column": 18
243 }, 243 },
244 "end": { 244 "end": {
245 "line": 93, 245 "line": 92,
246 "column": 3 246 "column": 3
247 } 247 }
248 }, 248 },
@@ -251,11 +251,11 @@
251 "defaultMessage": "!!!Toggle Full Screen", 251 "defaultMessage": "!!!Toggle Full Screen",
252 "file": "src/lib/Menu.js", 252 "file": "src/lib/Menu.js",
253 "start": { 253 "start": {
254 "line": 94, 254 "line": 93,
255 "column": 20 255 "column": 20
256 }, 256 },
257 "end": { 257 "end": {
258 "line": 97, 258 "line": 96,
259 "column": 3 259 "column": 3
260 } 260 }
261 }, 261 },
@@ -264,11 +264,11 @@
264 "defaultMessage": "!!!Toggle Developer Tools", 264 "defaultMessage": "!!!Toggle Developer Tools",
265 "file": "src/lib/Menu.js", 265 "file": "src/lib/Menu.js",
266 "start": { 266 "start": {
267 "line": 98, 267 "line": 97,
268 "column": 18 268 "column": 18
269 }, 269 },
270 "end": { 270 "end": {
271 "line": 101, 271 "line": 100,
272 "column": 3 272 "column": 3
273 } 273 }
274 }, 274 },
@@ -277,11 +277,11 @@
277 "defaultMessage": "!!!Toggle Todos Developer Tools", 277 "defaultMessage": "!!!Toggle Todos Developer Tools",
278 "file": "src/lib/Menu.js", 278 "file": "src/lib/Menu.js",
279 "start": { 279 "start": {
280 "line": 102, 280 "line": 101,
281 "column": 23 281 "column": 23
282 }, 282 },
283 "end": { 283 "end": {
284 "line": 105, 284 "line": 104,
285 "column": 3 285 "column": 3
286 } 286 }
287 }, 287 },
@@ -290,11 +290,11 @@
290 "defaultMessage": "!!!Toggle Service Developer Tools", 290 "defaultMessage": "!!!Toggle Service Developer Tools",
291 "file": "src/lib/Menu.js", 291 "file": "src/lib/Menu.js",
292 "start": { 292 "start": {
293 "line": 106, 293 "line": 105,
294 "column": 25 294 "column": 25
295 }, 295 },
296 "end": { 296 "end": {
297 "line": 109, 297 "line": 108,
298 "column": 3 298 "column": 3
299 } 299 }
300 }, 300 },
@@ -303,11 +303,11 @@
303 "defaultMessage": "!!!Reload Service", 303 "defaultMessage": "!!!Reload Service",
304 "file": "src/lib/Menu.js", 304 "file": "src/lib/Menu.js",
305 "start": { 305 "start": {
306 "line": 110, 306 "line": 109,
307 "column": 17 307 "column": 17
308 }, 308 },
309 "end": { 309 "end": {
310 "line": 113, 310 "line": 112,
311 "column": 3 311 "column": 3
312 } 312 }
313 }, 313 },
@@ -316,11 +316,11 @@
316 "defaultMessage": "!!!Reload Franz", 316 "defaultMessage": "!!!Reload Franz",
317 "file": "src/lib/Menu.js", 317 "file": "src/lib/Menu.js",
318 "start": { 318 "start": {
319 "line": 114, 319 "line": 113,
320 "column": 15 320 "column": 15
321 }, 321 },
322 "end": { 322 "end": {
323 "line": 117, 323 "line": 116,
324 "column": 3 324 "column": 3
325 } 325 }
326 }, 326 },
@@ -329,11 +329,11 @@
329 "defaultMessage": "!!!Minimize", 329 "defaultMessage": "!!!Minimize",
330 "file": "src/lib/Menu.js", 330 "file": "src/lib/Menu.js",
331 "start": { 331 "start": {
332 "line": 118, 332 "line": 117,
333 "column": 12 333 "column": 12
334 }, 334 },
335 "end": { 335 "end": {
336 "line": 121, 336 "line": 120,
337 "column": 3 337 "column": 3
338 } 338 }
339 }, 339 },
@@ -342,11 +342,11 @@
342 "defaultMessage": "!!!Close", 342 "defaultMessage": "!!!Close",
343 "file": "src/lib/Menu.js", 343 "file": "src/lib/Menu.js",
344 "start": { 344 "start": {
345 "line": 122, 345 "line": 121,
346 "column": 9 346 "column": 9
347 }, 347 },
348 "end": { 348 "end": {
349 "line": 125, 349 "line": 124,
350 "column": 3 350 "column": 3
351 } 351 }
352 }, 352 },
@@ -355,11 +355,11 @@
355 "defaultMessage": "!!!Learn More", 355 "defaultMessage": "!!!Learn More",
356 "file": "src/lib/Menu.js", 356 "file": "src/lib/Menu.js",
357 "start": { 357 "start": {
358 "line": 126, 358 "line": 125,
359 "column": 13 359 "column": 13
360 }, 360 },
361 "end": { 361 "end": {
362 "line": 129, 362 "line": 128,
363 "column": 3 363 "column": 3
364 } 364 }
365 }, 365 },
@@ -368,11 +368,11 @@
368 "defaultMessage": "!!!Changelog", 368 "defaultMessage": "!!!Changelog",
369 "file": "src/lib/Menu.js", 369 "file": "src/lib/Menu.js",
370 "start": { 370 "start": {
371 "line": 130, 371 "line": 129,
372 "column": 13 372 "column": 13
373 }, 373 },
374 "end": { 374 "end": {
375 "line": 133, 375 "line": 132,
376 "column": 3 376 "column": 3
377 } 377 }
378 }, 378 },
@@ -381,11 +381,11 @@
381 "defaultMessage": "!!!Support", 381 "defaultMessage": "!!!Support",
382 "file": "src/lib/Menu.js", 382 "file": "src/lib/Menu.js",
383 "start": { 383 "start": {
384 "line": 134, 384 "line": 133,
385 "column": 11 385 "column": 11
386 }, 386 },
387 "end": { 387 "end": {
388 "line": 137, 388 "line": 136,
389 "column": 3 389 "column": 3
390 } 390 }
391 }, 391 },
@@ -394,11 +394,11 @@
394 "defaultMessage": "!!!Copy Debug Information", 394 "defaultMessage": "!!!Copy Debug Information",
395 "file": "src/lib/Menu.js", 395 "file": "src/lib/Menu.js",
396 "start": { 396 "start": {
397 "line": 138, 397 "line": 137,
398 "column": 13 398 "column": 13
399 }, 399 },
400 "end": { 400 "end": {
401 "line": 141, 401 "line": 140,
402 "column": 3 402 "column": 3
403 } 403 }
404 }, 404 },
@@ -407,11 +407,11 @@
407 "defaultMessage": "!!!Franz Debug Information", 407 "defaultMessage": "!!!Franz Debug Information",
408 "file": "src/lib/Menu.js", 408 "file": "src/lib/Menu.js",
409 "start": { 409 "start": {
410 "line": 142, 410 "line": 141,
411 "column": 27 411 "column": 27
412 }, 412 },
413 "end": { 413 "end": {
414 "line": 145, 414 "line": 144,
415 "column": 3 415 "column": 3
416 } 416 }
417 }, 417 },
@@ -420,11 +420,11 @@
420 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.", 420 "defaultMessage": "!!!Your Debug Information has been copied to your clipboard.",
421 "file": "src/lib/Menu.js", 421 "file": "src/lib/Menu.js",
422 "start": { 422 "start": {
423 "line": 146, 423 "line": 145,
424 "column": 23 424 "column": 23
425 }, 425 },
426 "end": { 426 "end": {
427 "line": 149, 427 "line": 148,
428 "column": 3 428 "column": 3
429 } 429 }
430 }, 430 },
@@ -433,11 +433,11 @@
433 "defaultMessage": "!!!Terms of Service", 433 "defaultMessage": "!!!Terms of Service",
434 "file": "src/lib/Menu.js", 434 "file": "src/lib/Menu.js",
435 "start": { 435 "start": {
436 "line": 150, 436 "line": 149,
437 "column": 7 437 "column": 7
438 }, 438 },
439 "end": { 439 "end": {
440 "line": 153, 440 "line": 152,
441 "column": 3 441 "column": 3
442 } 442 }
443 }, 443 },
@@ -446,11 +446,11 @@
446 "defaultMessage": "!!!Privacy Statement", 446 "defaultMessage": "!!!Privacy Statement",
447 "file": "src/lib/Menu.js", 447 "file": "src/lib/Menu.js",
448 "start": { 448 "start": {
449 "line": 154, 449 "line": 153,
450 "column": 11 450 "column": 11
451 }, 451 },
452 "end": { 452 "end": {
453 "line": 157, 453 "line": 156,
454 "column": 3 454 "column": 3
455 } 455 }
456 }, 456 },
@@ -459,11 +459,11 @@
459 "defaultMessage": "!!!File", 459 "defaultMessage": "!!!File",
460 "file": "src/lib/Menu.js", 460 "file": "src/lib/Menu.js",
461 "start": { 461 "start": {
462 "line": 158, 462 "line": 157,
463 "column": 8 463 "column": 8
464 }, 464 },
465 "end": { 465 "end": {
466 "line": 161, 466 "line": 160,
467 "column": 3 467 "column": 3
468 } 468 }
469 }, 469 },
@@ -472,11 +472,11 @@
472 "defaultMessage": "!!!View", 472 "defaultMessage": "!!!View",
473 "file": "src/lib/Menu.js", 473 "file": "src/lib/Menu.js",
474 "start": { 474 "start": {
475 "line": 162, 475 "line": 161,
476 "column": 8 476 "column": 8
477 }, 477 },
478 "end": { 478 "end": {
479 "line": 165, 479 "line": 164,
480 "column": 3 480 "column": 3
481 } 481 }
482 }, 482 },
@@ -485,11 +485,11 @@
485 "defaultMessage": "!!!Services", 485 "defaultMessage": "!!!Services",
486 "file": "src/lib/Menu.js", 486 "file": "src/lib/Menu.js",
487 "start": { 487 "start": {
488 "line": 166, 488 "line": 165,
489 "column": 12 489 "column": 12
490 }, 490 },
491 "end": { 491 "end": {
492 "line": 169, 492 "line": 168,
493 "column": 3 493 "column": 3
494 } 494 }
495 }, 495 },
@@ -498,11 +498,11 @@
498 "defaultMessage": "!!!Window", 498 "defaultMessage": "!!!Window",
499 "file": "src/lib/Menu.js", 499 "file": "src/lib/Menu.js",
500 "start": { 500 "start": {
501 "line": 170, 501 "line": 169,
502 "column": 10 502 "column": 10
503 }, 503 },
504 "end": { 504 "end": {
505 "line": 173, 505 "line": 172,
506 "column": 3 506 "column": 3
507 } 507 }
508 }, 508 },
@@ -511,11 +511,11 @@
511 "defaultMessage": "!!!Help", 511 "defaultMessage": "!!!Help",
512 "file": "src/lib/Menu.js", 512 "file": "src/lib/Menu.js",
513 "start": { 513 "start": {
514 "line": 174, 514 "line": 173,
515 "column": 8 515 "column": 8
516 }, 516 },
517 "end": { 517 "end": {
518 "line": 177, 518 "line": 176,
519 "column": 3 519 "column": 3
520 } 520 }
521 }, 521 },
@@ -524,11 +524,11 @@
524 "defaultMessage": "!!!About Franz", 524 "defaultMessage": "!!!About Franz",
525 "file": "src/lib/Menu.js", 525 "file": "src/lib/Menu.js",
526 "start": { 526 "start": {
527 "line": 178, 527 "line": 177,
528 "column": 9 528 "column": 9
529 }, 529 },
530 "end": { 530 "end": {
531 "line": 181, 531 "line": 180,
532 "column": 3 532 "column": 3
533 } 533 }
534 }, 534 },
@@ -537,11 +537,11 @@
537 "defaultMessage": "!!!What's new?", 537 "defaultMessage": "!!!What's new?",
538 "file": "src/lib/Menu.js", 538 "file": "src/lib/Menu.js",
539 "start": { 539 "start": {
540 "line": 182, 540 "line": 181,
541 "column": 16 541 "column": 16
542 }, 542 },
543 "end": { 543 "end": {
544 "line": 185, 544 "line": 184,
545 "column": 3 545 "column": 3
546 } 546 }
547 }, 547 },
@@ -550,11 +550,11 @@
550 "defaultMessage": "!!!Settings", 550 "defaultMessage": "!!!Settings",
551 "file": "src/lib/Menu.js", 551 "file": "src/lib/Menu.js",
552 "start": { 552 "start": {
553 "line": 186, 553 "line": 185,
554 "column": 12 554 "column": 12
555 }, 555 },
556 "end": { 556 "end": {
557 "line": 189, 557 "line": 188,
558 "column": 3 558 "column": 3
559 } 559 }
560 }, 560 },
@@ -563,11 +563,11 @@
563 "defaultMessage": "!!!Check for updates", 563 "defaultMessage": "!!!Check for updates",
564 "file": "src/lib/Menu.js", 564 "file": "src/lib/Menu.js",
565 "start": { 565 "start": {
566 "line": 190, 566 "line": 189,
567 "column": 19 567 "column": 19
568 }, 568 },
569 "end": { 569 "end": {
570 "line": 193, 570 "line": 192,
571 "column": 3 571 "column": 3
572 } 572 }
573 }, 573 },
@@ -576,11 +576,11 @@
576 "defaultMessage": "!!!Hide", 576 "defaultMessage": "!!!Hide",
577 "file": "src/lib/Menu.js", 577 "file": "src/lib/Menu.js",
578 "start": { 578 "start": {
579 "line": 194, 579 "line": 193,
580 "column": 8 580 "column": 8
581 }, 581 },
582 "end": { 582 "end": {
583 "line": 197, 583 "line": 196,
584 "column": 3 584 "column": 3
585 } 585 }
586 }, 586 },
@@ -589,11 +589,11 @@
589 "defaultMessage": "!!!Hide Others", 589 "defaultMessage": "!!!Hide Others",
590 "file": "src/lib/Menu.js", 590 "file": "src/lib/Menu.js",
591 "start": { 591 "start": {
592 "line": 198, 592 "line": 197,
593 "column": 14 593 "column": 14
594 }, 594 },
595 "end": { 595 "end": {
596 "line": 201, 596 "line": 200,
597 "column": 3 597 "column": 3
598 } 598 }
599 }, 599 },
@@ -602,11 +602,11 @@
602 "defaultMessage": "!!!Unhide", 602 "defaultMessage": "!!!Unhide",
603 "file": "src/lib/Menu.js", 603 "file": "src/lib/Menu.js",
604 "start": { 604 "start": {
605 "line": 202, 605 "line": 201,
606 "column": 10 606 "column": 10
607 }, 607 },
608 "end": { 608 "end": {
609 "line": 205, 609 "line": 204,
610 "column": 3 610 "column": 3
611 } 611 }
612 }, 612 },
@@ -615,11 +615,11 @@
615 "defaultMessage": "!!!Quit", 615 "defaultMessage": "!!!Quit",
616 "file": "src/lib/Menu.js", 616 "file": "src/lib/Menu.js",
617 "start": { 617 "start": {
618 "line": 206, 618 "line": 205,
619 "column": 8 619 "column": 8
620 }, 620 },
621 "end": { 621 "end": {
622 "line": 209, 622 "line": 208,
623 "column": 3 623 "column": 3
624 } 624 }
625 }, 625 },
@@ -628,11 +628,11 @@
628 "defaultMessage": "!!!Add New Service...", 628 "defaultMessage": "!!!Add New Service...",
629 "file": "src/lib/Menu.js", 629 "file": "src/lib/Menu.js",
630 "start": { 630 "start": {
631 "line": 210, 631 "line": 209,
632 "column": 17 632 "column": 17
633 }, 633 },
634 "end": { 634 "end": {
635 "line": 213, 635 "line": 212,
636 "column": 3 636 "column": 3
637 } 637 }
638 }, 638 },
@@ -641,11 +641,11 @@
641 "defaultMessage": "!!!Add New Workspace...", 641 "defaultMessage": "!!!Add New Workspace...",
642 "file": "src/lib/Menu.js", 642 "file": "src/lib/Menu.js",
643 "start": { 643 "start": {
644 "line": 214, 644 "line": 213,
645 "column": 19 645 "column": 19
646 }, 646 },
647 "end": { 647 "end": {
648 "line": 217, 648 "line": 216,
649 "column": 3 649 "column": 3
650 } 650 }
651 }, 651 },
@@ -654,11 +654,11 @@
654 "defaultMessage": "!!!Open workspace drawer", 654 "defaultMessage": "!!!Open workspace drawer",
655 "file": "src/lib/Menu.js", 655 "file": "src/lib/Menu.js",
656 "start": { 656 "start": {
657 "line": 218, 657 "line": 217,
658 "column": 23 658 "column": 23
659 }, 659 },
660 "end": { 660 "end": {
661 "line": 221, 661 "line": 220,
662 "column": 3 662 "column": 3
663 } 663 }
664 }, 664 },
@@ -667,11 +667,11 @@
667 "defaultMessage": "!!!Close workspace drawer", 667 "defaultMessage": "!!!Close workspace drawer",
668 "file": "src/lib/Menu.js", 668 "file": "src/lib/Menu.js",
669 "start": { 669 "start": {
670 "line": 222, 670 "line": 221,
671 "column": 24 671 "column": 24
672 }, 672 },
673 "end": { 673 "end": {
674 "line": 225, 674 "line": 224,
675 "column": 3 675 "column": 3
676 } 676 }
677 }, 677 },
@@ -680,11 +680,11 @@
680 "defaultMessage": "!!!Activate next service...", 680 "defaultMessage": "!!!Activate next service...",
681 "file": "src/lib/Menu.js", 681 "file": "src/lib/Menu.js",
682 "start": { 682 "start": {
683 "line": 226, 683 "line": 225,
684 "column": 23 684 "column": 23
685 }, 685 },
686 "end": { 686 "end": {
687 "line": 229, 687 "line": 228,
688 "column": 3 688 "column": 3
689 } 689 }
690 }, 690 },
@@ -693,11 +693,11 @@
693 "defaultMessage": "!!!Activate previous service...", 693 "defaultMessage": "!!!Activate previous service...",
694 "file": "src/lib/Menu.js", 694 "file": "src/lib/Menu.js",
695 "start": { 695 "start": {
696 "line": 230, 696 "line": 229,
697 "column": 27 697 "column": 27
698 }, 698 },
699 "end": { 699 "end": {
700 "line": 233, 700 "line": 232,
701 "column": 3 701 "column": 3
702 } 702 }
703 }, 703 },
@@ -706,11 +706,11 @@
706 "defaultMessage": "!!!Disable notifications & audio", 706 "defaultMessage": "!!!Disable notifications & audio",
707 "file": "src/lib/Menu.js", 707 "file": "src/lib/Menu.js",
708 "start": { 708 "start": {
709 "line": 234, 709 "line": 233,
710 "column": 11 710 "column": 11
711 }, 711 },
712 "end": { 712 "end": {
713 "line": 237, 713 "line": 236,
714 "column": 3 714 "column": 3
715 } 715 }
716 }, 716 },
@@ -719,11 +719,11 @@
719 "defaultMessage": "!!!Enable notifications & audio", 719 "defaultMessage": "!!!Enable notifications & audio",
720 "file": "src/lib/Menu.js", 720 "file": "src/lib/Menu.js",
721 "start": { 721 "start": {
722 "line": 238, 722 "line": 237,
723 "column": 13 723 "column": 13
724 }, 724 },
725 "end": { 725 "end": {
726 "line": 241, 726 "line": 240,
727 "column": 3 727 "column": 3
728 } 728 }
729 }, 729 },
@@ -732,11 +732,11 @@
732 "defaultMessage": "!!!Workspaces", 732 "defaultMessage": "!!!Workspaces",
733 "file": "src/lib/Menu.js", 733 "file": "src/lib/Menu.js",
734 "start": { 734 "start": {
735 "line": 242, 735 "line": 241,
736 "column": 14 736 "column": 14
737 }, 737 },
738 "end": { 738 "end": {
739 "line": 245, 739 "line": 244,
740 "column": 3 740 "column": 3
741 } 741 }
742 }, 742 },
@@ -745,11 +745,11 @@
745 "defaultMessage": "!!!Default", 745 "defaultMessage": "!!!Default",
746 "file": "src/lib/Menu.js", 746 "file": "src/lib/Menu.js",
747 "start": { 747 "start": {
748 "line": 246, 748 "line": 245,
749 "column": 20 749 "column": 20
750 }, 750 },
751 "end": { 751 "end": {
752 "line": 249, 752 "line": 248,
753 "column": 3 753 "column": 3
754 } 754 }
755 }, 755 },
@@ -758,11 +758,11 @@
758 "defaultMessage": "!!!Todos", 758 "defaultMessage": "!!!Todos",
759 "file": "src/lib/Menu.js", 759 "file": "src/lib/Menu.js",
760 "start": { 760 "start": {
761 "line": 250, 761 "line": 249,
762 "column": 9 762 "column": 9
763 }, 763 },
764 "end": { 764 "end": {
765 "line": 253, 765 "line": 252,
766 "column": 3 766 "column": 3
767 } 767 }
768 }, 768 },
@@ -771,11 +771,11 @@
771 "defaultMessage": "!!!Open Todos drawer", 771 "defaultMessage": "!!!Open Todos drawer",
772 "file": "src/lib/Menu.js", 772 "file": "src/lib/Menu.js",
773 "start": { 773 "start": {
774 "line": 254, 774 "line": 253,
775 "column": 19 775 "column": 19
776 }, 776 },
777 "end": { 777 "end": {
778 "line": 257, 778 "line": 256,
779 "column": 3 779 "column": 3
780 } 780 }
781 }, 781 },
@@ -784,11 +784,11 @@
784 "defaultMessage": "!!!Close Todos drawer", 784 "defaultMessage": "!!!Close Todos drawer",
785 "file": "src/lib/Menu.js", 785 "file": "src/lib/Menu.js",
786 "start": { 786 "start": {
787 "line": 258, 787 "line": 257,
788 "column": 20 788 "column": 20
789 }, 789 },
790 "end": { 790 "end": {
791 "line": 261, 791 "line": 260,
792 "column": 3 792 "column": 3
793 } 793 }
794 }, 794 },
@@ -797,11 +797,11 @@
797 "defaultMessage": "!!!Enable Todos", 797 "defaultMessage": "!!!Enable Todos",
798 "file": "src/lib/Menu.js", 798 "file": "src/lib/Menu.js",
799 "start": { 799 "start": {
800 "line": 262, 800 "line": 261,
801 "column": 15 801 "column": 15
802 }, 802 },
803 "end": { 803 "end": {
804 "line": 265, 804 "line": 264,
805 "column": 3 805 "column": 3
806 } 806 }
807 } 807 }
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index 6ffa007f2..4aa2edaba 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -8,7 +8,6 @@ import { workspaceActions } from '../features/workspaces/actions';
8import { gaEvent } from './analytics'; 8import { gaEvent } from './analytics';
9import { announcementActions } from '../features/announcements/actions'; 9import { announcementActions } from '../features/announcements/actions';
10import { announcementsStore } from '../features/announcements'; 10import { announcementsStore } from '../features/announcements';
11import TodoStore from '../features/todos/store';
12import { GA_CATEGORY_TODOS, todosStore } from '../features/todos'; 11import { GA_CATEGORY_TODOS, todosStore } from '../features/todos';
13import { todoActions } from '../features/todos/actions'; 12import { todoActions } from '../features/todos/actions';
14 13