Skip to content

Commit

Permalink
[stoream]: revert #41
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed May 31, 2024
1 parent 41d8d64 commit dc94a42
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stoream-webui/src/components/DownloadFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { File } from "../model/File.gen"
import { stringOfFileSize } from "../model/File.res.mjs"
import * as Request from "../model/Request.res.mjs"
import React from "react"
import { Button, List, Center, Modal, rem, Box, LoadingOverlay } from "@mantine/core"
import { Button, List, Center, Modal, rem, LoadingOverlay } from "@mantine/core"
import { IconDownload } from "@tabler/icons-react"
import { useDisclosure } from "@mantine/hooks"

Expand Down
2 changes: 1 addition & 1 deletion stoream-webui/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

import { Avatar, Card, Container, Drawer, Grid, GridCol, Group, Skeleton, Space, Stack, Text, Tooltip } from "@mantine/core";
import { Avatar, Card, Container, Drawer, Grid, GridCol, Group, Skeleton, Space, Stack, Tooltip } from "@mantine/core";
import { useDisclosure } from '@mantine/hooks';
import About from "./About";
import FileTypes from "./FileTypes";
Expand Down
2 changes: 1 addition & 1 deletion stoream-webui/src/components/UploadFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Directory } from "../model/Directory.gen";
import * as Request from "../model/Request.res.mjs";
import { notifications } from "@mantine/notifications";
import { fetch } from "./Files";
import { Box, Button, Center, Fieldset, FileInput, LoadingOverlay, Modal, TextInput, Tooltip } from "@mantine/core";
import { Button, Center, Fieldset, FileInput, LoadingOverlay, Modal, TextInput, Tooltip } from "@mantine/core";
import { useDisclosure } from "@mantine/hooks";

interface UploadFileProps {
Expand Down
2 changes: 1 addition & 1 deletion stoream-webui/src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

import * as Request from "../model/Request.res.mjs"
import React from "react";
import { Card, Center, PinInput, Space, Stack, Text } from '@mantine/core';
import { Card, Center, PinInput, Stack, Text } from '@mantine/core';
import { notifications } from '@mantine/notifications';
import { useNavigate } from "react-router-dom";

Expand Down

0 comments on commit dc94a42

Please sign in to comment.