Skip to content

Commit

Permalink
Merge pull request #3248 from dusk-network/feature-3245
Browse files Browse the repository at this point in the history
web-wallet: Remove "UsageIndicator" component
  • Loading branch information
nortonandreev authored Dec 20, 2024
2 parents d8260f8 + 57d0915 commit be80b8b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 242 deletions.
4 changes: 3 additions & 1 deletion web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Removed Beta ribbon [#3164]
- Remove Beta ribbon [#3164]
- Remove "UsageIndicator" component [#3245]

### Fixed

Expand Down Expand Up @@ -469,6 +470,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 be80b8b

Please sign in to comment.