Skip to content

Commit

Permalink
Merge pull request #541 from pycontw/feat/jobs-2024
Browse files Browse the repository at this point in the history
feat(events/jobs): toggle job lists
  • Loading branch information
SivanYeh authored Jul 13, 2024
2 parents e02b015 + 4f9e2a9 commit 3dcb252
Showing 1 changed file with 2 additions and 2 deletions.
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: ['talks', 'tutorials', 'panelDiscussion'], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
registrationHideItems: [], // ['tickets', 'financialAid']
venueHideItems: [], // ['venueInfo', 'accommodation']
Expand Down

0 comments on commit 3dcb252

Please sign in to comment.