Skip to content

Commit

Permalink
Merge pull request #550 from pycontw/feat/2024-tutorial-talk
Browse files Browse the repository at this point in the history
feat(speech): toggle talks and tutorials pages
  • Loading branch information
SivanYeh authored Jul 14, 2024
2 parents 3dcb252 + e5b04a8 commit fa2a2e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions i18n/conference/speeches.i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export default genI18nMessages({
title: 'Talks',
intro:
'The two conference days are packed with talks about Python by speakers' +
' from Taiwan and around the world. The talks will be either 15-, 30-,' +
' or 45-minute long. Three tracks of talks will be delivered simultaneously,' +
' all with different topics and difficulties. We suggest you to make a schedule' +
' beforehand, and choose what you want ot listen based on your interests.' +
' Many people take notes on the program schedule before the meeting so they don’t ' +
'run to wrong places.',
' from Taiwan and around the world. The talks will be either 15, 30,' +
' or 45 minutes long. Three tracks of talks will be delivered simultaneously,' +
' all with different topics and difficulties. We suggest you make a schedule' +
' beforehand, and choose what you want to listen based on your interests.' +
' Many people take notes on the program schedule before the meeting so they don’t' +
' run to the wrong places.',
categoryFilter: 'Category',
},
tutorials: {
Expand Down
4 changes: 2 additions & 2 deletions routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"/api/sponsors/jobs/": "/jobs",
"/api/events/keynotes/": "/keynotes",
"/api/events/speeches/\\?event_types=:event_type": "/speeches/?event_type=:event_type",
"/api/events/speeches/category/:category": "/speeches/?category=:category",
"/api/events/speeches/:event_type/:id": "/speeches/?event_type=:event_type&id=:id&singular=1",
"/api/events/schedule": "/schedules",
"/api/events/speeches/category/:category": "/speeches/?category=:category"
"/api/events/schedule": "/schedules"
}
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const state = () => ({
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: ['sprints', 'openSpaces'], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: ['talks', 'tutorials', 'panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
},
Expand Down

0 comments on commit fa2a2e1

Please sign in to comment.