bigbuffet-rw/app/soapbox/features
2023-07-24 14:50:13 -05:00
..
about Fix imports 2023-02-06 23:48:44 +01:00
account/components Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
account-gallery Add useBatchedEntities hook for relationships 2023-06-25 15:57:38 -05:00
account-timeline Delete findAccountByUsername selector 2023-06-25 12:24:21 -05:00
admin Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
ads Reduce size of Ad icon 2023-05-22 09:49:00 -04:00
aliases Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
audio Fix aspect ratio of avatars in audio player 2023-07-24 14:50:13 -05:00
auth-layout Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
auth-login/components Prevent focus on 'Trouble logging in?' link 2023-05-05 15:15:59 -04:00
auth-token-list Filters expiration, restyle filters list, fix keywords deletion 2023-03-05 19:49:40 +01:00
backups Expose backups again 2023-01-11 17:25:55 -06:00
birthdays Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
blocks Support Group mutes 2023-06-27 09:24:03 -04:00
bookmarks Refactor columns 2022-11-30 11:19:16 -06:00
chats Improve focus handlding and focused state styles 2023-07-23 19:27:11 +02:00
community-timeline Add useCommunityStream hook, refresh socket when timelineId or path changes 2023-07-22 13:05:41 -05:00
compose Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
conversations Add useDirectStream hook 2023-07-22 14:00:00 -05:00
crypto-donate Use AppDispatch 2023-05-31 08:44:45 -04:00
delete-account Convert 'error' usage to Toast 2022-12-20 12:46:06 -05:00
developers Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
direct-timeline Add useDirectStream hook 2023-07-22 14:00:00 -05:00
directory Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
domain-blocks useDispatch --> useAppDispatch, fix types for react-redux v8 2023-01-09 16:13:12 -06:00
edit-email Upgrade @types/react to v18 2023-01-10 17:03:15 -06:00
edit-password Upgrade @types/react to v18 2023-01-10 17:03:15 -06:00
edit-profile Improve focus handlding and focused state styles 2023-07-23 19:27:11 +02:00
email-confirmation Convert 'error' usage to Toast 2022-12-20 12:46:06 -05:00
embedded-status Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
emoji Remove log 2023-06-05 14:21:04 -04:00
event Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
events Add NewEventPanel to events list page 2023-02-05 23:14:21 +01:00
export-data Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
external-login ExternalLoginForm: accept ?server param to redirect the login form to the specified instance 2023-01-08 15:20:24 -06:00
favourited-statuses Favourites small refactoring 2023-06-25 17:27:02 -05:00
federation-restrictions Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
feed-filtering Comment out failing feed-carousel test 2023-07-20 16:41:45 -05:00
feed-suggestions Fix hotkey navigation in media modal 2023-07-02 18:41:39 +02:00
filters Fix v2 filters 2023-04-21 23:41:55 +02:00
follow-recommendations Refactor columns 2022-11-30 11:19:16 -06:00
follow-requests Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
followed-tags Add Followed hashtags page 2023-07-02 13:54:02 +02:00
followers Make account hooks DRY with useAccountList 2023-06-26 11:22:02 -05:00
following Make account hooks DRY with useAccountList 2023-06-26 11:22:02 -05:00
forms Add option to preserve spoilers text when replying 2023-07-19 00:34:06 +02:00
generic-not-found Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
group Add useGroupStream hook 2023-07-22 14:06:15 -05:00
groups Refactor 'usePendingGroups' into new api hooks 2023-06-29 10:40:15 -04:00
hashtag-timeline Add useHashtagStream hook, clean up hashtags timeline (remove unused code for fetching multiple hashtags) 2023-07-22 14:41:50 -05:00
home-timeline Use Link header for home timeline pagination 2023-04-02 18:32:50 -05:00
import-data Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
intentional-error Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
landing-page Fix imports 2023-02-06 23:48:44 +01:00
list-adder Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
list-editor Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
list-timeline Add useListStream hook 2023-07-22 14:03:00 -05:00
lists Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
migration Fix imports 2023-02-06 23:48:44 +01:00
mutes Support Group mutes 2023-06-27 09:24:03 -04:00
new-status Rename files (6): _ -> - 2022-11-15 14:00:40 -05:00
notifications Fix follow notifications not having relationship 2023-06-28 09:30:44 -05:00
onboarding Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
pinned-statuses Remove legacy accounts reducer 2023-07-20 15:03:23 -05:00
placeholder Truncate group name in panels 2023-05-23 12:32:55 -04:00
preferences Add option to preserve spoilers text when replying 2023-07-19 00:34:06 +02:00
public-layout Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
public-timeline Add usePublicStream hook 2023-07-22 13:09:45 -05:00
quotes useDispatch --> useAppDispatch, fix types for react-redux v8 2023-01-09 16:13:12 -06:00
register-invite Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
remote-timeline Add useRemoteStream hook 2023-07-22 13:16:01 -05:00
reply-mentions Switch to useAccount hook in more places 2023-06-21 16:51:08 -05:00
report/components Remove react-toggle 2023-03-31 11:52:19 -05:00
scheduled-statuses Fix scheduled posts 2023-07-17 10:19:27 -05:00
search Rename files (5): _ -> - 2022-11-15 12:23:36 -05:00
security Proper spacing on MFA page 2023-05-21 23:53:44 +02:00
server-info Add useInstance() hook 2022-11-26 10:43:46 -06:00
settings Support Group mutes 2023-06-27 09:24:03 -04:00
share Fix share route 2022-09-23 23:12:44 +02:00
soapbox-config Restore icon picker 2023-02-28 18:04:24 +01:00
status Focus the correct status in media modal 2023-07-03 13:39:11 +02:00
test-timeline Use Link header for home timeline pagination 2023-04-02 18:32:50 -05:00
theme-editor Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
timeline-insertion Change ESLint rules, lint 2023-02-16 00:12:02 +01:00
ui Improve focus handlding and focused state styles 2023-07-23 19:27:11 +02:00
verification Make useOwnAccount return an object 2023-06-25 12:35:09 -05:00
video Change ESLint rules, lint 2023-02-16 00:12:02 +01:00