stable

Clone or download

Read-only

Convert Repository Display to TypeScript

This is part of request #17991 Convert Git Vue to TypeScript No technicals changes. Change-Id: I3879fc123dded04ccb7f9e6bce897b22273ff960

Modified Files

Name
M plugins/git/package-lock.json +12 −0 Go to diff View file
M plugins/git/package.json +2 −0 Go to diff View file
R plugins/git/scripts/repository/branch-tag-selector/po/fr.po Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/App.vue +25 −24 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +62 −61 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/RefsFilter.vue +17 −11 Go to diff View file
M plugins/git/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +67 −61 Go to diff View file
R plugins/git/scripts/repository/branch-tag-selector/src/helpers/encode-data.js Go to diff View file
R plugins/git/scripts/repository/branch-tag-selector/src/index.js Go to diff View file
A plugins/git/scripts/repository/branch-tag-selector/src/type.ts +38 −0 Go to diff View file
R plugins/git/scripts/repository/file/line-highlight.js Go to diff View file
R plugins/git/scripts/repository/file/syntax-highlight.js Go to diff View file
R plugins/git/scripts/repository/src/already-forked-modal.js Go to diff View file
R plugins/git/scripts/repository/src/branch-tag-selector.js Go to diff View file
R plugins/git/scripts/repository/src/copy-button.js Go to diff View file
R plugins/git/scripts/repository/src/index.js Go to diff View file
R plugins/git/scripts/repository/src/shortlog.js Go to diff View file
M plugins/git/webpack.common.js +3 −3 Go to diff View file