-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Fix integration search/sort form #1395
Fix integration search/sort form #1395
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1395 +/- ##
=======================================
Coverage 96.59% 96.59%
=======================================
Files 627 627
Lines 9162 9162
=======================================
Hits 8850 8850
Misses 312 312 Continue to review full report at Codecov.
|
aa6eb75
to
b694c65
Compare
b694c65
to
e4bfe73
Compare
e4bfe73
to
0ce13e4
Compare
0ce13e4
to
13625dc
Compare
13625dc
to
95663df
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.
Tested locally , working great
95663df
to
a105a64
Compare
8ab9b8f
to
140e086
Compare
140e086
to
c62ab62
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.
Tested locally, nice work!
This reverts commit 498d501.
I'm reverting the PR in the meantime #1555 |
Job #341: Bundle Size — 6.74MB (+0.02%).Changed metrics (2/10)
|
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
[ ] If your changes affects code, did your write the tests?npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)[ ] If you are adding a new features/services, did you run integration comparator? (npm run compare-translations
on front)[ ] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community for testing before merging.[ ] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)[ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See the GitHub repo and the website.[ ] Did you add fake requests data for the demo mode (front/src/config/demo.js
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change
Rework on integration actions, and make order direction works.
This can be tested directly in demo mode, in comparison with live demo mode.