From a2d9fe686cf60025a2383b86fa8c76532608a486 Mon Sep 17 00:00:00 2001 From: svyeh Date: Tue, 2 Jul 2024 18:12:33 +0800 Subject: [PATCH 1/3] feat(speech): toggle talks and tutorials pages --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index fc129a43e7..8a736c7924 100644 --- a/store/index.js +++ b/store/index.js @@ -27,7 +27,7 @@ export const state = () => ({ showIndexSecondaryBtn: true, aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct'] eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs'] - conferenceHideItems: ['talks', 'tutorials', 'panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion'] + conferenceHideItems: ['panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion'] registrationHideItems: [], // ['tickets', 'financialAid'] venueHideItems: [], // ['venueInfo', 'accommodation'] }, From ccb2e3c5ba4ac30754a07b5a83a27e93babe0237 Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Thu, 4 Jul 2024 17:17:45 +0800 Subject: [PATCH 2/3] fix: rearrange route sequence --- routes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes.json b/routes.json index 61a6aeeb12..9d52e03e3e 100644 --- a/routes.json +++ b/routes.json @@ -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" } From 26bb25f72acef2fccf74f41cd91af34d5a3444ed Mon Sep 17 00:00:00 2001 From: svyeh Date: Thu, 11 Jul 2024 21:55:09 +0800 Subject: [PATCH 3/3] fix(speech): intro in Talks fix(speech): intro in Talks fix(speech): intro in Talks --- i18n/conference/speeches.i18n.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/conference/speeches.i18n.js b/i18n/conference/speeches.i18n.js index e7044a742a..ba876f7d09 100644 --- a/i18n/conference/speeches.i18n.js +++ b/i18n/conference/speeches.i18n.js @@ -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: {