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

dynDNS domain usage limitations #1044

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peterthomassen
Copy link
Member

This appears only when selecting the dynDNS option:

image

@peterthomassen
Copy link
Member Author

I think the text need some compression (so that they are more to the point, with less lines). I wanted to give a preview to discuss the general idea.

@peterthomassen peterthomassen force-pushed the 20250306_dedyn_limitations branch from d6a4089 to b18e9b1 Compare March 17, 2025 07:54
@peterthomassen
Copy link
Member Author

I've optimized texts based on the types of support requests we're getting, and added a checkbox requiring acknowledgement of these limitations. Here's how the most recent commit looks like.

image

async mounted() {
if ('email' in this.$route.params && this.$route.params.email !== undefined) {
this.email = this.$route.params.email;
}
await this.initialFocus();

const el = this.$refs['limitations'];
Copy link
Contributor

Choose a reason for hiding this comment

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

This doesn't look right. Have you tried using v-if on this DOM element instead?

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