-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Notices: separate views from logic, component refactor #888
Conversation
@johnHackworth , I heard that you did plugins. /calypso/client/my-sites/plugins/plugin-item/plugin-item.jsx:
/calypso/client/my-sites/plugins/plugin-meta/index.jsx:
|
What's the plan for notices that require an embed action then? are we going to have a different component for those cases? (sorry if I'm a little lost here, I didn't realize that this was already on development). ping @enejb and @lezama, you also want to be aware about this :) (hmmm, and probably @ebinnion & @roccotripaldi ? I know you are using notices in |
Not yet ported to components/notice
|
@scruffian how did you hit that one? It seems there's state pollution from |
I clicked through what I could,seems to work |
edf12c4
to
eb3ee3a
Compare
Notices: notices/notice, simplenotice -> components/notice in email-verification-notice.jsx Notices: notices/notice -> components/notice in map-domain-step Notices: notices/notice -> components/notice in register-domain-step Notices: notices/notice -> components/notice in signup-form Revert "Notices: notices/notice -> components/notice in signup-form" This reverts commit 8533f20. Notices: notices/notice -> components/notice in signup-form Notices: notices/notice -> components/notice in client/me Notices: notices/notice -> components/notice in client/my-sites Notices: notices/notice -> components/notice reader and signup
eb3ee3a
to
14924a9
Compare
🚢 |
On |
Notices: separate views from logic, component refactor
Work in progress...
<Notice>
will be the base notice component in Calypso.simple-notice.jsx
tocomponents/notice
.component/notice
.simple-notice
in the codebase.notices/notice
and updatenotices-list
to depend on the new component instead.