-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: user can select a facet value eg category which is not yet displayed - fixes #125 #134
feat: user can select a facet value eg category which is not yet displayed - fixes #125 #134
Conversation
80d0deb
to
2dbc6ea
Compare
be854c2
to
8319f42
Compare
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.
@Kout95, first thanks for this great PR.
Sorry I don't have the time to really review right know. I did a small test and found some problems.
82e60c4
to
be33d4f
Compare
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.
@Kout95, I leave my code review here for now, because I would like to have far more documentation (sorry but I find it painful to read as is).
At least document each method that is more than 3 lines long, always with the what (very short) and the why.
Thank you.
01d26ac
to
3c732d4
Compare
8980e2d
to
a0a8174
Compare
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 for the great work and refactoring.
Still some suggestions to accpet and some issues to fix.
* A mixin class for debouncing function calls. | ||
* It extends the LitElement class and adds debouncing functionality. | ||
* It is used to prevent a function from being called multiple times in a short period of time. | ||
* It is usefull to avoid multiple calls to a function when the user is typing in an input field. |
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.
Great comment :-)
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
Co-authored-by: Alex Garel <[email protected]>
626f7cb
to
9ed4e4b
Compare
bfc0dc2
to
67c6fc7
Compare
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.
Thank you @Kout95, let's merge !
frontend/src/icons/cross.ts
Outdated
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.
Cool.
frontend/src/utils/enums.ts
Outdated
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 for moving.
What
Screenshot
Fix
Part of