Skip to content

Commit

Permalink
chore(suite): remove unused views for device error states
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan authored and mroz22 committed Jul 26, 2024
1 parent aa19dc0 commit 3218b74
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 155 deletions.
83 changes: 0 additions & 83 deletions packages/suite/src/components/suite/DeviceInvalidModeLayout.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions packages/suite/src/components/suite/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { FiatValue } from './FiatValue';
import { WebUsbButton } from './WebUsbButton';
import { HiddenPlaceholder } from './HiddenPlaceholder';
import { QuestionTooltip } from './QuestionTooltip';
import { DeviceInvalidModeLayout } from './DeviceInvalidModeLayout';
import { TrendTicker } from './Ticker/TrendTicker';
import { PriceTicker } from './Ticker/PriceTicker';
import { Translation } from './Translation';
Expand Down Expand Up @@ -59,7 +58,6 @@ export {
AccountLabel,
DeviceConfirmImage,
CheckItem,
DeviceInvalidModeLayout,
PrerequisitesGuide,
WelcomeLayout,
NotificationCard,
Expand Down
8 changes: 0 additions & 8 deletions packages/suite/src/support/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7224,14 +7224,6 @@ export default defineMessages({
id: 'TR_TROUBLESHOOTING_TIP_SUITE_DESKTOP_DESCRIPTION',
defaultMessage: 'Run <a>Trezor Suite</a> desktop application',
},
TR_TROUBLESHOOTING_TIP_BRIDGE_BACKGROUND_TITLE: {
id: 'TR_TROUBLESHOOTING_TIP_BRIDGE_BACKGROUND_TITLE',
defaultMessage: 'You may also run Trezor Suite in background',
},
TR_TROUBLESHOOTING_TIP_BRIDGE_BACKGROUND_DESCRIPTION: {
id: 'TR_TROUBLESHOOTING_TIP_BRIDGE_BACKGROUND_DESCRIPTION',
defaultMessage: '<a>See intructions</a>',
},
TR_TROUBLESHOOTING_TIP_UDEV_INSTALL_DESCRIPTION: {
id: 'TR_TROUBLESHOOTING_TIP_UDEV_INSTALL_DESCRIPTION',
defaultMessage:
Expand Down
29 changes: 0 additions & 29 deletions packages/suite/src/views/suite/device-acquire/index.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions packages/suite/src/views/suite/device-unknown/index.tsx

This file was deleted.

26 changes: 0 additions & 26 deletions packages/suite/src/views/suite/device-unreadable/index.tsx

This file was deleted.

0 comments on commit 3218b74

Please sign in to comment.