pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

add notice about backends not syncing

Pas 694b1271 41aaa4ec

+8 -1
+2 -1
src/assets/locales/en.json
··· 1144 1144 "link": "Migrate my data" 1145 1145 }, 1146 1146 "documentation": "Backend documentation", 1147 - "error": "Error connecting to backend" 1147 + "error": "Error connecting to backend", 1148 + "notice": "Your account does NOT sync between backends, so remember which one you use!" 1148 1149 }, 1149 1150 "setup": { 1150 1151 "doSetup": "Do setup",
+3
src/pages/Login.tsx
··· 72 72 showCustom 73 73 /> 74 74 <LargeCardButtons> 75 + <span className="text-type-danger font-medium text-center"> 76 + {t("settings.connections.server.notice")} 77 + </span> 75 78 <Button 76 79 theme="purple" 77 80 onClick={handleContinue}
+3
src/pages/Register.tsx
··· 79 79 showCustom 80 80 /> 81 81 <LargeCardButtons> 82 + <span className="text-type-danger font-medium text-center"> 83 + {t("settings.connections.server.notice")} 84 + </span> 82 85 <Button 83 86 theme="purple" 84 87 onClick={() => {