summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/components/commit_sidebar/message_field.vue
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in commit message help popoveride-highlighter-type-foxPhil Hughes2018-06-011-1/+1
| | | Closes #47060
* Replace help-block with form-text.text-mutedClement Ho2018-05-291-1/+1
|
* changed data into a array of objectsPhil Hughes2018-04-171-8/+11
| | | | | this saves a load of computational stuff happening in the template the data the template recieves is the data that should be rendered
* updates to componentPhil Hughes2018-04-161-14/+17
|
* added specs to message_field.vuePhil Hughes2018-04-161-3/+9
|
* Improve web IDE commit inputPhil Hughes2018-04-161-0/+118
Improves the web IDE commit message imput by highlighting any characters on the first line after 50 & every other line after 72 Closes #44832