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

Frontend cleanup #2753

Merged
merged 5 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
[FE] Remove i18n (#2751)
Signed-off-by: Sameh16 <sameh_mohamed16@hotmail.com>

(cherry picked from commit c943665)
Sameh16 authored and gaspergrom committed Jan 9, 2025
commit 4094403a8563153acb91cf6fec5616e2294d8139
Original file line number Diff line number Diff line change
@@ -167,7 +167,7 @@
:disabled="loading"
@click="cancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
id="devConnect"
@@ -178,7 +178,7 @@
:loading="loading"
@click="save"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@
:loading="loading"
@click="connect"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@
:disabled="loading"
@click="cancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
id="devConnect"
@@ -112,7 +112,7 @@
:loading="loading"
@click="save"
>
<app-i18n code="common.connect" />
Connect
</el-button>
</div>
</template>
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@
class="btn btn--md btn--secondary"
@click="isVisible = false"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
class="btn btn--md btn--primary"
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
class="btn btn--md btn--secondary"
@click="isVisible = false"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
class="btn btn--md btn--primary"
Original file line number Diff line number Diff line change
@@ -139,7 +139,7 @@
class="btn btn--md btn--secondary"
@click="doCancel"
>
<app-i18n code="common.cancel" />
Cancel
</el-button>
<el-button
:loading="isVolumeUpdating"
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
</el-button>
<div class="flex gap-4">
<el-button class="btn btn--md btn--bordered" @click="isVisible = false">
<app-i18n code="common.cancel" />
Cancel
</el-button>
<a
class="btn btn--md btn--primary"
Loading