diff --git a/README.md b/README.md index 30fa61a1dd..4538075eef 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ yarn Finally, run the dev server: ```sh -yarn start +yarn dev ``` **That's it!** :tada: @@ -140,7 +140,7 @@ NODE_ENV=development ``` #### Local dev server -- `yarn dev` - Exact same as above, aliased to `yarn start` for convenience. +- `yarn dev` - Run the local dev server. #### Building - `yarn build` - Compile without a dev server, into `/static` directory. diff --git a/app/soapbox/__fixtures__/intlMessages.json b/app/soapbox/__fixtures__/intlMessages.json index 6e873f504c..328cd41809 100644 --- a/app/soapbox/__fixtures__/intlMessages.json +++ b/app/soapbox/__fixtures__/intlMessages.json @@ -836,6 +836,7 @@ "registration.lead": "With an account on {instance} you\"ll be able to follow people on any server in the fediverse.", "registration.sign_up": "Sign up", "registration.tos": "Terms of Service", + "registration.reason": "Reason for Joining", "relative_time.days": "{number}d", "relative_time.hours": "{number}h", "relative_time.just_now": "now", diff --git a/app/soapbox/actions/auth.js b/app/soapbox/actions/auth.js index c241b801f2..8beb9c1eb5 100644 Binary files a/app/soapbox/actions/auth.js and b/app/soapbox/actions/auth.js differ diff --git a/app/soapbox/actions/bookmarks.js b/app/soapbox/actions/bookmarks.js new file mode 100644 index 0000000000..544ed2ff22 Binary files /dev/null and b/app/soapbox/actions/bookmarks.js differ diff --git a/app/soapbox/actions/compose.js b/app/soapbox/actions/compose.js index 28442f9942..a2b5c0f858 100644 Binary files a/app/soapbox/actions/compose.js and b/app/soapbox/actions/compose.js differ diff --git a/app/soapbox/actions/filters.js b/app/soapbox/actions/filters.js index cff647de3c..3448e391cb 100644 Binary files a/app/soapbox/actions/filters.js and b/app/soapbox/actions/filters.js differ diff --git a/app/soapbox/actions/interactions.js b/app/soapbox/actions/interactions.js index 7451c14f97..1acfa9c57b 100644 Binary files a/app/soapbox/actions/interactions.js and b/app/soapbox/actions/interactions.js differ diff --git a/app/soapbox/actions/mfa.js b/app/soapbox/actions/mfa.js new file mode 100644 index 0000000000..0a8a706ebc Binary files /dev/null and b/app/soapbox/actions/mfa.js differ diff --git a/app/soapbox/actions/settings.js b/app/soapbox/actions/settings.js index 815479b961..e9b3a0c851 100644 Binary files a/app/soapbox/actions/settings.js and b/app/soapbox/actions/settings.js differ diff --git a/app/soapbox/actions/timelines.js b/app/soapbox/actions/timelines.js index f1213c3010..7ae27b8af0 100644 Binary files a/app/soapbox/actions/timelines.js and b/app/soapbox/actions/timelines.js differ diff --git a/app/soapbox/components/display_name.js b/app/soapbox/components/display_name.js index 1016c9f5a8..7ab8b9e607 100644 Binary files a/app/soapbox/components/display_name.js and b/app/soapbox/components/display_name.js differ diff --git a/app/soapbox/components/sidebar_menu.js b/app/soapbox/components/sidebar_menu.js index 67d67d9040..58e050263c 100644 Binary files a/app/soapbox/components/sidebar_menu.js and b/app/soapbox/components/sidebar_menu.js differ diff --git a/app/soapbox/components/status.js b/app/soapbox/components/status.js index 889afc01e0..d94de8fc9d 100644 Binary files a/app/soapbox/components/status.js and b/app/soapbox/components/status.js differ diff --git a/app/soapbox/components/status_action_bar.js b/app/soapbox/components/status_action_bar.js index 807c8f3cf2..5796171454 100644 Binary files a/app/soapbox/components/status_action_bar.js and b/app/soapbox/components/status_action_bar.js differ diff --git a/app/soapbox/containers/account_container.js b/app/soapbox/containers/account_container.js index 8e1f067dee..1e890a7e21 100644 Binary files a/app/soapbox/containers/account_container.js and b/app/soapbox/containers/account_container.js differ diff --git a/app/soapbox/containers/status_container.js b/app/soapbox/containers/status_container.js index d84141165f..02dc76c21e 100644 Binary files a/app/soapbox/containers/status_container.js and b/app/soapbox/containers/status_container.js differ diff --git a/app/soapbox/features/account/components/header.js b/app/soapbox/features/account/components/header.js index 038a33d6fb..a26ff710f0 100644 Binary files a/app/soapbox/features/account/components/header.js and b/app/soapbox/features/account/components/header.js differ diff --git a/app/soapbox/features/auth_login/components/__tests__/__snapshots__/login_form-test.js.snap b/app/soapbox/features/auth_login/components/__tests__/__snapshots__/login_form-test.js.snap index 6c34feba79..646a96d498 100644 --- a/app/soapbox/features/auth_login/components/__tests__/__snapshots__/login_form-test.js.snap +++ b/app/soapbox/features/auth_login/components/__tests__/__snapshots__/login_form-test.js.snap @@ -3,11 +3,8 @@ exports[` renders correctly 1`] = `