@openeventkit/event-site 1.0.7 → 1.0.10
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/gatsby-config.js +4 -3
- package/gatsby-node.js +123 -94
- package/package.json +2 -3
- package/src/components/Layout.js +2 -2
- package/src/components/LoginButton.js +12 -7
- package/src/components/Navbar/index.js +6 -4
- package/src/components/Navbar/template.js +0 -2
- package/src/components/RegistrationLiteComponent.js +19 -14
- package/.netlify/plugins/package-lock.json +0 -2520
- package/.netlify/plugins/package.json +0 -12
- package/src/components/Header.js +0 -34
- package/src/data/events.idx.json +0 -1
- package/src/data/events.json +0 -1
- package/src/data/speakers.idx.json +0 -1
- package/src/data/speakers.json +0 -1
- package/src/data/summit.json +0 -1
- package/src/data/voteable-presentations.json +0 -1
- package/yarn-error.log +0 -18082
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "netlify-local-plugins",
|
|
3
|
-
"description": "This directory contains Build plugins that have been automatically installed by Netlify.",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"private": true,
|
|
6
|
-
"author": "Netlify",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"@netlify/plugin-gatsby": "3.6.0",
|
|
10
|
-
"netlify-plugin-gatsby-cache": "0.3.0"
|
|
11
|
-
}
|
|
12
|
-
}
|
package/src/components/Header.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { connect } from "react-redux";
|
|
3
|
-
import Navbar from './Navbar';
|
|
4
|
-
|
|
5
|
-
const Header = ({
|
|
6
|
-
location,
|
|
7
|
-
summit,
|
|
8
|
-
isLoggedUser,
|
|
9
|
-
idpProfile,
|
|
10
|
-
idpLoading
|
|
11
|
-
}) => (
|
|
12
|
-
<header>
|
|
13
|
-
<Navbar
|
|
14
|
-
isLoggedUser={isLoggedUser}
|
|
15
|
-
idpProfile={idpProfile}
|
|
16
|
-
idpLoading={idpLoading}
|
|
17
|
-
location={location}
|
|
18
|
-
logo={summit?.logo}
|
|
19
|
-
/>
|
|
20
|
-
</header>
|
|
21
|
-
);
|
|
22
|
-
|
|
23
|
-
const mapStateToProps = ({
|
|
24
|
-
summitState,
|
|
25
|
-
loggedUserState,
|
|
26
|
-
userState
|
|
27
|
-
}) => ({
|
|
28
|
-
summit: summitState.summit,
|
|
29
|
-
isLoggedUser: loggedUserState.isLoggedUser,
|
|
30
|
-
idpProfile: userState.idpProfile,
|
|
31
|
-
idpLoading: userState.loadingIDP
|
|
32
|
-
})
|
|
33
|
-
|
|
34
|
-
export default connect(mapStateToProps)(Header);
|
package/src/data/events.idx.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"616":0,"617":8,"623":3,"624":1,"625":5,"626":2,"633":6,"634":7,"635":4,"730":9,"731":18,"732":27,"733":17,"734":26,"735":35,"736":12,"737":21,"738":30,"739":10,"740":19,"741":28,"742":13,"743":23,"744":32,"745":11,"746":20,"747":29,"748":14,"749":24,"750":33,"751":15,"752":25,"753":34,"754":16,"755":22,"756":31}
|