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: add a new tab #515

Merged
merged 6 commits into from
Apr 30, 2024
Merged

feat: add a new tab #515

merged 6 commits into from
Apr 30, 2024

Conversation

Ritabear
Copy link
Collaborator

@Ritabear Ritabear commented Apr 20, 2024

  • New feature
    We need to add a new tab on the official website.
    The tab's name is "poster-session".

Description

Now, I add a tab on the website, but I don't update the data on web. (wait for the content)

Expected behavior

We can watch the new tab, which includes new content.

Related Issue

#506

But, I don't update the data of web.
@Ritabear Ritabear requested a review from SivanYeh April 20, 2024 14:23
Copy link

netlify bot commented Apr 20, 2024

Deploy Preview for ephemeral-sable-89c7e0 ready!

Name Link
🔨 Latest commit 86e0ff5
🔍 Latest deploy log https://app.netlify.com/sites/ephemeral-sable-89c7e0/deploys/6630f0927bc6370008f5997a
😎 Deploy Preview https://deploy-preview-515--ephemeral-sable-89c7e0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Ritabear Ritabear changed the title I add a tab for post-session. #506 feat: add a new tab Apr 20, 2024
@@ -11,6 +11,7 @@ export default Object.freeze({
{ i18nKey: 'talk', value: '/speaking/talk' },
{ i18nKey: 'tutorial', value: '/speaking/tutorial' },
{ i18nKey: 'recording', value: '/speaking/recording' },
{ i18nKey: 'post session', value: '/speaking/post-session' },
Copy link
Collaborator

Choose a reason for hiding this comment

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

"poster session" might be more accurate. Remember to add the item at /components/core/header/nav-bar/NavBar.i18n.js too

}
},
computed: {
previousConfLinks() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can delete previousConfLinks here.

},
{
tag: 'howToSubmit',
isDescriptionList: false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

set it to "true" will be better.

@Ritabear Ritabear marked this pull request as ready for review April 28, 2024 09:49
@SivanYeh
Copy link
Collaborator

SivanYeh commented Apr 28, 2024

@Ritabear Well done! You've done a great job 👍
I removed some redundant codes. You can check it out at this commit.
Tho they are not affected to the function and request, it will make the code easier to maintain and collaborate.

Ritabear and others added 3 commits April 30, 2024 21:21
Update content in topics and howToSubmit.
Remove redundancy codes such as Steps, and unrelated links.
Copy link
Collaborator

@SivanYeh SivanYeh left a comment

Choose a reason for hiding this comment

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

LGTM!

@SivanYeh SivanYeh merged commit f1ed6b1 into main Apr 30, 2024
5 checks passed
@SivanYeh SivanYeh deleted the feat/add_a_tab branch April 30, 2024 13:26
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