Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Remove unused components #406

Merged
merged 2 commits into from
Apr 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 0 additions & 60 deletions ui/src/components/ActivityLogs.tsx

This file was deleted.

80 changes: 0 additions & 80 deletions ui/src/components/ApproversSelect.tsx

This file was deleted.

55 changes: 0 additions & 55 deletions ui/src/components/RepoList.tsx

This file was deleted.

80 changes: 0 additions & 80 deletions ui/src/components/RepoSettingsForm.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion ui/src/views/repoDeploy/DeployForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Form, Select, Radio, Button, Typography, Avatar, Tag as AntdTag } from
import { Branch, Commit, Tag, Deployment, DeploymentType, Status, Env } from "../../models"

import CreatableSelect, {Option as Op} from "../../components/CreatableSelect"
import StatusStateIcon from "../../components/StatusStateIcon"
import StatusStateIcon from "./StatusStateIcon"
import moment from "moment"

export type Option = Op
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Popover, Avatar, Typography, Row, Col, Divider, Space } from "antd"
import { CheckOutlined, CloseOutlined, StopOutlined, ExclamationCircleOutlined, ClockCircleOutlined } from "@ant-design/icons"

import { Status, StatusState } from "../models"
import { Status, StatusState } from "../../models"

const colorSuccess = "#1a7f37"
const colorFailure = "#cf222e"
Expand Down