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

refactor: delete tera-project-page and move asset components to tera-project #2221

Merged
merged 5 commits into from
Nov 14, 2023

Conversation

shawnyama
Copy link
Contributor

@shawnyama shawnyama commented Nov 13, 2023

Description

Delete tera-project-page.vue and move its contents to tera-project.vue. Spinner got ruined after the move so I did some tweaks to make it work.

@shawnyama shawnyama marked this pull request as ready for review November 13, 2023 21:21
@shawnyama shawnyama changed the title refactor: move asset components to tera project refactor: delete tera-project-page and move asset components to tera-project Nov 13, 2023
@shawnyama shawnyama merged commit 76650d8 into main Nov 14, 2023
4 of 5 checks passed
@shawnyama shawnyama deleted the rm-project-page branch November 14, 2023 17:30
shawnyama added a commit that referenced this pull request Nov 14, 2023
Comment on lines +13 to +15
isCentered: {
type: Boolean,
default: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can delete this, the spinner should always be centred.

@@ -1,14 +1,31 @@
<template>
<i class="pi pi-spin pi-spinner" :style="{ fontSize: fontSize + 'rem' }"></i>
<section :class="{ center: isCentered }">
<i class="pi pi-spin pi-spinner" :style="{ fontSize: fontSize + 'rem' }"></i>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you tried to setup the font-size to inherit to see how it behave?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants