-
Notifications
You must be signed in to change notification settings - Fork 2
Add Header Menu to Strapi #2290
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
bc16167 to
f3d8146
Compare
d37e8ac to
da76dfa
Compare
da76dfa to
c2c2565
Compare
c2c2565 to
da6421c
Compare
6ee9392 to
5a4560a
Compare
| stub_strapi_schema | ||
| end | ||
|
|
||
| it "should call SendInactivityEmailsJob.perform_now" do |
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.
Looks like this it block title needs updating
| @@ -0,0 +1,15 @@ | |||
| <ul class='cms-header-menu'> | |||
| <% @menu_items.each do | nav_item |%> | |||
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.
Quite possibly the most nit-picky comment in history... this do block and the one on line 9 are missing a space at the end
A-Wheeto
left a comment
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.
A couple of very minor comments, but LGTM!
ba2a8eb to
52565a9
Compare
Adding strapi header stub to all request and system tests. Fixing other test issues and adding testing for new header menu component Creating rake task to update local schema
Adding preview and extra testing
Adding testing for the header graphql query Fixing typo in the graphql query examples
6df1927 to
63f31a6
Compare
|



Status
Review progress:
What's changed?
Steps to perform after deploying to production
If the production environment requires any extra work after this PR has been deployed detail it here. This could be running a Rake task, migrating a DB table, or upgrading a Gem. That kind of thing.