Commit Graph

84 Commits

Author SHA1 Message Date
3b1eaaddfc Redesign EditFederationModal 2022-11-26 13:28:51 -06:00
ed22df7a51 Update tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-26 16:50:53 +01:00
8b4390681b Make some strings localizable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-26 14:09:28 +01:00
c1179f0475 Lint, cleanup, styles…
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-25 19:28:43 +01:00
785c6b57e3 RTL support, use Stack and HStack in more places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-25 18:04:11 +01:00
16f52538ce MediaModal: fix hotkey navigation
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1209
2022-11-23 13:46:09 -06:00
ba8cab0513 Sensitive video refactor
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1190
2022-11-18 18:34:27 -06:00
020b2d7319 improved Czech language localization + changed a few hard-coded strings to localized ones 2022-11-17 19:55:40 +01:00
41a08c613b Organize modals into modals/ subfolder 2022-11-16 09:34:16 -05:00
24e7873bce Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
717e61a6e0 Rename files (4): _ -> - 2022-11-15 11:13:54 -05:00
a0d960dd21 Rename files (2): _ -> - 2022-11-15 11:00:49 -05:00
f2c5e138f3 Do not define translatable messages inline
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-11-12 00:07:02 +01:00
e3352b89d8 Remove "show more" CW button, display SensitiveContentOverlay instead 2022-10-31 15:18:40 -05:00
2eb08aced9 Create OutlineBox component
Visual container for QuotedStatus and Accounts in some scenarios
2022-09-16 12:24:33 -05:00
1f0b4d01b5 Remove account.donor as a concept, use 'badge:donor' custom tag instead 2022-09-11 20:44:49 -05:00
2e811a1e88 Admin: allow setting custom badges on accounts 2022-09-11 20:04:41 -05:00
9610447a79 Fix permissioning of moderator modal 2022-09-11 14:46:01 -05:00
5d30a8772d AccountModerationModal: allow deactivating and deleting accounts 2022-09-11 14:29:14 -05:00
a61cb2c7cd AccountModerationModal: add account ID 2022-09-11 14:20:05 -05:00
c973b64781 AccountModerationModal: allow suggesting a user 2022-09-11 14:09:09 -05:00
84bbecb36e AccountModerationModal: allow setting the user as a donor 2022-09-11 13:58:05 -05:00
a4a54a8164 AccountModerationModal: support account verification 2022-09-11 13:50:03 -05:00
a5e5df35a5 Move StaffRolePicker into its own component 2022-09-11 13:36:01 -05:00
276e7d6cfc AccountModerationModal: move to subdirectory 2022-09-11 13:24:34 -05:00
6ecb715a71 AccountModerationModal: only show staff picker for local accounts 2022-09-11 13:23:11 -05:00
cfdace9454 AccountModerationModal: add staff role picker 2022-09-11 13:19:08 -05:00
d653c451b6 AccountModerationModal: add account preview 2022-09-11 12:33:33 -05:00
1e3a959c1c AccountModerationModal: put AdminFE behind a feature flag 2022-09-11 11:48:37 -05:00
774894e127 AccountModerationModal: add "Open in AdminFE" button 2022-09-11 11:46:08 -05:00
3120cc8453 AccountModerationModal: boilerplate 2022-09-11 11:28:39 -05:00
cd93399569 Update Polish translation
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-09-03 17:15:21 +02:00
03d6211e1c Replace classnames with clsx
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-08-31 11:35:06 +02:00
d4bcdd821c Lint 2022-08-25 09:19:09 -04:00
edce9d0876 Fetch relationships when opening favourites/reblogs modal 2022-08-25 09:16:47 -04:00
bec42a3633 Visual tweaks for new branding 2022-08-09 11:50:10 -04:00
20209c81ab Improve visuals with branding
Co-authored-by: Alex Gleason <alex@alexgleason.me>
2022-08-01 14:40:07 -04:00
11a0329924 Fix pages that use PhoneInput 2022-07-13 19:08:19 -05:00
f62dcc6650 Simplify PhoneInput to only care about its own internal state 2022-07-13 17:37:40 -05:00
a8c709b41c Refactor formatPhoneNumber to accept countryCode 2022-07-13 11:40:02 -05:00
3874d1d9ef Merge remote-tracking branch 'origin/develop' into feed-suggestions 2022-07-09 15:02:45 -05:00
6ddb44f626 Upgrade Tabler to v1.73.0, use new import paths, remove Webpack hack 2022-07-09 11:20:02 -05:00
f148cda74a Extend Account component 2022-07-06 14:30:03 -04:00
bdf00bb692 Fix types in various component tests 2022-07-06 12:17:17 -05:00
4e545f0638 Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-24 00:33:23 +02:00
af695e3812 Reducers: TypeScrpt + fixes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-20 16:46:45 +02:00
6214084890 Actions: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-19 20:38:51 +02:00
2786fa257b Use import type in some places
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-09 21:08:51 +02:00
95e037f8c0 TypeScript, React.FC
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-09 20:56:14 +02:00
a8a1567917 Merge remote-tracking branch 'soapbox/develop' into ts
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-09 00:05:04 +02:00