-
-
Notifications
You must be signed in to change notification settings - Fork 825
Add addons controlpanel #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@robgietema Could I get a sanity check on this today so that I can continue to work on during the flight home? |
src/reducers/addons/addons.js
Outdated
| loaded: false, | ||
| loading: true, | ||
| }; | ||
| case `${INSTALL_ADDON}_SUCCESS`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the INSTALL_ADDON also return the full updated list? If not then you need to split the SUCCESS cases for these 3 actions.
Pull Request Test Coverage Report for Build 2829
💛 - Coveralls |
|
@esteele do you plan to continue to work on this? I'd love to see this being merged. |
f3b3e41 to
dae53d8
Compare
|
@robgietema It's ready for merged in? |
|
@robgietema I think its done. Can you review please? |
* master: (183 commits) Add start-backend script to makefile. Add advanced customization docs Improve formatting of README Improve the README Back to development Release 1.7.0 Put image zooming into the right place. Fix image float/left right on image tile. Add missing points for document, update general docs org Back to development Release 1.6.1 Prepare for release Fix regression on position of the add tile button Remove debug dangling logging Fix post release back to development script, by adding semver.inc helper Fix version on back to development manually Back to development Release 1.6.0 add semantic classnames externally changelog ...
|
It should match the mockup: It needs a liftoff on the look and feel. This is the current state: A container needs to be added, match as much as possible with the mockup. |
# Conflicts: # src/components/index.js # src/components/manage/Tiles/HeroImageLeft/Edit.jsx # src/components/manage/Tiles/HeroImageLeft/Edit.test.jsx # src/components/manage/Tiles/HeroImageLeft/View.jsx # src/components/manage/Tiles/HeroImageLeft/View.test.jsx # src/components/manage/Tiles/HeroImageLeft/__snapshots__/Edit.test.jsx.snap # src/components/manage/Tiles/HeroImageLeft/__snapshots__/View.test.jsx.snap # src/components/manage/Tiles/Text/Edit.jsx # src/config/Tiles.jsx
…ardless of which list it’s in.
|
@esteele I just merge master here and run tests locally (which pass), and also did some tests with Volto. |
|
@iFlameing todo:
|
|
@iFlameing I think it's ready now. @tisto we need to release the addons branch first: then remove the branching in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am reviewing to particular file sorry!!! for this comment.
* master: Back to development Release 5.5.0 Prepare for release Add addons controlpanel (#297) cypress test for table block (#1243) Removing title field from dropdown in content view (#1447) Fix changelog updated image, hero and html block cypress test (#1254) Adding cypress test for sorting in folder-content based on create field (#1419) Adding expires Label (#1420) Adding word limit into text area. (#1418) internal: Update docs Back to development Release 5.4.0 Prepare for release Forward the images and files cache headers in Volto SSR passthrough (#1445) Bump jquery from 3.4.1 to 3.5.0 (#1439)
* master: (30 commits) Back to development Release 5.6.0 Prepare for release Loads the current object language on SSR (#1450) Add default `src` alias for addons detecting if there is a released o… (#1442) Back to development Release 5.5.0 Prepare for release Add addons controlpanel (#297) cypress test for table block (#1243) Removing title field from dropdown in content view (#1447) Fix changelog updated image, hero and html block cypress test (#1254) Adding cypress test for sorting in folder-content based on create field (#1419) Adding expires Label (#1420) Adding word limit into text area. (#1418) internal: Update docs Back to development Release 5.4.0 Prepare for release ...

Implement the addons control panel in Volto.
Refs #284.