aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/defaultMessages.json
diff options
context:
space:
mode:
authorLibravatar kytwb <412895+kytwb@users.noreply.github.com>2021-06-12 19:51:28 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-12 19:51:28 +0200
commitb0ecce5eab2a6d0eed3ade7c43e252ca9bac7edb (patch)
treeaed0253b61ca035f3388a7d6a369ffe75f195a58 /src/i18n/locales/defaultMessages.json
parentBypassed code signing since that is also incorrect in GH settings. (diff)
downloadferdium-app-b0ecce5eab2a6d0eed3ade7c43e252ca9bac7edb.tar.gz
ferdium-app-b0ecce5eab2a6d0eed3ade7c43e252ca9bac7edb.tar.zst
ferdium-app-b0ecce5eab2a6d0eed3ade7c43e252ca9bac7edb.zip
Fix active Todos service behaviour (#1481)
* Return false instead of null in isTodosServiceAdded * Resolve from TODOS_RECIPES_ID instead of hardcoded TODOS_RECIPE_ID * Fix TodosWebview width toggling when isTodosServiceActive * Add more todo service recipe IDs * Refactor todos state management * Moved todos service URL and recipe ID computation logic to todos/store * Simplified TodosWebview by delegating to the store for the URL and removing the (unused) payment logic * Made the todos service computation logic in the Service model depend on the logic in todos/store * Made ServicesStore depend on the todos service logic from the Service model * Todos appearance fixes * Hide double horizontal rules if todo settings are hidden due to an added todo service * Hide todos panel border when the panel is hidden or expanded * Make expanded todos panel obey sidebar width and vertical style settings * Make todos/store use isValidExternalURL * Harden isValidExternalURL against malformed URLs * Reduce todo URL string duplication in config.js Co-authored-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'src/i18n/locales/defaultMessages.json')
-rw-r--r--src/i18n/locales/defaultMessages.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json
index 2f998a2c2..b8ea986ce 100644
--- a/src/i18n/locales/defaultMessages.json
+++ b/src/i18n/locales/defaultMessages.json
@@ -1743,65 +1743,65 @@
1743 "defaultMessage": "!!!Welcome to Ferdi", 1743 "defaultMessage": "!!!Welcome to Ferdi",
1744 "end": { 1744 "end": {
1745 "column": 3, 1745 "column": 3,
1746 "line": 19 1746 "line": 18
1747 }, 1747 },
1748 "file": "src/components/services/content/Services.js", 1748 "file": "src/components/services/content/Services.js",
1749 "id": "services.welcome", 1749 "id": "services.welcome",
1750 "start": { 1750 "start": {
1751 "column": 11, 1751 "column": 11,
1752 "line": 16 1752 "line": 15
1753 } 1753 }
1754 }, 1754 },
1755 { 1755 {
1756 "defaultMessage": "!!!Get started", 1756 "defaultMessage": "!!!Get started",
1757 "end": { 1757 "end": {
1758 "column": 3, 1758 "column": 3,
1759 "line": 23 1759 "line": 22
1760 }, 1760 },
1761 "file": "src/components/services/content/Services.js", 1761 "file": "src/components/services/content/Services.js",
1762 "id": "services.getStarted", 1762 "id": "services.getStarted",
1763 "start": { 1763 "start": {
1764 "column": 14, 1764 "column": 14,
1765 "line": 20 1765 "line": 19
1766 } 1766 }
1767 }, 1767 },
1768 { 1768 {
1769 "defaultMessage": "!!!Please login to use Ferdi.", 1769 "defaultMessage": "!!!Please login to use Ferdi.",
1770 "end": { 1770 "end": {
1771 "column": 3, 1771 "column": 3,
1772 "line": 27 1772 "line": 26
1773 }, 1773 },
1774 "file": "src/components/services/content/Services.js", 1774 "file": "src/components/services/content/Services.js",
1775 "id": "services.login", 1775 "id": "services.login",
1776 "start": { 1776 "start": {
1777 "column": 9, 1777 "column": 9,
1778 "line": 24 1778 "line": 23
1779 } 1779 }
1780 }, 1780 },
1781 { 1781 {
1782 "defaultMessage": "!!!Use Ferdi without an Account", 1782 "defaultMessage": "!!!Use Ferdi without an Account",
1783 "end": { 1783 "end": {
1784 "column": 3, 1784 "column": 3,
1785 "line": 31 1785 "line": 30
1786 }, 1786 },
1787 "file": "src/components/services/content/Services.js", 1787 "file": "src/components/services/content/Services.js",
1788 "id": "services.serverless", 1788 "id": "services.serverless",
1789 "start": { 1789 "start": {
1790 "column": 14, 1790 "column": 14,
1791 "line": 28 1791 "line": 27
1792 } 1792 }
1793 }, 1793 },
1794 { 1794 {
1795 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.", 1795 "defaultMessage": "!!!Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner.",
1796 "end": { 1796 "end": {
1797 "column": 3, 1797 "column": 3,
1798 "line": 35 1798 "line": 34
1799 }, 1799 },
1800 "file": "src/components/services/content/Services.js", 1800 "file": "src/components/services/content/Services.js",
1801 "id": "services.serverInfo", 1801 "id": "services.serverInfo",
1802 "start": { 1802 "start": {
1803 "column": 14, 1803 "column": 14,
1804 "line": 32 1804 "line": 31
1805 } 1805 }
1806 } 1806 }
1807 ], 1807 ],