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

feat(hosting-plan): implement radio buttons and modals #120

Merged
merged 9 commits into from
Nov 22, 2023

Conversation

mateuszRybczonek
Copy link
Collaborator

Screenshot 2023-11-07 at 13 29 40

Copy link

cloudflare-workers-and-pages bot commented Nov 7, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0fb994e
Status: ✅  Deploy successful!
Preview URL: https://6048379b.host-console-ui.pages.dev
Branch Preview URL: https://feature-happ-paid-free-optio.host-console-ui.pages.dev

View logs

Base automatically changed from feature/happ-unhosting to develop November 15, 2023 10:59
@@ -82,8 +83,12 @@ onMounted(async () => {
isLoading.value = false
}

await nextTick(() => {
if (!userStore.holoFuel.nickname) {
console.log('nickname outside try', userStore.holoFuel.nickname)
Copy link
Contributor

Choose a reason for hiding this comment

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

In the back-end we have a logger so we avoid doing console log. If you are not following similar rules just ignore these comments

console.log('nickname outside try', userStore.holoFuel.nickname)

await nextTick(() => {
console.log('nickname outside try - nextTick', userStore.holoFuel.nickname)
Copy link
Contributor

Choose a reason for hiding this comment

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

console.log, same as above

@mateuszRybczonek mateuszRybczonek merged commit d09df88 into develop Nov 22, 2023
4 checks passed
@mateuszRybczonek mateuszRybczonek deleted the feature/happ-paid-free-option branch November 22, 2023 11:35
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.

2 participants