stable
Clone or download
Read-only
Part of story #12635: Be able to start using new docman UI - font size is decreased to 14px - icon "shuffle" is added - spacing between table and link should be 20px - on empty/loading/error states, link should be at the bottom Change-Id: Ia35357375d27b5530982d03e959eb371720bf297
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/App.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/ChildFolder.vue | +4 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/LoadingError.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/EmptyState/PermissionError.vue | +1 | −1 | Go to diff View file |
A | plugins/document/scripts/document/components/Folder/FolderContainer.vue | +44 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderContent.vue | +16 | −20 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/FolderView.vue | +1 | −0 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/RootFolder.vue | +4 | −10 | Go to diff View file |
M | plugins/document/scripts/document/components/Folder/SwitchToOldUI.vue | +6 | −1 | Go to diff View file |
M | plugins/document/themes/BurningParrot/document/_document.scss | +21 | −2 | Go to diff View file |