summaryrefslogtreecommitdiff
path: root/app/views/votes
Commit message (Collapse)AuthorAgeFilesLines
* prevent users from being able to both upvote and downvoteArinde Eniola2016-04-091-1/+1
|
* Add "sprite" parameter to emoji_icon helperconnorshea2016-04-081-1/+1
| | | | | | | | | | | | | | | | | The emoji_icon helper used to display the award emoji in Issue and Merge Request views. By default the spritesheet is used, but passing `sprite: false` to the `emoji_icon` helper makes the emoji render as separate images. For award emoji displayed by default (e.g. thumbs-up, thumbs-down, and any that have been awarded to the issue/MR) the independent images are used. Only when the full emoji menu is opened does the full spritesheet load. On a normal issue this change decreases the page load by 670KB or 250KB depending on pixel density. Resolves #14334.
* Fix award emoji picker for relative_urlSandra Freihofer2016-04-011-0/+2
| | | | | MR !2888 caused a regression where the emoji picker does not load when using relative_url, because the path for the controller was hardcoded.
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
|
* Updated UI of award emojiPhil Hughes2016-03-111-19/+8
| | | | Closes #13878
* Load award emoji picker with ajax requestAnnabel Dunstone2016-02-181-9/+0
|
* Auto-focus emoji award search fieldPhil Hughes2016-01-291-1/+1
| | | | Closes #12621
* use JavaScript instead of CoffeeScript in Views, the reason #9819Jason Lee2016-01-111-14/+16
|
* add sorting of awardsValery Sizov2015-12-251-1/+1
|
* fixes after reviewValery Sizov2015-12-241-2/+2
|
* Merge branch 'emoji-picker-fix' into emoji-picker-searchValery Sizov2015-12-241-2/+2
|\
| * Emoji picker: better alias handlingValery Sizov2015-12-241-2/+2
| |
* | emoji picker searchValery Sizov2015-12-231-1/+2
|/
* improved emoji picker styleimprove_emoji_pickerValery Sizov2015-12-221-1/+1
|
* customize niceScrollValery Sizov2015-12-221-1/+1
|
* base implementation of emoji picker [ci skip]Valery Sizov2015-12-221-9/+21
|
* emoji aliases problemValery Sizov2015-12-111-1/+2
|
* adressing commentsValery Sizov2015-11-191-7/+7
|
* added spinach testsValery Sizov2015-11-191-18/+20
|
* Improve UI for emoji awardsDmitriy Zaporozhets2015-11-191-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* addressing commentsValery Sizov2015-11-191-5/+5
|
* improve styleValery Sizov2015-11-191-1/+2
|
* Emoji: fix image of emoji when it is submitted via commentValery Sizov2015-11-191-1/+0
|
* fixValery Sizov2015-11-191-10/+9
|
* Emoji: refactoringValery Sizov2015-11-191-1/+1
|
* award for merge requests[ci skip]Valery Sizov2015-11-191-7/+3
|
* add stats on hoverValery Sizov2015-11-191-1/+3
|
* replace emoji references from class name to data [ci skip]Valery Sizov2015-11-191-5/+5
|
* css improvementsValery Sizov2015-11-191-1/+1
|
* award emojiValery Sizov2015-11-192-19/+33
|
* Fix votes inline renderingDmitriy Zaporozhets2015-03-201-2/+2
|
* Make issue and merge request sidebar more compactupvotes-refactoringDmitriy Zaporozhets2015-03-201-5/+9
| | | | | * move votes block to participants * make smaller font in sidebar
* Fix votes block. twbs3 progress barsDmitriy Zaporozhets2014-01-011-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Redesign issues, mr listsDmitriy Zaporozhets2013-04-061-5/+8
|
* Extract displaying votes into partialsRiyad Preukschas2012-09-112-0/+12