@openeventkit/event-site 2.1.43 → 2.1.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/CLAUDE.md +7 -1
- package/package.json +1 -1
- package/src/components/Certificates/settings.js +1 -3
- package/src/components/FullSchedule.js +1 -1
- package/src/content/site-settings/index.json +1 -1
- package/src/data/events.json +1 -1
- package/src/data/summit.json +1 -1
- package/src/utils/useMarketingSettings.js +0 -4
package/.claude/CLAUDE.md
CHANGED
|
@@ -104,7 +104,13 @@ This package is published to npm as `@openeventkit/event-site` and used as a the
|
|
|
104
104
|
|
|
105
105
|
- "Tasks" = ClickUp tasks (not GitHub)
|
|
106
106
|
|
|
107
|
-
## ClickUp
|
|
107
|
+
## ClickUp Integration
|
|
108
|
+
|
|
109
|
+
- **Always prefer MCP tools** (`mcp__clickup__*`) over direct API calls
|
|
110
|
+
- Only use ClickUp API directly when MCP tools don't support the needed functionality
|
|
111
|
+
- **Tagging users in comments requires API** - MCP `clickup_create_task_comment` doesn't support structured tags
|
|
112
|
+
|
|
113
|
+
## ClickUp Comment Mentions (API Required)
|
|
108
114
|
|
|
109
115
|
To tag users in ClickUp comments via API, use structured JSON format (not plain `@user_id`):
|
|
110
116
|
|
package/package.json
CHANGED
|
@@ -16,9 +16,7 @@ export const useCertificateSettings = (siteFont = null) => {
|
|
|
16
16
|
height: MARKETING_SETTINGS_KEYS.certificateHeight,
|
|
17
17
|
width: MARKETING_SETTINGS_KEYS.certificateWidth,
|
|
18
18
|
mainColor: MARKETING_SETTINGS_KEYS.certificateMainColor,
|
|
19
|
-
logo: MARKETING_SETTINGS_KEYS.
|
|
20
|
-
logoWidth: MARKETING_SETTINGS_KEYS.certificateLogoWidth,
|
|
21
|
-
logoHeight: MARKETING_SETTINGS_KEYS.certificateLogoHeight,
|
|
19
|
+
logo: MARKETING_SETTINGS_KEYS.printLogo,
|
|
22
20
|
titleText: MARKETING_SETTINGS_KEYS.certificateTitleText,
|
|
23
21
|
attendeeTitleText: MARKETING_SETTINGS_KEYS.certificateAttendeeTitleText,
|
|
24
22
|
speakerTitleText: MARKETING_SETTINGS_KEYS.certificateSpeakerTitleText,
|
|
@@ -36,7 +36,7 @@ const FullSchedule = ({
|
|
|
36
36
|
}) => {
|
|
37
37
|
const {getSettingByKey} = useMarketingSettings();
|
|
38
38
|
const defaultImage = getSettingByKey(MARKETING_SETTINGS_KEYS.scheduleDefaultImage);
|
|
39
|
-
const summitLogoPrint = getSettingByKey(MARKETING_SETTINGS_KEYS.
|
|
39
|
+
const summitLogoPrint = getSettingByKey(MARKETING_SETTINGS_KEYS.printLogo);
|
|
40
40
|
const componentProps = {
|
|
41
41
|
title: "Schedule",
|
|
42
42
|
summit,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"favicon":{"asset":"icon.png"},"widgets":{"chat":{"enabled":true,"showQA":false,"showHelp":false,"defaultScope":"page"},"schedule":{"allowClick":true}},"identityProviderButtons":[{"buttonColor":"#082238","providerLabel":"Continue with FNid","providerLogo":"logo_fn.svg","providerLogoSize":27},{"buttonColor":"#0A66C2","providerLabel":"Sign in with LinkedIn","providerParam":"linkedin","providerLogo":"logo_linkedin.svg","providerLogoSize":18},{"buttonColor":"#000000","providerLabel":"Sign in with Apple","providerParam":"apple","providerLogoSize":17,"providerLogo":"logo_apple.svg"},{"buttonColor":"#1877F2","providerLabel":"Login with Facebook","providerParam":"facebook","providerLogo":"logo_facebook.svg","providerLogoSize":20}],"maintenanceMode":{"enabled":false,"title":"Site under maintenance","subtitle":"Please reload page shortly"},"staticJsonFilesBuildTime":[{"file":"src/data/summit.json","build_time":
|
|
1
|
+
{"favicon":{"asset":"icon.png"},"widgets":{"chat":{"enabled":true,"showQA":false,"showHelp":false,"defaultScope":"page"},"schedule":{"allowClick":true}},"identityProviderButtons":[{"buttonColor":"#082238","providerLabel":"Continue with FNid","providerLogo":"logo_fn.svg","providerLogoSize":27},{"buttonColor":"#0A66C2","providerLabel":"Sign in with LinkedIn","providerParam":"linkedin","providerLogo":"logo_linkedin.svg","providerLogoSize":18},{"buttonColor":"#000000","providerLabel":"Sign in with Apple","providerParam":"apple","providerLogoSize":17,"providerLogo":"logo_apple.svg"},{"buttonColor":"#1877F2","providerLabel":"Login with Facebook","providerParam":"facebook","providerLogo":"logo_facebook.svg","providerLogoSize":20}],"maintenanceMode":{"enabled":false,"title":"Site under maintenance","subtitle":"Please reload page shortly"},"staticJsonFilesBuildTime":[{"file":"src/data/summit.json","build_time":1769896703545},{"file":"src/data/events.json","build_time":1769896705055},{"file":"src/data/events.idx.json","build_time":1769896705063},{"file":"src/data/speakers.json","build_time":1769896705665},{"file":"src/data/speakers.idx.json","build_time":1769896705667},{"file":"src/content/sponsors.json","build_time":1769896708218},{"file":"src/data/voteable-presentations.json","build_time":1769896708580}],"lastBuild":1769896708581}
|