-
Notifications
You must be signed in to change notification settings - Fork 5
Join page and instructions #18
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
base: nuxt
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This pull request introduces a new instructions page detailing the membership application process, updates the join page to link to the new instructions, and adds a component for generating Discord user links.
- Updated the join page (join.vue) to replace the Discord and email links with a button that navigates to the instructions page.
- Created a new instructions page (Instructions.vue) to outline the membership process.
- Introduced a new component (DC.vue) to render Discord user link elements.
Reviewed Changes
File | Description |
---|---|
app/pages/join.vue | Replaced existing contact links with a NuxtLink button to the instructions page. |
app/pages/Instructions.vue | Added a new page containing membership application instructions and guidance. |
app/components/DC.vue | Added a new component for displaying a styled Discord user link. |
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
app/pages/Instructions.vue:9
- The computed property 'formUrl' is defined but not used anywhere in the template. Consider removing it if it is not planned for future use.
formUrl() { return 'https://docs.google.com/forms/d/e/1FAIpQLSciz2ZVjV-yBNIurfYDtsof0ZSiqwXm0-oQlxZwwdmp6wnF_Q/viewform?usp=pp_url' }
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
…structions.vue and join.vue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates the join page to redirect users from a Discord/email call-to-action to an instructions page and introduces the instructions page along with a Discord link component.
- Updated text and navigation in app/pages/join.vue
- Added a new instructions page in app/pages/Instructions.vue
- Introduced app/components/DC.vue for generating Discord profile links
Reviewed Changes
File | Description |
---|---|
app/pages/join.vue | Changed text from "我們的一員" to "NPC" and updated button link to point to the instructions page. |
app/pages/Instructions.vue | Introduced a new instructions page with details on joining and contact methods. |
app/components/DC.vue | Added a new component for rendering a Discord profile link based on a given userId. |
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
No description provided.