-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: add a new tab #515
Conversation
But, I don't update the data of web.
✅ Deploy Preview for ephemeral-sable-89c7e0 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -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' }, |
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.
"poster session" might be more accurate. Remember to add the item at /components/core/header/nav-bar/NavBar.i18n.js too
pages/speaking/post-session.vue
Outdated
} | ||
}, | ||
computed: { | ||
previousConfLinks() { |
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.
You can delete previousConfLinks here.
pages/speaking/post-session.vue
Outdated
}, | ||
{ | ||
tag: 'howToSubmit', | ||
isDescriptionList: false, |
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.
set it to "true" will be better.
@Ritabear Well done! You've done a great job 👍 |
Update content in topics and howToSubmit.
Remove redundancy codes such as Steps, and unrelated links.
41bd9cb
to
86e0ff5
Compare
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.
LGTM!
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