bigbuffet-rw/app/soapbox/components
marcin mikołajczak 63b90718b7 next
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-06 23:59:00 +02:00
..
__mocks__ Silence prop warnings in test suite 2022-04-04 15:05:15 -04:00
__tests__ Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
ui Merge remote-tracking branch 'soapbox/next' into next_ 2022-04-06 23:36:15 +02:00
account.tsx quote posts? 2022-03-29 20:12:49 +02:00
account_search.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
attachment_list.tsx next 2022-04-06 23:59:00 +02:00
attachment_thumbs.js AttachmentThumbs: sensitive tag 2022-03-06 23:39:13 +01:00
autosuggest_account_input.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
autosuggest_emoji.js Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
autosuggest_input.js Truth Social 2022-03-21 13:14:26 -05:00
autosuggest_textarea.js wip dark mode 2022-03-29 15:40:02 +02:00
avatar.js Fix (most) PropType errors 2022-03-23 12:14:42 -05:00
avatar_composite.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
avatar_overlay.js Fix (most) PropType errors 2022-03-23 12:14:42 -05:00
badge.tsx Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
birthday_input.js Load react-datepicker asynchronously 2022-03-09 22:59:51 +01:00
birthday_reminders.js styles 2022-04-05 00:03:26 +02:00
blurhash.js Put Typescript in "strict" mode, fix or ignore errors 2022-03-24 14:27:27 -05:00
column_back_button.js Upgrade react-router-dom to v5.3 2022-03-17 20:17:28 -05:00
column_header.js Upgrade react-router-dom to v5.3 2022-03-17 20:17:28 -05:00
display_name.js Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
domain.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
dropdown_menu.tsx Convert features/status/index to typescript (pretty much) 2022-04-04 14:17:24 -05:00
emoji_selector.tsx Create now emoji-selector functional component (wip) 2022-03-31 21:17:29 -05:00
error_boundary.js Generalize some language 2022-03-21 13:33:10 -05:00
extended_video_player.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
filter_bar.js Upgrade react-router-dom to v5.3 2022-03-17 20:17:28 -05:00
fork_awesome_icon.js eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
hashtag.js Truth Social 2022-03-21 13:14:26 -05:00
helmet.tsx Helmet: fix title 2022-03-28 18:55:21 -05:00
hover_ref_wrapper.js Truth Social 2022-03-21 13:14:26 -05:00
hoverable.tsx Refactor StatusActionButton 2022-04-02 18:43:34 -05:00
icon.js Silence prop warnings in test suite 2022-04-04 15:05:15 -04:00
icon_button.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
icon_with_counter.tsx typescript, ThumbNavigationLink component 2022-03-30 17:37:30 +02:00
intersection_observer_article.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
list.js styles 2022-04-02 16:10:16 +02:00
load_gap.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
load_more.js Truth Social 2022-03-21 13:14:26 -05:00
media_gallery.js Fix sensitive content bugs 2022-04-04 16:51:29 -04:00
missing_indicator.tsx Put Typescript in "strict" mode, fix or ignore errors 2022-03-24 14:27:27 -05:00
modal_root.js Improve error handling 2022-03-30 10:40:09 -04:00
more_follows.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
permalink.tsx Convert Permalink to TSX 2022-03-23 13:50:45 -04:00
poll.tsx Styles, dark mode 2022-03-30 15:07:17 +02:00
profile_hover_card.js Remove staff util functions, normalize account staff fields 2022-04-01 19:39:32 -05:00
progress_bar.js eslint: no-extra-semi 2021-08-03 14:22:51 -05:00
progress_circle.js Truth Social 2022-03-21 13:14:26 -05:00
pull-to-refresh.tsx Convert features/status/index to typescript (pretty much) 2022-04-04 14:17:24 -05:00
pullable.js Truth Social 2022-03-21 13:14:26 -05:00
radio_button.js eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
relative_timestamp.js Truth Social 2022-03-21 13:14:26 -05:00
scrollable_list.js Convert components/status to Typescript 2022-03-31 14:13:43 -05:00
setting_text.js eslint: alphabetize imports with import/order 2022-01-10 16:17:52 -06:00
settings_checkbox.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
showable_password.js eslint: enforce gaps between groups with import/order 2022-01-10 16:25:06 -06:00
sidebar-navigation-link.tsx SidebarNavigationLink: set parent height for before svg is loaded 2022-04-01 20:41:20 -05:00
sidebar-navigation.tsx Remove staff util functions, normalize account staff fields 2022-04-01 19:39:32 -05:00
sidebar_menu.js Remove staff util functions, normalize account staff fields 2022-04-01 19:39:32 -05:00
status-action-button.tsx StatusActionButton: change the way color props work 2022-04-02 20:23:00 -05:00
status.tsx Merge remote-tracking branch 'soapbox/next' into next_ 2022-04-05 23:49:35 +02:00
status_action_bar.tsx Convert ThreadStatus to tsx 2022-04-04 15:20:17 -05:00
status_content.js Poll: convert to React.FC, remove PollContainer 2022-03-26 22:24:52 -05:00
status_list.js Start adding dark mode 2022-03-23 19:18:37 -05:00
status_reply_mentions.js Fix (most) PropType errors 2022-03-23 12:14:42 -05:00
still_image.js Add tests for Avatar 2022-04-05 09:43:26 -04:00
sub_navigation.js Merge remote-tracking branch 'origin/develop' into next-react-router-5 2022-03-21 16:05:25 -05:00
svg_icon.js Silence prop warnings in test suite 2022-04-04 15:05:15 -04:00
thumb_navigation-link.tsx ThumbNavigationLink: fix runtime error 2022-03-30 11:34:05 -05:00
thumb_navigation.tsx Remove staff util functions, normalize account staff fields 2022-04-01 19:39:32 -05:00
timeline_queue_button_header.js Truth Social 2022-03-21 13:14:26 -05:00
verification_badge.tsx Refactor VerificationBadge 2022-04-05 12:32:41 -05:00