shortlist-digital / agreable-venues-plugin
Wordpress plugin for Shortlist Media.
Installs: 991
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 12
Forks: 1
Open Issues: 0
Language:JavaScript
Type:wordpress-plugin
Requires
- guzzlehttp/guzzle: ~6.0
- illuminate/container: ~5.1.0
- shortlist-digital/herbert-framework: ~1.0
- dev-master
- 4.0.2
- 4.0.1
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 0.1.8
- 0.1.7
- 0.1.6
- v0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-bugfix/check-box-not-saved
- dev-develop
- dev-fix/recursive-venue-request
- dev-nbd-2017-updates
- dev-tag-filter
- dev-fix-load-brands-performance
- dev-bugfix/navigation-rendering
- dev-update-to-component-export
- dev-feature/kitchin-update
- dev-tapestry-integration-updates
- dev-updated-styles
- dev-outdated-browser-msg
- dev-overflow-svgs
- dev-venue-panel-styling
- dev-search-behaviour-position
- dev-markers
- dev-close-venue
- dev-configurable-brand
- dev-styling
- dev-configurabletiles
- dev-filtering-queries
- dev-venues-layout
- dev-reducer-refactor
This package is not auto-updated.
Last update: 2024-11-07 00:43:05 UTC
README
Development of React/Redux App
npm start
will install dependencies and open a browser window ready to go.
Plugin for displaying venues on a map powered by a Parse database.
Dependencies
Assumes presence of:
- Timber
- Advanced Custom Fields
Built with
- Herbert to make WP plugins friendly.
- Parse as our DB.
- LeafletJS for maps.
- React for JS views.
- Redux for JS state.
- webpack for build
Inline SVGs
Using svg-inline-loader and svg-inline-react.
Implementation example:
<InlineSVG src={require('!svg-inline!../../icons/facebook.svg')} />
The prefixed bang (!
) is necessary. Explained here.