-
- Downloads
CW: Enhanced DocumentBlock PDF viewer
Closes #2018 Merge request studip/studip!1321
Showing
- package.json 1 addition, 0 deletionspackage.json
- public/assets/images/icons/black/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/black/hand.svg
- public/assets/images/icons/blue/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/blue/hand.svg
- public/assets/images/icons/green/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/green/hand.svg
- public/assets/images/icons/grey/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/grey/hand.svg
- public/assets/images/icons/red/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/red/hand.svg
- public/assets/images/icons/white/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/white/hand.svg
- public/assets/images/icons/yellow/hand.svg 1 addition, 0 deletionspublic/assets/images/icons/yellow/hand.svg
- resources/assets/stylesheets/scss/courseware.scss 147 additions, 55 deletionsresources/assets/stylesheets/scss/courseware.scss
- resources/vue/components/courseware/CoursewareDocumentBlock.vue 592 additions, 89 deletions...ces/vue/components/courseware/CoursewareDocumentBlock.vue
- resources/vue/components/courseware/CoursewarePDFTableOfContent.vue 30 additions, 0 deletions...vue/components/courseware/CoursewarePDFTableOfContent.vue
... | ... | @@ -122,6 +122,7 @@ |
"typescript": "^5.0.2", | ||
"vrp-vue-resizable": "1.2.7", | ||
"vue": "^2.6.12", | ||
"vue-dragscroll": "^3.0.1", | ||
"vue-gettext": "^2.1.12", | ||
"vue-loader": "^15.9.8", | ||
"vue-router": "^3.5.1", | ||
... | ... |
public/assets/images/icons/black/hand.svg
0 → 100644
public/assets/images/icons/blue/hand.svg
0 → 100644
public/assets/images/icons/green/hand.svg
0 → 100644
public/assets/images/icons/grey/hand.svg
0 → 100644
public/assets/images/icons/red/hand.svg
0 → 100644
public/assets/images/icons/white/hand.svg
0 → 100644
public/assets/images/icons/yellow/hand.svg
0 → 100644
Please register or sign in to comment