stable

Clone or download

Read-only

New TLP skeleton implementation

Part of the story #12187: Configure workflow pre & post actions at target state level Change-Id: Ic81bef5a64d2657a546b6142911db289e1dbc871

Modified Files

Name
M plugins/document/scripts/document/components/Folder/FolderHeader.vue +2 −2 Go to diff View file
M plugins/document/themes/BurningParrot/document/_headers.scss +0 −1 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/PreConditionsSection.vue +30 −7 Go to diff View file
M plugins/tracker/www/scripts/workflow-transitions/src/components/TransitionModal/Skeletons/PostActionSkeleton.vue +3 −3 Go to diff View file
M src/www/scripts/vue-components/skeletons/SkeletonTable.vue +1 −1 Go to diff View file
D src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/example.html +0 −12 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/fields/example.html +17 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/fields/manifest.json +4 −0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/manifest.json +6 −2 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/tables/example.html +35 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/tables/manifest.json +3 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/typo/doc.html +1 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/typo/example.html +14 −0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/skeletons/typo/manifest.json +4 −0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_skeleton.scss +69 −58 Go to diff View file