diff --git a/db/populateDefaults.ts b/db/populateDefaults.ts index 03fe1ce..f606731 100644 --- a/db/populateDefaults.ts +++ b/db/populateDefaults.ts @@ -27,6 +27,7 @@ const actions = [ 'btn-confirmDelEvent', 'btn-editEvent', 'btn-eeChangeAct', + 'btn-eeCustomAct', 'btn-eeChangeTime', 'btn-eeChangeDesc', 'btn-eeMakePublic', diff --git a/src/buttons/_index.ts b/src/buttons/_index.ts index 90aff03..5746124 100644 --- a/src/buttons/_index.ts +++ b/src/buttons/_index.ts @@ -18,6 +18,8 @@ import { applyDescriptionButton } from './live-event/applyDescription.ts'; import { applyDateTimeButton } from './live-event/applyDateTime.ts'; import { updateEventButton } from './live-event/updateEvent.ts'; import { toggleWLStatusButton } from './live-event/toggleWLStatus.ts'; +import { editActivityButton } from './live-event/editActivity.ts'; +import { editActivityCustomButton } from './live-event/editActivity-custom.ts'; export const buttons: Array