Commit Graph

510 Commits

Author SHA1 Message Date
ed47cf5f09 Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
41ae50c495 Merge branch 'next-emoji-reacts' into 'next'
Next: emoji reacts part 1

See merge request soapbox-pub/soapbox-fe!1161
2022-04-03 18:09:27 +00:00
1f697dd8f2 hotkeys modal
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-03 19:40:06 +02:00
abf98cb75a Conditionally display some hotkeys
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-03 19:34:00 +02:00
1ba551b88b styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-03 19:27:08 +02:00
c74d154874 Merge remote-tracking branch 'origin/next' into next-emoji-reacts 2022-04-02 10:48:45 -05:00
0661ca25be styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-02 16:10:16 +02:00
1e3c6d9430 Remove staff util functions, normalize account staff fields 2022-04-01 19:39:32 -05:00
462658dda7 LinkFooter: replace account aliases with account migration 2022-03-30 15:53:48 -05:00
ac7b8553d4 LinkFooter: don't use <ul> tag 2022-03-30 15:51:49 -05:00
548ecef20f LinkFooter: convert to TSX 2022-03-30 15:50:16 -05:00
c62cd9898a Fix background shapes for dark mode 2022-03-30 12:08:32 -05:00
08a56082a9 Use intl to format messages 2022-03-30 10:40:09 -04:00
9022651a67 Styles, dark mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-30 15:07:17 +02:00
dbeb292009 wip dark mode
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-29 15:40:02 +02:00
4322712bfb Convert OptionalMotion and ReducedMotion to TypeScript 2022-03-26 17:26:26 -05:00
da17562e0a Features conditional routing 2022-03-26 13:53:01 -05:00
13c4948ad2 Restore /crypto/donate page 2022-03-25 15:16:05 -05:00
67c0c83b44 Refactor sidebar panels with Widget component 2022-03-25 14:08:12 -05:00
ee691e0cc8 LinkFooter: remove "Legal" link 2022-03-24 16:59:25 -05:00
ae2153dffe Add ThemeToggle to Navbar (developers only) 2022-03-24 16:17:39 -05:00
53b920c297 ThemeToggle: convert to TSX 2022-03-24 16:03:02 -05:00
dec49003f4 Merge remote-tracking branch 'origin/next' into next-ts-strict 2022-03-24 14:30:39 -05:00
2940a3ff4d Put Typescript in "strict" mode, fix or ignore errors 2022-03-24 14:27:27 -05:00
867912aa1b Wrap profile fields 2022-03-24 14:08:54 -04:00
84d7d2ee38 Add @ts-ignore lines for strictFunctionTypes 2022-03-24 12:26:27 -05:00
5f4930dba3 Merge branch 'next-dark-mode' into 'next'
Next: dark mode

See merge request soapbox-pub/soapbox-fe!1136
2022-03-24 03:04:40 +00:00
09d3f375d5 Dark mode: navbar bg, update snapshots 2022-03-23 21:46:59 -05:00
be690255cb Hooks: get rid of useAccount, create useOwnAccount 2022-03-23 21:05:55 -05:00
2da31341c4 Custom hooks: useAccount, useSettings, useSoapboxConfig 2022-03-23 20:29:35 -05:00
1b7bdb3658 Make BG shapes colors configurable 2022-03-23 17:15:40 -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
7e17772c14 Dynamically truncate the Account's name/username in hidden content 2022-03-23 08:40:21 -04:00
5ffb9828ba LinkFooter: restore copyright message, let it be overridden 2022-03-22 17:43:42 -05:00
8f85fd01d5 Make bg-shape colors configurable 2022-03-22 16:25:52 -05:00
9e16d992e6 Merge remote-tracking branch 'origin/next' into next-colors 2022-03-22 13:57:09 -05:00
a42ea0961a Generate Tailwind colors from brandColor/accentColor 2022-03-22 12:37:57 -05:00
430cfc3a2a Remove unneeded 'event' when using Reach Menu 2022-03-22 11:41:44 -04:00
12ed6889a4 Use React Router Link in MenuLink 2022-03-22 08:28:18 -04:00
d34937e959 UnauthorizedModal: use withRouter history 2022-03-21 16:08:03 -05:00
228f16f930 Merge remote-tracking branch 'origin/develop' into next-react-router-5 2022-03-21 16:05:25 -05:00
4ccbce71e0 Fetch frontend_configurations once again, reenable /soapbox/config route 2022-03-21 15:13:33 -05:00
b4d677dfde Use new Icon comp with Tabler version 2022-03-21 15:09:46 -04:00
c5e89969c8 Generalize homepage 2022-03-21 13:45:57 -05:00
5cd894ab02 Truth Social 2022-03-21 13:14:26 -05:00
1f0341aa2b Upgrade react-router-dom to v5.3 2022-03-17 20:17:28 -05:00
1d4daee53b Merge branch 'datepicker-async' into 'develop'
Load react-datepicker asynchronously

Closes #855

See merge request soapbox-pub/soapbox-fe!1086
2022-03-16 21:42:13 +00:00
a29019dbb0 Load react-datepicker asynchronously
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-03-09 22:59:51 +01:00
edb80c705d Merge branch 'attachment-thumbs-sensitive' into 'develop'
Fix: Quote posts do not carry sensitive tag

Closes #852

See merge request soapbox-pub/soapbox-fe!1079
2022-03-06 23:22:01 +00:00