This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1086 from dabeng/ie-list-view
feat(inline edit): add inline-edit in a list view
- Loading branch information
Showing
10 changed files
with
741 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
module.exports = [{ | ||
label: 'inline-edit-list-view', | ||
url: 'dist/tests/inline-edit-for-list-view.html', | ||
removeSelectors: ['.page-header + .alert'] | ||
}, { | ||
label: 'inline-edit-list-view-edit-item', | ||
url: 'dist/tests/inline-edit-for-list-view.html', | ||
removeSelectors: ['.page-header + .alert'], | ||
clickSelector: '.list-view-pf-create + .list-view-pf-editable .list-view-pf-edit' | ||
}, { | ||
label: 'inline-edit-list-view-create-item', | ||
url: 'dist/tests/inline-edit-for-list-view.html', | ||
removeSelectors: ['.page-header + .alert'], | ||
clickSelector: '#add-a-row' | ||
}] |
Binary file added
BIN
+111 KB
...ackstop_default_inline-edit-list-view-create-item_0_document_0_large-device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+100 KB
.../backstop_default_inline-edit-list-view-edit-item_0_document_0_large-device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+99.8 KB
..._reference/backstop_default_inline-edit-list-view_0_document_0_large-device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
tests/pages/_includes/widgets/list-view/list-view-page-inline-edit.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{% include widgets/layouts/navbar-primary.html %} | ||
{% include widgets/layouts/toolbar.html inlineEdit = true %} | ||
<div class="container-fluid"> | ||
{% include widgets/list-view/list-view-rows-inline-edit.html %} | ||
</div> |
Oops, something went wrong.