bigbuffet-rw/app/soapbox/features
2022-05-13 15:08:11 -04:00
..
about eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
account/components Merge branch 'improve-dark-mode' into 'develop' 2022-05-04 16:06:00 +00:00
account_gallery Truth Social 2022-03-21 13:14:26 -05:00
account_timeline Add "Donor" badge 2022-04-24 17:27:08 -05:00
admin Dashboard: display software build 2022-05-01 15:10:08 -05:00
aliases typescript, FC 2022-04-12 22:40:09 +02:00
audio eslint: indent switch statements 2022-05-11 16:06:35 -05:00
auth_layout Replace logos throughout the UI with SiteLogo component 2022-05-11 19:54:23 -05:00
auth_login/components eslint: indent switch statements 2022-05-11 16:06:35 -05:00
auth_token_list Restore session management 2022-05-12 17:45:40 +02:00
backups remove duplicate column headings 2022-03-29 16:26:02 +02:00
birthdays Birthdays modal to TS 2022-04-17 23:27:33 +02:00
blocks Support 'actionType' prop in ActionButton 2022-05-03 13:22:26 -04:00
bookmarks Use gaps between statuses even on mobile 2022-05-04 23:27:43 -05:00
chats eslint: indent switch statements 2022-05-11 16:06:35 -05:00
community_timeline styles 2022-04-02 16:10:16 +02:00
compose Convert ScheduleForm to typescript, remove openDatePicker() 2022-05-12 15:42:04 +02:00
conversations Fix DMs link 2022-04-30 11:45:58 -05:00
crypto_donate CryptoAddress: improve icon size 2022-04-24 18:54:46 -05:00
delete_account Convert UploadArea to tsx 2022-05-01 12:46:06 -05:00
developers Replace questionable icons 2022-05-12 07:56:22 -05:00
direct_timeline Missing description modal 2022-04-07 21:16:26 +02:00
directory Fix primary text on dark 2022-05-09 08:55:53 -04:00
domain_blocks Typescript, convert some components to functional 2022-04-11 21:58:48 +02:00
edit_email Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
edit_password Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
edit_profile eslint: enforce spacing of imports (and infix ops) 2022-05-11 12:40:34 -05:00
email_confirmation Truth Social 2022-03-21 13:14:26 -05:00
emoji Fix eslint violations 2022-05-02 13:55:08 -04:00
export_data styles 2022-04-03 19:27:08 +02:00
external_login Fix useEffect() calls... whoops 2022-04-21 17:52:48 -05:00
favourited_statuses Truth Social 2022-03-21 13:14:26 -05:00
federation_restrictions remove duplicate column headings 2022-03-29 16:26:02 +02:00
filters styles 2022-04-03 19:27:08 +02:00
follow_recommendations Convert ActionButton to TSX 2022-05-03 09:27:15 -04:00
follow_requests Typescript, FC 2022-04-11 23:02:37 +02:00
followers ScrollableList: replace margins with padding 2022-04-22 12:24:09 -05:00
following ScrollableList: replace margins with padding 2022-04-22 12:24:09 -05:00
forms EditFederationModal: convert to tsx 2022-05-09 22:39:57 -05:00
generic_not_found typescript 2022-04-10 12:46:25 +02:00
groups Fix (most) PropType errors 2022-03-23 12:14:42 -05:00
hashtag_timeline Truth Social 2022-03-21 13:14:26 -05:00
home_timeline Truth Social 2022-03-21 13:14:26 -05:00
import_data styles 2022-04-03 19:27:08 +02:00
intentional_error typescript, FC 2022-04-12 22:40:09 +02:00
introduction eslint: indent switch statements 2022-05-11 16:06:35 -05:00
landing_page Merge remote-tracking branch 'origin/develop' into pepe-extension 2022-05-11 12:17:02 -05:00
list_adder modals? 2022-04-16 23:25:15 +02:00
list_editor modals? 2022-04-16 23:25:15 +02:00
list_timeline typescript 2022-04-13 16:07:50 +02:00
lists Allow editing/deleting lists from Lists page 2022-04-24 23:12:01 +02:00
migration styles 2022-04-02 16:10:16 +02:00
mobile Truth Social 2022-03-21 13:14:26 -05:00
mutes Support 'actionType' prop in ActionButton 2022-05-03 13:22:26 -04:00
new_status Rename modal -> modals 2022-02-02 16:36:20 +01:00
notifications eslint: indent switch statements 2022-05-11 16:06:35 -05:00
onboarding eslint: indent switch statements 2022-05-11 16:06:35 -05:00
pinned_statuses remove duplicate column headings 2022-03-29 16:26:02 +02:00
placeholder PlaceholderStatus: preserve mobile shadows 2022-05-05 11:51:52 -05:00
preferences SettingToggle: convert to TSX 2022-05-06 13:03:55 -05:00
public_layout Improve UX of mobile landing page 2022-05-13 15:08:11 -04:00
public_timeline styles 2022-04-02 16:10:16 +02:00
register_invite RegisterInvite: use ui components 2022-05-07 12:11:08 -05:00
remote_timeline RemoteTimeline: reorganize useEffect 2022-05-11 12:22:10 -05:00
reply_mentions eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
report Improve reporting modal 2022-05-02 13:55:07 -04:00
scheduled_statuses remove duplicate column headings 2022-03-29 16:26:02 +02:00
search Truth Social 2022-03-21 13:14:26 -05:00
security Improve dark-mode 2022-05-04 10:50:53 -04:00
server_info remove duplicate column headings 2022-03-29 16:26:02 +02:00
settings Restore session management 2022-05-12 17:45:40 +02:00
share eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
soapbox_config SitePreview: take advantage of useSystemTheme 2022-05-11 19:21:59 -05:00
status Create a logged-out call-to-action on threads 2022-05-11 14:35:56 -05:00
test_timeline Add a TestTimeline for previewing certain types of posts 2022-04-14 14:46:07 -05:00
ui Merge branch 'update-banner' into 'develop' 2022-05-13 12:54:23 +00:00
verification Replace logos throughout the UI with SiteLogo component 2022-05-11 19:54:23 -05:00
video eslint: indent switch statements 2022-05-11 16:06:35 -05:00