]> cat aescling's git repositories - mastodon.git/commit
Restore vanilla components
authorkibigo! <marrus-sh@users.noreply.github.com>
Sat, 18 Nov 2017 03:16:35 +0000 (19:16 -0800)
committerkibigo! <marrus-sh@users.noreply.github.com>
Sat, 18 Nov 2017 03:29:16 +0000 (19:29 -0800)
commite19fc6a9f81e3756e0198006d2eafbc2f3acadb5
tree4e91fa8891da88ce1ea25a2b7edcffbe62a7a4d1
parent45c44989c8fb6e24badd18bb83ac5f68de0aceaf
Restore vanilla components
272 files changed:
app/javascript/mastodon/actions/accounts.js [new file with mode: 0644]
app/javascript/mastodon/actions/alerts.js [new file with mode: 0644]
app/javascript/mastodon/actions/blocks.js [new file with mode: 0644]
app/javascript/mastodon/actions/bundles.js [new file with mode: 0644]
app/javascript/mastodon/actions/cards.js [new file with mode: 0644]
app/javascript/mastodon/actions/columns.js [new file with mode: 0644]
app/javascript/mastodon/actions/compose.js [new file with mode: 0644]
app/javascript/mastodon/actions/domain_blocks.js [new file with mode: 0644]
app/javascript/mastodon/actions/emojis.js [new file with mode: 0644]
app/javascript/mastodon/actions/favourites.js [new file with mode: 0644]
app/javascript/mastodon/actions/height_cache.js [new file with mode: 0644]
app/javascript/mastodon/actions/interactions.js [new file with mode: 0644]
app/javascript/mastodon/actions/modal.js [new file with mode: 0644]
app/javascript/mastodon/actions/mutes.js [new file with mode: 0644]
app/javascript/mastodon/actions/notifications.js [new file with mode: 0644]
app/javascript/mastodon/actions/onboarding.js [new file with mode: 0644]
app/javascript/mastodon/actions/pin_statuses.js [new file with mode: 0644]
app/javascript/mastodon/actions/push_notifications.js [new file with mode: 0644]
app/javascript/mastodon/actions/reports.js [new file with mode: 0644]
app/javascript/mastodon/actions/search.js [new file with mode: 0644]
app/javascript/mastodon/actions/settings.js [new file with mode: 0644]
app/javascript/mastodon/actions/statuses.js [new file with mode: 0644]
app/javascript/mastodon/actions/store.js [new file with mode: 0644]
app/javascript/mastodon/actions/streaming.js [new file with mode: 0644]
app/javascript/mastodon/actions/timelines.js [new file with mode: 0644]
app/javascript/mastodon/api.js [new file with mode: 0644]
app/javascript/mastodon/base_polyfills.js [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/__snapshots__/avatar-test.js.snap [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/__snapshots__/avatar_overlay-test.js.snap [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/__snapshots__/button-test.js.snap [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/__snapshots__/display_name-test.js.snap [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/avatar-test.js [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/avatar_overlay-test.js [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/button-test.js [new file with mode: 0644]
app/javascript/mastodon/components/__tests__/display_name-test.js [new file with mode: 0644]
app/javascript/mastodon/components/account.js [new file with mode: 0644]
app/javascript/mastodon/components/attachment_list.js [new file with mode: 0644]
app/javascript/mastodon/components/autosuggest_emoji.js [new file with mode: 0644]
app/javascript/mastodon/components/autosuggest_textarea.js [new file with mode: 0644]
app/javascript/mastodon/components/avatar.js [new file with mode: 0644]
app/javascript/mastodon/components/avatar_overlay.js [new file with mode: 0644]
app/javascript/mastodon/components/button.js [new file with mode: 0644]
app/javascript/mastodon/components/collapsable.js [new file with mode: 0644]
app/javascript/mastodon/components/column.js [new file with mode: 0644]
app/javascript/mastodon/components/column_back_button.js [new file with mode: 0644]
app/javascript/mastodon/components/column_back_button_slim.js [new file with mode: 0644]
app/javascript/mastodon/components/column_header.js [new file with mode: 0644]
app/javascript/mastodon/components/display_name.js [new file with mode: 0644]
app/javascript/mastodon/components/dropdown_menu.js [new file with mode: 0644]
app/javascript/mastodon/components/extended_video_player.js [new file with mode: 0644]
app/javascript/mastodon/components/icon_button.js [new file with mode: 0644]
app/javascript/mastodon/components/intersection_observer_article.js [new file with mode: 0644]
app/javascript/mastodon/components/load_more.js [new file with mode: 0644]
app/javascript/mastodon/components/loading_indicator.js [new file with mode: 0644]
app/javascript/mastodon/components/media_gallery.js [new file with mode: 0644]
app/javascript/mastodon/components/missing_indicator.js [new file with mode: 0644]
app/javascript/mastodon/components/permalink.js [new file with mode: 0644]
app/javascript/mastodon/components/relative_timestamp.js [new file with mode: 0644]
app/javascript/mastodon/components/scrollable_list.js [new file with mode: 0644]
app/javascript/mastodon/components/setting_text.js [new file with mode: 0644]
app/javascript/mastodon/components/status.js [new file with mode: 0644]
app/javascript/mastodon/components/status_action_bar.js [new file with mode: 0644]
app/javascript/mastodon/components/status_content.js [new file with mode: 0644]
app/javascript/mastodon/components/status_list.js [new file with mode: 0644]
app/javascript/mastodon/containers/account_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/card_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/compose_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/dropdown_menu_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/intersection_observer_article_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/mastodon.js [new file with mode: 0644]
app/javascript/mastodon/containers/media_gallery_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/status_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/timeline_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/video_container.js [new file with mode: 0644]
app/javascript/mastodon/extra_polyfills.js [new file with mode: 0644]
app/javascript/mastodon/features/account/components/action_bar.js [new file with mode: 0644]
app/javascript/mastodon/features/account/components/header.js [new file with mode: 0644]
app/javascript/mastodon/features/account_gallery/components/media_item.js [new file with mode: 0644]
app/javascript/mastodon/features/account_gallery/index.js [new file with mode: 0644]
app/javascript/mastodon/features/account_timeline/components/header.js [new file with mode: 0644]
app/javascript/mastodon/features/account_timeline/containers/header_container.js [new file with mode: 0644]
app/javascript/mastodon/features/account_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/blocks/index.js [new file with mode: 0644]
app/javascript/mastodon/features/community_timeline/components/column_settings.js [new file with mode: 0644]
app/javascript/mastodon/features/community_timeline/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/mastodon/features/community_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/autosuggest_account.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/character_counter.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/compose_form.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/emoji_picker_dropdown.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/navigation_bar.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/privacy_dropdown.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/reply_indicator.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/search.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/search_results.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/text_icon_button.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/upload.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/upload_button.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/upload_form.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/upload_progress.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/components/warning.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/autosuggest_account_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/compose_form_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/emoji_picker_dropdown_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/navigation_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/privacy_dropdown_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/reply_indicator_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/search_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/search_results_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/sensitive_button_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/spoiler_button_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/upload_button_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/upload_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/upload_form_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/upload_progress_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/containers/warning_container.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/index.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/util/counter.js [new file with mode: 0644]
app/javascript/mastodon/features/compose/util/url_regex.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/__tests__/emoji-test.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/__tests__/emoji_index-test.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_compressed.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_map.json [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_mart_data_light.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_mart_search_light.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_picker.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_unicode_mapping_light.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/emoji_utils.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/unicode_to_filename.js [new file with mode: 0644]
app/javascript/mastodon/features/emoji/unicode_to_unified_name.js [new file with mode: 0644]
app/javascript/mastodon/features/favourited_statuses/index.js [new file with mode: 0644]
app/javascript/mastodon/features/favourites/index.js [new file with mode: 0644]
app/javascript/mastodon/features/follow_requests/components/account_authorize.js [new file with mode: 0644]
app/javascript/mastodon/features/follow_requests/containers/account_authorize_container.js [new file with mode: 0644]
app/javascript/mastodon/features/follow_requests/index.js [new file with mode: 0644]
app/javascript/mastodon/features/followers/index.js [new file with mode: 0644]
app/javascript/mastodon/features/following/index.js [new file with mode: 0644]
app/javascript/mastodon/features/generic_not_found/index.js [new file with mode: 0644]
app/javascript/mastodon/features/getting_started/index.js [new file with mode: 0644]
app/javascript/mastodon/features/hashtag_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/home_timeline/components/column_settings.js [new file with mode: 0644]
app/javascript/mastodon/features/home_timeline/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/mastodon/features/home_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/mutes/index.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/components/clear_column_button.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/components/column_settings.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/components/notification.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/components/setting_toggle.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/containers/notification_container.js [new file with mode: 0644]
app/javascript/mastodon/features/notifications/index.js [new file with mode: 0644]
app/javascript/mastodon/features/pinned_statuses/index.js [new file with mode: 0644]
app/javascript/mastodon/features/public_timeline/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/mastodon/features/public_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/reblogs/index.js [new file with mode: 0644]
app/javascript/mastodon/features/report/components/status_check_box.js [new file with mode: 0644]
app/javascript/mastodon/features/report/containers/status_check_box_container.js [new file with mode: 0644]
app/javascript/mastodon/features/standalone/compose/index.js [new file with mode: 0644]
app/javascript/mastodon/features/standalone/hashtag_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/standalone/public_timeline/index.js [new file with mode: 0644]
app/javascript/mastodon/features/status/components/action_bar.js [new file with mode: 0644]
app/javascript/mastodon/features/status/components/card.js [new file with mode: 0644]
app/javascript/mastodon/features/status/components/detailed_status.js [new file with mode: 0644]
app/javascript/mastodon/features/status/containers/card_container.js [new file with mode: 0644]
app/javascript/mastodon/features/status/index.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/__tests__/column-test.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/actions_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/boost_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/bundle.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/bundle_column_error.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/bundle_modal_error.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/column.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/column_header.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/column_link.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/column_loading.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/column_subheading.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/columns_area.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/confirmation_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/drawer_loading.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/embed_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/image_loader.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/media_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/modal_loading.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/modal_root.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/mute_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/onboarding_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/report_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/tabs_bar.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/upload_area.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/video_modal.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/bundle_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/columns_area_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/loading_bar_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/modal_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/notifications_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/containers/status_list_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/index.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/async-components.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/fullscreen.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/get_rect_from_entry.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/intersection_observer_wrapper.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/optional_motion.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/react_router_helpers.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/reduced_motion.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/util/schedule_idle_task.js [new file with mode: 0644]
app/javascript/mastodon/features/video/index.js [new file with mode: 0644]
app/javascript/mastodon/initial_state.js [new file with mode: 0644]
app/javascript/mastodon/is_mobile.js [new file with mode: 0644]
app/javascript/mastodon/link_header.js [new file with mode: 0644]
app/javascript/mastodon/load_polyfills.js [new file with mode: 0644]
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/main.js [new file with mode: 0644]
app/javascript/mastodon/middleware/errors.js [new file with mode: 0644]
app/javascript/mastodon/middleware/loading_bar.js [new file with mode: 0644]
app/javascript/mastodon/middleware/sounds.js [new file with mode: 0644]
app/javascript/mastodon/performance.js [new file with mode: 0644]
app/javascript/mastodon/ready.js [new file with mode: 0644]
app/javascript/mastodon/reducers/accounts.js [new file with mode: 0644]
app/javascript/mastodon/reducers/accounts_counters.js [new file with mode: 0644]
app/javascript/mastodon/reducers/alerts.js [new file with mode: 0644]
app/javascript/mastodon/reducers/cards.js [new file with mode: 0644]
app/javascript/mastodon/reducers/compose.js [new file with mode: 0644]
app/javascript/mastodon/reducers/contexts.js [new file with mode: 0644]
app/javascript/mastodon/reducers/custom_emojis.js [new file with mode: 0644]
app/javascript/mastodon/reducers/height_cache.js [new file with mode: 0644]
app/javascript/mastodon/reducers/index.js [new file with mode: 0644]
app/javascript/mastodon/reducers/media_attachments.js [new file with mode: 0644]
app/javascript/mastodon/reducers/meta.js [new file with mode: 0644]
app/javascript/mastodon/reducers/modal.js [new file with mode: 0644]
app/javascript/mastodon/reducers/mutes.js [new file with mode: 0644]
app/javascript/mastodon/reducers/notifications.js [new file with mode: 0644]
app/javascript/mastodon/reducers/push_notifications.js [new file with mode: 0644]
app/javascript/mastodon/reducers/relationships.js [new file with mode: 0644]
app/javascript/mastodon/reducers/reports.js [new file with mode: 0644]
app/javascript/mastodon/reducers/search.js [new file with mode: 0644]
app/javascript/mastodon/reducers/settings.js [new file with mode: 0644]
app/javascript/mastodon/reducers/status_lists.js [new file with mode: 0644]
app/javascript/mastodon/reducers/statuses.js [new file with mode: 0644]
app/javascript/mastodon/reducers/timelines.js [new file with mode: 0644]
app/javascript/mastodon/reducers/user_lists.js [new file with mode: 0644]
app/javascript/mastodon/rtl.js [new file with mode: 0644]
app/javascript/mastodon/scroll.js [new file with mode: 0644]
app/javascript/mastodon/selectors/index.js [new file with mode: 0644]
app/javascript/mastodon/service_worker/entry.js [new file with mode: 0644]
app/javascript/mastodon/service_worker/web_push_notifications.js [new file with mode: 0644]
app/javascript/mastodon/store/configureStore.js [new file with mode: 0644]
app/javascript/mastodon/stream.js [new file with mode: 0644]
app/javascript/mastodon/test_setup.js [new file with mode: 0644]
app/javascript/mastodon/uuid.js [new file with mode: 0644]
app/javascript/mastodon/web_push_subscription.js [new file with mode: 0644]
app/javascript/styles/application.scss [new file with mode: 0644]
app/javascript/styles/mastodon/_mixins.scss [new file with mode: 0644]
app/javascript/styles/mastodon/about.scss [new file with mode: 0644]
app/javascript/styles/mastodon/accounts.scss [new file with mode: 0644]
app/javascript/styles/mastodon/admin.scss [new file with mode: 0644]
app/javascript/styles/mastodon/basics.scss [new file with mode: 0644]
app/javascript/styles/mastodon/boost.scss [new file with mode: 0644]
app/javascript/styles/mastodon/compact_header.scss [new file with mode: 0644]
app/javascript/styles/mastodon/components.scss [new file with mode: 0644]
app/javascript/styles/mastodon/containers.scss [new file with mode: 0644]
app/javascript/styles/mastodon/emoji_picker.scss [new file with mode: 0644]
app/javascript/styles/mastodon/footer.scss [new file with mode: 0644]
app/javascript/styles/mastodon/forms.scss [new file with mode: 0644]
app/javascript/styles/mastodon/landing_strip.scss [new file with mode: 0644]
app/javascript/styles/mastodon/lists.scss [new file with mode: 0644]
app/javascript/styles/mastodon/reset.scss [new file with mode: 0644]
app/javascript/styles/mastodon/rtl.scss [new file with mode: 0644]
app/javascript/styles/mastodon/stream_entries.scss [new file with mode: 0644]
app/javascript/styles/mastodon/tables.scss [new file with mode: 0644]
app/javascript/styles/mastodon/variables.scss [new file with mode: 0644]