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

web-wallet: Remove "UsageIndicator" component #3248

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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.

Loading