Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mattupham/fe 478 reduce fe bundle size #3290

Merged
merged 30 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
968645a
Remove default exports for spinner and card
mattupham Jun 4, 2024
e8cb007
Remove chart.ts
mattupham Jun 4, 2024
db2fe7b
Update import for create-pool
mattupham Jun 4, 2024
c57fd1d
remove checkbox-shadcn
mattupham Jun 4, 2024
87bfeb9
Remove select-menu
mattupham Jun 4, 2024
ffbcb9b
remove related-assets
mattupham Jun 4, 2024
b27b4c5
Remove promo-drawer
mattupham Jun 4, 2024
c72f068
remove use-controllable-prop.ts
mattupham Jun 4, 2024
17b2fea
remove use-scroll-measure.ts
mattupham Jun 4, 2024
b4d0b4c
remove EarnAllocation
mattupham Jun 4, 2024
c04bfd4
update import for token-details
mattupham Jun 4, 2024
464f740
Remove default export for Twitter Section
mattupham Jun 4, 2024
29aa6c2
fix imports for connecting / error wallet states
mattupham Jun 4, 2024
ae619d9
Fix your balance import
mattupham Jun 4, 2024
48d9387
remove noop
mattupham Jun 4, 2024
ac9b11b
Revert "remove noop"
mattupham Jun 4, 2024
7457f2f
Remove position near bounds
mattupham Jun 4, 2024
88e364c
Add named export for nomic bridge transfer
mattupham Jun 4, 2024
8a522da
Remove price alert
mattupham Jun 4, 2024
6b81f19
Remove line-chart
mattupham Jun 4, 2024
e688f06
Remove swap tool promo
mattupham Jun 4, 2024
3591b26
Fix imports
mattupham Jun 4, 2024
790ef68
Update typescript
mattupham Jun 4, 2024
e7c4b86
Remove unused translations
mattupham Jun 4, 2024
2048d93
remove unused translation
mattupham Jun 4, 2024
15e8b53
Remove unused translation
mattupham Jun 4, 2024
fc01ca1
Tokens count
mattupham Jun 4, 2024
adbcf31
Remove method
mattupham Jun 4, 2024
6dc49e4
Update keys - platform
mattupham Jun 4, 2024
42e3b1c
remove scrollToSeeMore key
mattupham Jun 4, 2024
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
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest-in-case": "^1.0.6",
"jest-in-case": "^1.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": [
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-codecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@cosmology/proto-parser": "^1.5.0",
"@cosmology/telescope": "^1.5.1",
"@types/node": "^18.16.3",
"@types/node": "^20.14.1",
"regenerator-runtime": "^0.13.11",
"rimraf": "^5.0.0",
"tsx": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/jest-in-case": "^1.0.6",
"jest-in-case": "^1.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": [
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/jest-in-case": "^1.0.6",
"jest-in-case": "^1.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": [
Expand Down
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
2 changes: 1 addition & 1 deletion packages/tx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/jest-in-case": "^1.0.6",
"jest-in-case": "^1.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
},
"lint-staged": {
"*": [
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
Loading