Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[Outreachy] Add All Posts Route /notes #8800
[Outreachy] Add All Posts Route /notes #8800
Changes from 17 commits
664723e
a6fa045
e8bab62
9831b37
a2c7a38
ae80358
d1cba80
0f400ec
86c46a7
a8a3a0d
182395f
8182db4
08a0809
9379cd5
88eebd8
011faea
5963fc5
6978a00
a532050
a27dddb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Trailing whitespace detected.
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.
Trailing whitespace detected.
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.
Trailing whitespace detected.
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.
The removal of this section is the one causing the tests to fail. Also I don't think we want to remove this sidebar...it gives access to recent wiki edits ... @RuthNjeri you might also want to add back the
set_sidebar
under index in the controller. what do you think?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.
Thanks @cesswairimu 😄
The removal of that section was part of this discussion with @jywarren where we replace it with the sort dropdown for the notes...
I think a user will still be able to access the recent wiki edits via the wiki section that will be linked on the notes page, I am working on this here, therefore, access to the recent edits won't be completely lost, just changed to another page....
I think this can also be open to further discussion before the PR is merged..
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.
Oh okay, my bad missed that, then I think we might need to rewrite that test or remove it