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

Switch to material icons rounded #532

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: 2 additions & 2 deletions _dev/src/components/catalog/category-matching-edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
name: 'Catalog',
})"
>
<i class="material-icons">keyboard_backspace</i>
<i class="material-icons-round">keyboard_backspace</i>
{{ $t('catalogSummary.backButton') }}
</b-button>
<div class="counter float-right ml-5">
Expand All @@ -55,7 +55,7 @@
name: 'Catalog',
})"
>
<i class="material-icons">keyboard_backspace</i>
<i class="material-icons-round">keyboard_backspace</i>
{{ $t('catalogSummary.backButton') }}
</b-button>
<h1>{{ $t('catalogSummary.categoryMatching') }}</h1>
Expand Down
4 changes: 2 additions & 2 deletions _dev/src/components/catalog/category-matching-view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name: 'Catalog',
})"
>
<i class="material-icons">keyboard_backspace</i>
<i class="material-icons-round">keyboard_backspace</i>
{{ $t('catalogSummary.backButton') }}
</b-button>
<div class="counter float-right ml-5">
Expand All @@ -54,7 +54,7 @@
name: 'Catalog',
})"
>
<i class="material-icons">keyboard_backspace</i>
<i class="material-icons-round">keyboard_backspace</i>
{{ $t('catalogSummary.backButton') }}
</b-button>
<h1>{{ $t('catalogSummary.categoryMatching') }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion _dev/src/components/catalog/report-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
name: 'Catalog',
})"
>
<i class="material-icons">keyboard_backspace</i>
<i class="material-icons-round">keyboard_backspace</i>
{{ $t('catalogSummary.backButton') }}
</b-button>
<h1>{{ $t('syncReport.title') }}</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,41 +102,41 @@
<b-td>
<i
v-if="cover"
class="material-icons text-success"
class="material-icons-round text-success"
>done</i>
<i
v-else
class="material-icons text-danger"
class="material-icons-round text-danger"
>close</i>
</b-td>
<b-td>
<i
v-if="d"
class="material-icons text-success"
class="material-icons-round text-success"
>done</i>
<i
v-else
class="material-icons text-danger"
class="material-icons-round text-danger"
>close</i>
</b-td>
<b-td>
<i
v-if="isbn"
class="material-icons text-success"
class="material-icons-round text-success"
>done</i>
<i
v-else
class="material-icons text-danger"
class="material-icons-round text-danger"
>close</i>
</b-td>
<b-td>
<i
v-if="price"
class="material-icons text-success"
class="material-icons-round text-success"
>done</i>
<i
v-else
class="material-icons text-danger"
class="material-icons-round text-danger"
>close</i>
</b-td>
</b-tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class="ps_gs-fz-24 font-weight-700 mb-2 prestafont"
>
<i
class="material-icons mr-1 pb-1"
class="material-icons-round mr-1 pb-1"
>local_fire_department</i>
{{ $t('configuration.catalogBanner.title') }}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
@click="$emit('triggerScan')"
>
<i
class="material-icons"
class="material-icons-round"
:class="{'fa-spin': scanRequestStatus === RequestState.PENDING}"
>autorenew</i>
{{ $t('cta.rescan') }}
Expand Down
2 changes: 1 addition & 1 deletion _dev/src/components/category-matching/editing-row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
class="error"
:title="error"
>
<i class="material-icons">error</i>
<i class="material-icons-round">error</i>
</div>
<div
v-else-if="loading === false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<span class="step-is-done rounded-circle bg-success d-flex align-items-center mr-1">
<i
class="material-icons text-light ps_gs-fz-16 ml-auto mr-auto"
class="material-icons-round text-light ps_gs-fz-16 ml-auto mr-auto"
>check</i>
</span>
{{ $t('configuration.billingFacade.title') }}
Expand All @@ -14,7 +14,7 @@
class="d-flex align-items-center"
>
<i
class="material-icons ps_gs-fz-48 mr-3"
class="material-icons-round ps_gs-fz-48 mr-3"
>credit_card</i>
{{ billingStatusText }}
<div class="d-md-flex ml-auto text-center">
Expand Down
2 changes: 1 addition & 1 deletion _dev/src/components/configuration/facebook-connected.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
<span class="step-is-done rounded-circle bg-success d-flex align-items-center mr-1">
<i
class="material-icons text-light ps_gs-fz-16 ml-auto mr-auto"
class="material-icons-round text-light ps_gs-fz-16 ml-auto mr-auto"
>check</i>
</span>
{{ $t('configuration.facebook.title') }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<b-card>
<div class="d-flex">
<div class="warning-left">
<i class="material-icons align-self-center m-3">error_outline</i>
<i class="material-icons-round align-self-center m-3">error_outline</i>
</div>
<div class="flex-grow-1 warning-right">
<p class="m-2">
Expand Down
4 changes: 2 additions & 2 deletions _dev/src/components/help/card-faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<template>
<b-card no-body>
<template #header>
<i class="material-icons">help</i>{{ $t("help.title") }}
<i class="material-icons-round">help</i>{{ $t("help.title") }}
</template>

<b-card-body
Expand Down Expand Up @@ -108,7 +108,7 @@
@click="onQuestionClick(index + '_' + i)"
>
<summary class="faq__summary">
<i class="material-icons">keyboard_arrow_right</i>
<i class="material-icons-round">keyboard_arrow_right</i>
{{ item.question }}
</summary>
<p class="faq__answer">
Expand Down
2 changes: 1 addition & 1 deletion _dev/src/components/survey/card-survey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
no-body
class="m-3 mt-4 p-3 text-center survey"
>
<h3><i class="material-icons">mood</i> {{ $t('survey.title') }}</h3>
<h3><i class="material-icons-round">mood</i> {{ $t('survey.title') }}</h3>
<p class="small-text">
{{ $t('survey.text') }}
</p>
Expand Down
6 changes: 3 additions & 3 deletions _dev/src/views/configuration-tab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
class="closeCross p-1 m-4"
@click="closePopup"
>
<i class="material-icons">close</i>
<i class="material-icons-round">close</i>
</div>
</div>
<div
Expand All @@ -122,7 +122,7 @@
v-if="exchangeTokensErrored"
class="refocus"
>
<i class="material-icons fixed-size-large mb-2">warning</i>
<i class="material-icons-round fixed-size-large mb-2">warning</i>
<p>{{ $t('configuration.facebook.exchangeTokens.errored') }}</p>
<b-button
variant="primary"
Expand All @@ -146,7 +146,7 @@
</p>
<span class="exchangeTokensLoader"><loading-page-spinner /></span>
<p v-if="exchangeTokensTryAgain">
<i class="material-icons float-left fixed-size-big">warning</i>
<i class="material-icons-round float-left fixed-size-big">warning</i>
{{ $t('configuration.facebook.exchangeTokens.tryAgain') }}
</p>
</div>
Expand Down
Loading