-
Notifications
You must be signed in to change notification settings - Fork 40
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
Placeholder for empty fields #434
Conversation
Generated by E2E-Test |
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.
Good work.
Suggestions
- Create an own file called emptyStates where all empty states are saved. import it as emptyStates and get e.g. nodes with emptyStates.nodes or emptyStates.workflowitemList.
- Maybe you find a way to include images or icons/thumbnails in the empty states like material design suggests. (https://material.io/design/communication/empty-states.html#)
504976f
to
068b610
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.
The images and text messages "not be found" shouldn't be visible if the elements are not fetched yet.
3a3ed8c
to
6d2e019
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.
organize imports
125ec1c
to
17f0082
Compare
456f768
to
a87d663
Compare
db6d016
to
5c41bd5
Compare
6539d3d
to
7b72b22
Compare
In tables and fields you can see images and small text messages when there is no data being fetched. Thus the users know why there is no data displayed. To make the code more efficient the function splitNodes splits the nodes for new organization request and existing organization requests. When reloading the page, no content is visible until data or empty state is fetched.
118b124
to
3076697
Compare
- After adding an image for a placeholder, the test couldn't find a button to click on anymore, so a force command solved the issue. - In timestamp_spec.js a div couldn't be found because it was nested, now the actual list is being forwarded. - Fixed project_analytics_spec.js and subproject_edit_spec.js,...
3076697
to
646e4d3
Compare
Closes #31