Skip to content

Commit

Permalink
Merge branch 'main' into feat/2024-tutorial-talk
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh authored Jul 14, 2024
2 parents 26bb25f + 3dcb252 commit e5b04a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions i18n/events/overview.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default genI18nMessages({
speech: 'Speech',
podcast: 'Podcast',
activity: 'Activity',
post_event: 'Post-Event Activity',
},
},
'zh-hant': {
Expand Down Expand Up @@ -165,6 +166,7 @@ export default genI18nMessages({
speech: '大會演講',
podcast: '線上廣播',
activity: '會中活動',
post_event: '會後活動',
},
},
})
2 changes: 1 addition & 1 deletion pages/events/overview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {
eventInfos: [
{
tag: 'sprint',
eventTag: 'warmup',
eventTag: 'post_event',
tagColor: 'orange',
imgUrl: require('~/static/img/events/overview/sprint.png'),
imgAlt: 'Sprint',
Expand Down
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ export const state = () => ({
showSponsorPage: true,
showRegistrationPage: true,
showEventOverviewPage: true,
showEventsPage: false,
showEventsPage: true,
showConferencePage: true,
showVenuePage: true,
showProposalSystemPage: true,
showIndexSponsorSection: true,
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
Expand Down

0 comments on commit e5b04a8

Please sign in to comment.