-
Notifications
You must be signed in to change notification settings - Fork 12
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
widget: menu widget #10
Conversation
I fixed the tests in that PR #12. After merge, the tests should be OK. |
e93b2b9
to
28398eb
Compare
Shall we uniformize commit messages with rero-ils ones? (Co-Authored-by instead of Signed-off-by) |
@jma Does this project follow the same commit messages best practices? 🙂 @AoNoOokami Oh, sorry, I didn't read your own comment on this very topic! |
import { Pipe, PipeTransform } from '@angular/core'; | ||
|
||
@Pipe({ | ||
name: 'callback' |
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 think "callback" is too generalistic, maybe callbackArrayFilter or something like that would be better. But the way to do it is very clean
@iGormilhit, @AoNoOokami Until now this project follow the SONAR git commit message convention. This will be update in a next PR to move to the new convention. |
* NEW Adds a new menu widget. * NEW Adds a new callback pipe to filer lists in templates. * BETTER Alert widget has been moved to the main component. * FIX The nav bar menu is responsive. Signed-off-by: Johnny Mariéthoz <johnny.mariethoz@rero.ch>
Signed-off-by: Johnny Mariéthoz johnny.mariethoz@rero.ch