@openeventkit/event-site 2.0.124-beta.1 → 2.0.124-beta.3
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openeventkit/event-site",
|
|
3
3
|
"description": "Event Site",
|
|
4
|
-
"version": "2.0.124-beta.
|
|
4
|
+
"version": "2.0.124-beta.3",
|
|
5
5
|
"author": "Tipit LLC",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@vimeo/player": "^2.16.3",
|
|
29
29
|
"ably": "^1.2.34",
|
|
30
30
|
"assert": "^2.1.0",
|
|
31
|
-
"attendee-to-attendee-widget": "3.1.1-beta.
|
|
31
|
+
"attendee-to-attendee-widget": "3.1.1-beta.30",
|
|
32
32
|
"autoprefixer": "10.4.14",
|
|
33
33
|
"awesome-bootstrap-checkbox": "^1.0.1",
|
|
34
34
|
"axios": "^0.19.2",
|
|
@@ -440,21 +440,29 @@ export const FullProfilePageTemplate = ({ user, getIDPProfile, updateProfile, up
|
|
|
440
440
|
</div>
|
|
441
441
|
</div>
|
|
442
442
|
</div>
|
|
443
|
+
<div className={`columns is-mobile`}>
|
|
444
|
+
<div className={`column is-full`}>
|
|
445
|
+
<span>
|
|
446
|
+
By electing to show your information you are indicating that other attendees at the
|
|
447
|
+
event(s) you are registered for will be able to see this information.
|
|
448
|
+
</span>
|
|
449
|
+
</div>
|
|
450
|
+
</div>
|
|
443
451
|
<div className={`columns is-mobile`}>
|
|
444
452
|
<div className={`column is-half`}>
|
|
445
453
|
<label className={styles.checkbox}>
|
|
446
454
|
<input type="checkbox" checked={showFullName} onChange={e => setShowFullName(e.target.checked)} />
|
|
447
|
-
Show full name
|
|
455
|
+
Show full name (first name is always shown)
|
|
448
456
|
</label>
|
|
449
457
|
<br />
|
|
450
458
|
<label className={styles.checkbox}>
|
|
451
459
|
<input type="checkbox" checked={showEmail} onChange={e => setShowEmail(e.target.checked)} />
|
|
452
|
-
Show email
|
|
460
|
+
Show email
|
|
453
461
|
</label>
|
|
454
462
|
<br />
|
|
455
463
|
<label className={styles.checkbox}>
|
|
456
464
|
<input type="checkbox" checked={showTelephone} onChange={e => setShowTelephone(e.target.checked)} />
|
|
457
|
-
Show telephone number
|
|
465
|
+
Show telephone number
|
|
458
466
|
</label>
|
|
459
467
|
<br />
|
|
460
468
|
<label className={styles.checkbox}>
|
|
@@ -465,17 +473,17 @@ export const FullProfilePageTemplate = ({ user, getIDPProfile, updateProfile, up
|
|
|
465
473
|
<div className={`column is-half`}>
|
|
466
474
|
<label className={styles.checkbox}>
|
|
467
475
|
<input type="checkbox" checked={showPicture} onChange={e => setShowPicture(e.target.checked)} />
|
|
468
|
-
Show picture
|
|
476
|
+
Show picture
|
|
469
477
|
</label>
|
|
470
478
|
<br />
|
|
471
479
|
<label className={styles.checkbox}>
|
|
472
480
|
<input type="checkbox" checked={showBio} onChange={e => setShowBio(e.target.checked)} />
|
|
473
|
-
Show bio
|
|
481
|
+
Show bio
|
|
474
482
|
</label>
|
|
475
483
|
<br />
|
|
476
484
|
<label className={styles.checkbox}>
|
|
477
485
|
<input type="checkbox" checked={showSocialMedia} onChange={e => setShowSocialMedia(e.target.checked)} />
|
|
478
|
-
Show social media info
|
|
486
|
+
Show social media info
|
|
479
487
|
</label>
|
|
480
488
|
</div>
|
|
481
489
|
</div>
|
|
@@ -644,7 +652,7 @@ export const FullProfilePageTemplate = ({ user, getIDPProfile, updateProfile, up
|
|
|
644
652
|
closePopup={() => handleTogglePopup(!showProfile)}
|
|
645
653
|
/>
|
|
646
654
|
}
|
|
647
|
-
<AccessTracker/>
|
|
655
|
+
<AccessTracker />
|
|
648
656
|
</React.Fragment>
|
|
649
657
|
)
|
|
650
658
|
};
|