Commit Graph

127 Commits

Author SHA1 Message Date
706d864293 Put /signup behind feature flags 2022-04-30 12:02:30 -05:00
16322e8d6c Add /signup route 2022-04-30 11:54:24 -05:00
e08a297eff /auth/verify --> /verify 2022-04-30 11:28:18 -05:00
7363d9c7f8 SoapboxMount: do load, even if something fails 2022-04-26 15:07:13 -05:00
ea34a7f303 DELETE INTERSECTION OBSERVER ARTICLE 2022-04-22 13:13:40 -05:00
79a5820687 SoapboxMount: fix useEffect() 2022-04-21 17:47:11 -05:00
6012b2a5ba Delete dysfunctional test 2022-04-21 17:38:13 -05:00
6b19adbb26 Add basic tests to containers/soapbox 2022-04-21 14:32:10 -05:00
ce42a47e70 Convert containers/soapbox into TSX 2022-04-21 12:19:33 -05:00
04eac8a95e SoapboxMount: convert to React.FC 2022-04-21 11:47:28 -05:00
426f02722a Make Soapbox component an FC, move console.log 2022-04-21 11:21:09 -05:00
41ab4f0a44 Onboarding: use a server setting instead of localStorage, fix steps when data is already present 2022-04-20 12:08:49 -05:00
1deb4dfd2d Merge remote-tracking branch 'origin/next' into next-onboarding 2022-04-20 08:23:15 -05:00
b72f398bad Use feature detection for frontendConfigurations 2022-04-19 18:33:13 -05:00
29b28edee5 Improve loading of initial data 2022-04-19 18:15:42 -05:00
5731b9b1c7 Redirect all /auth routes 2022-04-19 14:37:48 -05:00
7e42679478 Add meta tag for iOS banner 2022-04-14 13:24:47 -05:00
8afb0f6e6f Remove old comment 2022-04-14 10:43:11 -05:00
ec79f6354d Skip onboarding if waitlisted 2022-04-14 10:43:11 -05:00
98c77006ce Add Onboarding components 2022-04-14 10:42:56 -05:00
2943b91034 Typescript, convert some components to functional
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-11 21:58:48 +02:00
96ccc66641 Convert DropdownMenu to typescript 2022-04-02 13:03:12 -05:00
1a1464f5ba Poll: convert to React.FC, remove PollContainer 2022-03-26 22:24:52 -05:00
0cdf898b37 Convert Polls to TSX 2022-03-26 18:11:26 -05:00
97af1ece28 Resolve missing CSS variables in the theme 2022-03-24 11:48:03 -04:00
793b0f9128 Start adding dark mode 2022-03-23 19:18:37 -05:00
fff580f053 Normalize Tailwind colors from SoapboxConfig 2022-03-23 15:31:19 -05:00
12617bf7de Merge remote-tracking branch 'origin/next' into next-colors 2022-03-23 13:05:53 -05:00
03a5ef6d41 Fix (most) PropType errors 2022-03-23 12:14:42 -05:00
a42ea0961a Generate Tailwind colors from brandColor/accentColor 2022-03-22 12:37:57 -05:00
0938612678 Use colors from soapbox.json at runtime 2022-03-21 18:43:31 -05:00
5cd894ab02 Truth Social 2022-03-21 13:14:26 -05:00
a801a8a7c8 soapbox/store/configureStore --> soapbox/store, add custom Hooks 2022-03-14 18:04:49 -05:00
d600a74410 Revert "PollContainer: don't pass me as a prop"
This reverts commit dc2d3b1b09.
2022-03-10 19:36:58 -06:00
dc2d3b1b09 PollContainer: don't pass me as a prop 2022-03-10 16:30:42 -06:00
7a3c014ac7 Don't use accent color in Halloween mode 2022-02-27 19:43:31 -06:00
06d33de47f Single user mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-25 16:35:48 +01:00
5b3f7c1cdc Let accent color be configurable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-24 18:28:52 +01:00
a041a4452b Rename modal -> modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-02 16:36:20 +01:00
e0f0370579 Merge remote-tracking branch 'soapbox/develop' into modals-stack
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-02-02 14:30:38 +01:00
8fed920bb7 Merge branch 'develop' into 'snackbar-action-link'
# Conflicts:
#   app/soapbox/features/edit_profile/index.js
2022-02-01 08:27:38 +00:00
0d000bf4e0 Set instance version default, just in case... 2022-01-31 11:23:39 -06:00
7e7ca52cca Delay rendering until instance has loaded or failed (for feature detection) 2022-01-31 10:58:44 -06:00
807b3c7e5b Use stack for modals
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-30 18:53:47 +01:00
bf7cd98c03 Add 'View' action link to some notifications
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-27 16:00:05 +01:00
0964fc1f4d Add "demo" mode for taking screenshots 2022-01-26 19:37:32 -06:00
67006fdc34 Fix normal reblogging
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-24 16:31:55 +01:00
15d4910db5 wip quote post composing
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-23 18:44:17 +01:00
6323c7d70e eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
966ca91e1a eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00