Commit Graph

30 Commits

Author SHA1 Message Date
Nicolò Maria Mezzopera
f836b82344 Add LICENSE 2021-04-15 09:28:38 +00:00
Nicolò Maria Mezzopera
39bbf79009 Merge branch 'move-to-toolbar' into 'master'
Move the icons to the comment toolbar of the textarea

See merge request conventionalcomments/conventional-comments-button!12
2021-02-12 07:19:46 +00:00
Robert Hunt
5b7ea782c4
Move the icons to the comment toolbar of the textarea
Moving the icons to the toolbar means they are always displayed for
easier use, as well as not getting in the way when you try to
continue editing longer text in the textarea

This change also updates the code to dynamically add these
buttons to any new textarea rather than waiting for the click

As a nice addition while restyling, it also now makes use of
the existing GitLab tooltips system
2021-02-11 16:24:33 +00:00
Nicolò Maria Mezzopera
289925d074 Merge branch 'fix-font-awesome-icons' into 'master'
feat: bundle and serve font awesome icons

See merge request conventionalcomments/conventional-comments-button!11
2020-08-03 07:34:47 +00:00
Nicolò Maria Mezzopera
1090a2b525
feat: bundle and serve font awesome icons 2020-08-03 09:33:23 +02:00
Nicolò Maria Mezzopera
b9ede0f234 Merge branch 'YellowGarbageBag-master-patch-88784' into 'master'
Gives the possibility to translate or modify the text.

See merge request conventionalcomments/conventional-comments-button!10
2020-08-03 06:53:41 +00:00
Steffen
3043614550 Gives the possibility to translate or modify the text. 2020-08-03 06:29:32 +00:00
Nicolò Maria Mezzopera
e4dca2c5c0 Merge branch 'updating_readme' into 'master'
updated README.md

See merge request conventionalcomments/conventional-comments-button!9
2020-07-14 08:32:10 +00:00
Vladislav Kopylov
82964e91b4 updated README.md 2020-07-13 12:01:12 +03:00
Nicolò Maria Mezzopera
36775ced93 Merge branch 'revert-2b7190ce' into 'master'
Revert "Merge branch 'vs-firefox-support' into 'master'"

Closes #2

See merge request conventionalcomments/conventional-comments-button!8
2020-06-05 15:50:25 +00:00
Robert Hunt
fa964ea857 Revert "Merge branch 'vs-firefox-support' into 'master'"
This reverts merge request !5
2020-06-05 14:21:47 +00:00
Nicolò Maria Mezzopera
6e82715afa Merge branch 'jakeburden-master-patch-95542' into 'master'
Update repo name in "How to install"

See merge request conventionalcomments/conventional-comments-button!6
2020-05-22 15:06:28 +00:00
Jake Burden
e5fb8ead21 Update repo name in "How to install" 2020-05-22 14:02:06 +00:00
Nicolò Maria Mezzopera
f564bc1cdc Merge branch 'change-behaviour-to-keep-existing-content' into 'master'
Change behaviour so it injects existing content rather than needing to overwrite

See merge request conventionalcomments/conventional-comments-button!4
2020-05-22 12:32:23 +00:00
Nicolò Maria Mezzopera
2b7190ce95 Merge branch 'vs-firefox-support' into 'master'
Add support for Mozilla Firefox

See merge request conventionalcomments/conventional-comments-button!5
2020-05-22 12:10:18 +00:00
Vitaly Slobodin
d4603bd910 Add support for Mozilla Firefox 2020-05-22 15:01:54 +03:00
Robert Hunt
962034baab
Change behaviour so it injects existing content rather than needing to overwrite 2020-05-22 12:44:35 +01:00
Nicolò Maria Mezzopera
c5d4814902 Merge branch 'add-support-for-normal-comment-box' into 'master'
Add support for normal comment boxes

See merge request conventionalcomments/conventional-comments-button!2
2020-05-22 11:19:29 +00:00
Robert Hunt
878d66b1b1
Add support for normal comment boxes 2020-05-22 12:11:12 +01:00
Nicolò Maria Mezzopera
4ea20c6ca5 Merge branch 'fix-url-in-manifest' into 'master'
Removed excess http:// in homepage URL in manifest.json

See merge request conventionalcomments/conventional-comments-button!1
2020-05-22 11:07:36 +00:00
Nicolò Maria Mezzopera
97424b07cb Merge branch 'support-firefox-via-extensions-api' into 'master'
Remove chrome specific code and make compatible with the cross-browser extensions API for Firefox support

See merge request conventionalcomments/conventional-comments-button!3
2020-05-22 11:07:12 +00:00
Robert Hunt
567534dcbd
Removed chrome specific wait for document complete
Replaced with extensions API `run_at` in the manifest.json

Updated README.md with Firefox instructions
2020-05-22 11:20:06 +01:00
Robert Hunt
173d20cb2c
Removed excess http:// 2020-05-22 11:11:40 +01:00
Nicolò Maria Mezzopera
96356fdd0b
Update project readme with demo and description 2020-05-22 11:01:49 +02:00
Nicolò Maria Mezzopera
5fe8ca78c1
Clean unused messages 2020-05-22 10:54:17 +02:00
Nicolò Maria Mezzopera
edf444aed8
Add same icon as homepage 2020-05-22 10:54:09 +02:00
Nicolò Maria Mezzopera
6ab00ba4a7
Rename extension to proper name 2020-05-22 10:53:47 +02:00
Nicolò Maria Mezzopera
e16445bd03
Button logic improvements
- prevent button to override written text
- refactor to use arrow functions
2020-05-22 10:34:42 +02:00
Nicolò Maria Mezzopera
6151c90d18
Make un-hovered button transparent 2020-05-22 10:34:18 +02:00
Nicolò Maria Mezzopera
5790b5d22e
feat: prototype 2020-05-06 11:52:05 +02:00