Skip to content
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
8 changes: 4 additions & 4 deletions apps/web/src/app/features/account/account.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class AccountComponent implements OnInit {
[
{
title: 'Home',
icon: 'home_outline.svg',
icon: 'home.svg',
id: 'home',
},
{
Expand All @@ -80,12 +80,12 @@ export class AccountComponent implements OnInit {
if (this.authService.isPlatform()) {
baseMenu[0].push({
title: 'Connected',
icon: 'groups_outline.svg',
icon: 'groups.svg',
id: 'connected-accounts',
});
baseMenu[0].push({
title: 'Products',
icon: 'package_outline.svg',
icon: 'package.svg',
id: 'products',
});
baseMenu[0].push({
Expand All @@ -98,7 +98,7 @@ export class AccountComponent implements OnInit {
// Add Settings at the bottom
baseMenu[0].push({
title: 'Settings',
icon: 'person_outline.svg',
icon: 'person.svg',
id: 'settings',
bottom: true,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="add-funds-header">
<img
class="add-funds-icon"
src="assets/icons/account_balance_wallet_outline.svg"
src="assets/icons/account_balance_wallet.svg"
alt="Wallet"
/>
<h3 class="add-funds-title">Add funds to your balance</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="panel-section-title">Overview</h3>
<span class="panel-value">
<div class="panel-badge">
<img
src="assets/icons/account_balance_wallet_outline.svg"
src="assets/icons/account_balance_wallet.svg"
alt="Wallet"
class="panel-badge-icon"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3 class="panel-section-title">Overview</h3>
<span class="panel-value">
<div class="panel-badge">
<img
src="assets/icons/account_balance_wallet_outline.svg"
src="assets/icons/account_balance_wallet.svg"
alt="Wallet"
class="panel-badge-icon"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ <h1>Hi {{ personService.person()?.first_name }} 👋</h1>
class="action-button action-button-dainty"
(click)="OnAddFundsClick()"
>
<img
class="button-icon"
src="assets/icons/add_circle_outline.svg"
alt=""
/>
<img class="button-icon" src="assets/icons/add_circle.svg" alt="" />
<span>Add funds</span>
</button>
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ <h1>Developers</h1>
class="action-button action-button-dainty"
(click)="OnCreateApiKeyClick()"
>
<img
class="button-icon"
src="assets/icons/add_circle_outline.svg"
alt=""
/>
<img class="button-icon" src="assets/icons/add_circle.svg" alt="" />
<span>Create key</span>
</button>
</div>
Expand Down Expand Up @@ -72,11 +68,7 @@ <h1>Developers</h1>
class="action-button action-button-dainty"
(click)="OnCreateWebhookClick()"
>
<img
class="button-icon"
src="assets/icons/add_circle_outline.svg"
alt=""
/>
<img class="button-icon" src="assets/icons/add_circle.svg" alt="" />
<span>Add endpoint</span>
</button>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h4>This price has been archived</h4>

<div class="flex align-vert space-between mb-snug">
<div class="flex gap-extra-small align-vert dimmed-extra">
<img src="assets/icons/sell_outline.svg" class="icon" alt="Sale tag icon" />
<img src="assets/icons/sell.svg" class="icon" alt="Sale tag icon" />
<div>PRICE</div>
</div>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class ProductCatalogueComponent implements OnInit, OnDestroy {
type: 'text',
bolded: true,
imageField: 'images[0]',
placeholderIcon: 'package_outline.svg',
placeholderIcon: 'package.svg',
},
{
header: 'Pricing',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="product-image-placeholder">
<img
class="icon large-icon"
src="assets/icons/package_outline.svg"
src="assets/icons/package.svg"
alt="Product image"
/>
</div>
Expand Down Expand Up @@ -130,11 +130,7 @@ <h2 class="section-title">Details</h2>
class="action-button action-button-small outline"
(click)="OnEdit()"
>
<img
src="assets/icons/edit_outline.svg"
class="icon"
alt="Edit icon"
/>
<img src="assets/icons/edit.svg" class="icon" alt="Edit icon" />
</button>
</div>
<div class="attribute">
Expand Down Expand Up @@ -225,11 +221,7 @@ <h2 class="section-title">Metadata</h2>
class="action-button action-button-small outline"
(click)="OnEdit()"
>
<img
src="assets/icons/edit_outline.svg"
class="icon"
alt="Edit icon"
/>
<img src="assets/icons/edit.svg" class="icon" alt="Edit icon" />
</button>
</div>
@if (MetadataEntries(p.metadata).length > 0) { @for (entry of
Expand Down
20 changes: 4 additions & 16 deletions apps/web/src/app/features/setup/setup.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,21 @@ <h1>Welcome to Zoneless</h1>

<div class="feature-list">
<div class="feature-item">
<img
class="feature-icon"
src="assets/icons/bolt_outline.svg"
alt=""
/>
<img class="feature-icon" src="assets/icons/bolt.svg" alt="" />
<div class="feature-text">
<strong>Instant payouts</strong>
<span>Instant USDC payouts to your sellers</span>
</div>
</div>
<div class="feature-item">
<img
class="feature-icon"
src="assets/icons/globe_outline.svg"
alt=""
/>
<img class="feature-icon" src="assets/icons/globe.svg" alt="" />
<div class="feature-text">
<strong>Global payouts</strong>
<span>Payouts to anywhere in the world</span>
</div>
</div>
<div class="feature-item">
<img
class="feature-icon"
src="assets/icons/savings_outline.svg"
alt=""
/>
<img class="feature-icon" src="assets/icons/savings.svg" alt="" />
<div class="feature-text">
<strong>Near-zero fees</strong>
<span>No platform fees — just minimal Solana gas</span>
Expand All @@ -62,7 +50,7 @@ <h1>Welcome to Zoneless</h1>
<div class="feature-item">
<img
class="feature-icon"
src="assets/icons/lock_open_right_outline.svg"
src="assets/icons/lock_open_right.svg"
alt=""
/>
<div class="feature-text">
Expand Down
3 changes: 1 addition & 2 deletions apps/web/src/assets/icons/check_circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/web/src/assets/icons/edit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion apps/web/src/assets/icons/edit_outline.svg

This file was deleted.

2 changes: 1 addition & 1 deletion apps/web/src/assets/icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading