import React from "react";
import { connect } from "react-redux";
import {
reverseList,
randomizeList,
sortListByTitle,
downloadHtmlPlaylist
} from "../../actionCreators";
import PlaylistMenu from "./PlaylistMenu";
import { ContextMenu, Hr, Node } from "../ContextMenu";
/* eslint-disable no-alert */
/* TODO: This should really be kitty-corner to the upper right hand corner of the MiscMenu */
const SortContextMenu = props => (