Skip to content

Commit

Permalink
web-wallet: Remove "UsageIndicator" component
Browse files Browse the repository at this point in the history
Resolves #3245
  • Loading branch information
nortonandreev committed Dec 20, 2024
1 parent 90593c1 commit b05b415
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 241 deletions.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Remove "UsageIndicator" component [#3245]

### Fixed

- Fix wrong error shown in the login screen [#3226] [#3097]
Expand Down Expand Up @@ -466,6 +468,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3203]: https://github.com/dusk-network/rusk/issues/3203
[#3212]: https://github.com/dusk-network/rusk/issues/3212
[#3226]: https://github.com/dusk-network/rusk/issues/3226
[#3245]: https://github.com/dusk-network/rusk/issues/3245

<!-- VERSIONS -->

Expand Down
79 changes: 0 additions & 79 deletions web-wallet/src/lib/components/UsageIndicator/UsageIndicator.svelte

This file was deleted.

53 changes: 0 additions & 53 deletions web-wallet/src/lib/components/__tests__/UsageIndicator.spec.js

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion web-wallet/src/lib/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ export { default as Stake } from "./Stake/Stake.svelte";
export { default as StakeMaturityInfo } from "./StakeMaturityInfo/StakeMaturityInfo.svelte";
export { default as SyncBar } from "./SyncBar/SyncBar.svelte";
export { default as Transactions } from "./Transactions/Transactions.svelte";
export { default as UsageIndicator } from "./UsageIndicator/UsageIndicator.svelte";
export { default as Unstake } from "./Stake/Unstake.svelte";
2 changes: 0 additions & 2 deletions web-wallet/src/routes/components-showcase/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import Throbbers from "./Throbbers.svelte";
import Toasts from "./Toasts.svelte";
import Tooltips from "./Tooltips.svelte";
import UsageIndicators from "./UsageIndicators.svelte";
import Wizards from "./Wizards.svelte";
/** @type {Record<string, import("svelte").ComponentType>} */
Expand All @@ -48,7 +47,6 @@
Throbbers: Throbbers,
Toasts: Toasts,
Tooltips: Tooltips,
"Usage Indicators": UsageIndicators,
Wizards: Wizards,
};
Expand Down
11 changes: 0 additions & 11 deletions web-wallet/src/routes/components-showcase/UsageIndicators.svelte

This file was deleted.

0 comments on commit b05b415

Please sign in to comment.