Skip to content

Commit

Permalink
Merge branch 'stage' into fix/multiple-dependency-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Jun 4, 2024
2 parents 9e509b0 + 4c05418 commit 592fbe3
Show file tree
Hide file tree
Showing 61 changed files with 374 additions and 1,275 deletions.
2 changes: 1 addition & 1 deletion packages/trpc/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { trpcMiddleware } from "./middleware";
/**
* Pass asset lists and chain list to be used cas context in backend service.
*/
export type CreateContextOptions = {
type CreateContextOptions = {
assetLists: AssetList[];
chainList: Chain[];
};
Expand Down
101 changes: 0 additions & 101 deletions packages/web/components/assets/notifi-alerts/position-near-bounds.tsx

This file was deleted.

68 changes: 0 additions & 68 deletions packages/web/components/assets/notifi-alerts/price-alert.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/web/components/cards/osmoverse-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ export const OsmoverseCard: React.FC<OsmoverseCardProps> = ({
</div>
</div>
);

export default OsmoverseCard;
2 changes: 1 addition & 1 deletion packages/web/components/cards/validator-squad-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from "react";
import { useCallback, useMemo } from "react";

import { FallbackImg } from "~/components/assets";
import OsmoverseCard from "~/components/cards/osmoverse-card";
import { OsmoverseCard } from "~/components/cards/osmoverse-card";
import { Tooltip } from "~/components/tooltip";
import { Button } from "~/components/ui/button";
import { Breakpoint, useTranslation, useWindowSize } from "~/hooks";
Expand Down
49 changes: 0 additions & 49 deletions packages/web/components/chart/light-weight-charts/line-chart.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/web/components/complex/add-conc-liquidity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
import { DepositAmountGroup } from "~/components/cl-deposit-input-group";
import { Pill } from "~/components/indicators/pill";
import { InputBox } from "~/components/input";
import Spinner from "~/components/loaders/spinner";
import { Spinner } from "~/components/loaders/spinner";
import { CustomClasses } from "~/components/types";
import { Button } from "~/components/ui/button";
import { ChartButton } from "~/components/ui/button";
Expand Down
2 changes: 1 addition & 1 deletion packages/web/components/complex/all-pools-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Icon, PoolAssetsIcon, PoolAssetsName } from "../assets";
import { AprBreakdown } from "../cards/apr-breakdown";
import { CheckboxSelect } from "../control";
import { SearchBox } from "../input";
import Spinner from "../loaders/spinner";
import { Spinner } from "../loaders/spinner";
import { PoolQuickActionCell } from "../table/cells";
import { SortHeader } from "../table/headers/sort";
import { Tooltip } from "../tooltip";
Expand Down
29 changes: 0 additions & 29 deletions packages/web/components/control/checkbox-shadcn.tsx

This file was deleted.

Loading

0 comments on commit 592fbe3

Please sign in to comment.