Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@planningcenter/doxy-web

Package Overview
Dependencies
Maintainers
12
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@planningcenter/doxy-web - npm Package Compare versions

Comparing version 1.16.0-rc.0 to 1.16.0-rc.1

2

package.json
{
"name": "@planningcenter/doxy-web",
"version": "1.16.0-rc.0",
"version": "1.16.0-rc.1",
"description": "Doxy for Church Center Web",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -35,15 +35,2 @@ # doxy-web

#### "Sandbox" Development Environment:
Provides another local testing/development environment where multiple UI elements/components can be viewed simultaneously. This is especially useful for making new CSS changes because you can see multiple instances of the UI states vs. in Storybook, where you can only toggle 1 state at a time...
1. Run `yarn sandbox` (parallel command for `yarn develop:yalc` & `cd sandbox && yarn start`)
2. Follow `localhost` link in terminal to view local Parcel app
**To add new views:**
1. Add a contextually-named component to `sandbox/src/pages` directory and export from [`pages/index.js`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/pages/index.js)
2. Import page/component to [`src/App.jsx`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/App.jsx) and add to [`<Router />`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/App.jsx#L35) with path
3. Add corresponding `<Link />` to [`src/components/Sidebar.jsx`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/components/Sidebar.jsx#L60)
## Contributing

@@ -50,0 +37,0 @@ - New versions to `@planningcenter/doxy-web` are made using a "batched" process by deploying changes to NPM from `main`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc