Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
knollengewaechs committed Jan 9, 2025
1 parent d718bfe commit 95aec18
Show file tree
Hide file tree
Showing 5 changed files with 383 additions and 386 deletions.
2 changes: 1 addition & 1 deletion frontend/javascripts/admin/job/job_list_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
} from "@ant-design/icons";
import { PropTypes } from "@scalableminds/prop-types";
import { cancelJob, getJobs } from "admin/admin_rest_api";
import { getShowTrainingDataLink } from "admin/voxelytics/ai_model_list_view";
import { Input, Spin, Table, Tooltip, Typography } from "antd";
import { AsyncLink } from "components/async_clickables";
import FormattedDate from "components/formatted_date";
Expand All @@ -25,7 +26,6 @@ import type * as React from "react";
import { useEffect, useState } from "react";
import { Link } from "react-router-dom";
import { type APIJob, APIJobType, type APIUserBase } from "types/api_flow_types";
import { getShowTrainingDataLink } from "admin/voxelytics/ai_model_list_view";

// Unfortunately, the twoToneColor (nor the style) prop don't support
// CSS variables.
Expand Down
5 changes: 2 additions & 3 deletions frontend/javascripts/oxalis/view/action-bar/toolbar_view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1444,9 +1444,8 @@ function ProofReadingComponents() {
</ToggleButton>
<ToggleButton
active={selectiveVisibilityInProofreading}
title={`${
selectiveVisibilityInProofreading ? "Disable" : "Enable"
} selective segment visibility. When enabled, only hovered or active segments will be shown.`}
title={`${selectiveVisibilityInProofreading ? "Disable" : "Enable"
} selective segment visibility. When enabled, only hovered or active segments will be shown.`}
style={NARROW_BUTTON_STYLE}
onClick={() =>
handleToggleSelectiveVisibilityInProofreading(!selectiveVisibilityInProofreading)
Expand Down
Loading

0 comments on commit 95aec18

Please sign in to comment.