Commit Graph

1006 Commits

Author SHA1 Message Date
ecb7a0d825 Upgrade axios-mock-adapter 2023-09-16 18:46:55 -05:00
5ab87616c1 vitest: jest --> vi 2023-09-16 15:16:59 -05:00
da49327b35 Remove @testing-library/jest-dom imports 2023-09-15 19:30:51 -05:00
1e3b89ad13 ProfileFamiliarFollowers: use a div for the text element, fix console error 2023-09-14 13:48:21 -05:00
b787b4cca7 ProfileFamiliarFollowers: add key prop, fix console error 2023-09-14 13:45:02 -05:00
e83351f376 Temporarily disable hotkeys 2023-09-14 13:04:14 -05:00
76e8e2e999 Create a wrapper component around react-hotkeys 2023-09-14 12:59:30 -05:00
f7b84982e3 Merge branch 'account-notes-panel' into 'develop'
Move account notes to a panel

See merge request soapbox-pub/soapbox!2661
2023-09-12 10:08:45 +00:00
beb221576d Update en.json
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-12 11:52:37 +02:00
bc1b2fc07e Move account notes to a panel
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-12 01:13:31 +02:00
82c6f658e8 Allow to drag files to avatar/header pickers
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-09-12 01:11:07 +02:00
f518a7e5e4 Add title to created_at label
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-28 19:58:11 +02:00
d391193a03 Make all profile badges translatable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-08-25 22:43:21 +02:00
b5dd668609 Improve focus handlding and focused state styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-23 19:27:11 +02:00
40af1d91a4 suggest and verify by account IDs, simplify hooks 2023-07-21 12:59:31 -05:00
d0a97c8c52 Export admin API hooks from an index.ts 2023-07-21 12:49:54 -05:00
99e8f6912d Add useVerify hook 2023-07-21 12:48:47 -05:00
31e5f860d9 Add useSuggest hook
https://gitlab.com/soapbox-pub/soapbox/-/issues/1483
2023-07-21 12:36:02 -05:00
90664dd5c6 Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
d01f86af22 Make Compose hotkey open Compose modal when required
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-18 01:08:06 +02:00
04659a74a4 Merge branch 'truncate-bio' into 'develop'
ProfileInfoPanel: truncate bio

Closes #1456

See merge request soapbox-pub/soapbox!2598
2023-07-17 15:21:34 +00:00
f456cb4086 Fix account.url tests 2023-07-15 21:07:48 -05:00
13cd0b726e Add AvatarStack component
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-10 12:43:18 +02:00
8da8f18a45 ProfileInfoPanel: truncate bio
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1456
2023-07-06 12:21:52 -05:00
a9db41de89 Use AvatarPicker/HeaderPicker on Edit Profile page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-05 21:39:50 +02:00
8646aa5572 Add Followed hashtags page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-07-02 13:54:02 +02:00
2cae474547 Don't show familiar followers for own account 2023-06-27 16:05:39 -04:00
ecdbee271b Fix how familiar followers dialog is rendered 2023-06-27 13:41:05 -04:00
e58dada03a Merge branch 'modal-scrollable-list' into 'develop'
Fix scrollable list in modals and add pagination

See merge request soapbox-pub/soapbox!2570
2023-06-27 02:52:11 +00:00
03d5be2c5a Add pagination to reblogged_by dialog 2023-06-25 18:50:01 -04:00
500ac3eefe Add pagination to favourited_by dialog 2023-06-25 18:44:20 -04:00
d4eaf1e27a Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
b96828ad23 Fix scrollable list in modals 2023-06-24 18:47:16 -04:00
ec8177d578 Add useAccountLookup hook, fix useRelationships 2023-06-23 21:41:36 -05:00
75dbeb65b6 Remove account_counters reducer and legacy follow actions 2023-06-22 23:38:50 -05:00
88692b7020 Fix Patron badge in profile info panel 2023-06-21 17:13:29 -05:00
3a369f21fa Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
5f61a624c6 Remove legacy useAccount hook 2023-06-21 16:28:51 -05:00
69d8817b6d SidebarMenu: useAccount hook 2023-06-21 16:25:35 -05:00
4fc6640c2c Skip broken tests 2023-06-20 21:44:07 -05:00
c4ad5e5d78 Fix tests that set the store wrong 2023-06-20 17:48:57 -05:00
412fe84d13 FIX THE TYPE ERRORS 2023-06-20 14:24:39 -05:00
0b439b79a1 Upgrade to TypeScript 5.1 2023-06-13 16:26:30 -05:00
c80633fd9f Media modal: Restore navigationHidden functionality
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2023-06-03 20:55:04 +02:00
0d8317145d MediaModal: make clicking the background close the modal
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1434
2023-06-01 12:55:58 -05:00
87b279d8ee MediaModal: hide fullscreen button on mobile 2023-06-01 11:49:36 -05:00
aca4322526 MediaModal: support not having a status 2023-05-31 20:01:30 -05:00
5ff9c1c6ec Fix tests 2023-05-31 08:54:54 -04:00
866c80d30b Improve the MediaModal with ability to like, comment, reply, etc 2023-05-31 08:50:03 -04:00
c8ff9db879 Truncate group name in panels 2023-05-23 12:32:55 -04:00