[WIP] multiple fixes (#8916)

* change quest banner backgrond

* itemRows in inventory

* use itemRows in inventory/items - showLess/showMore as default labels - extend white space if theres no button available

* hide popover if dragging is active - show dragging info on first click (without to move)

* use itemRows in inventory/stable

* fix some strings

* highlight currently dragging item in inventory/items - auto attach info on click - z-index

* fix shopItem label color

* fix floating npcs in banner

* hatched-pet-dialog in items / stable

* change all ctx to context
This commit is contained in:
negue
2017-08-08 03:04:46 +02:00
committed by Keith Holliday
parent 0b076311df
commit a380090013
16 changed files with 415 additions and 251 deletions

View File

@@ -87,8 +87,6 @@
:items="questItems(category, selectedSortItemsBy, searchTextThrottled, hideLocked, hidePinned)",
:itemWidth=94,
:itemMargin=24,
:showAllLabel="$t('showAllGeneric', { type: category.text })",
:showLessLabel="$t('showLessGeneric', { type: category.text })"
)
template(slot="item", scope="ctx")
shopItem(
@@ -275,7 +273,7 @@
height: 216px;
.background {
background: url('~assets/images/shops/quest_shop__banner_background_web.png');
background: url('~assets/images/shops/quest_shop_banner_background.png');
background-repeat: repeat-x;
@@ -298,13 +296,15 @@
}
.npc {
width: 100%;
position: absolute;
left: 0;
width: 100%;
height: 216px;
top: 0;
height: 100%;
background: url('~assets/images/shops/quest_shop__banner_web_iannpc.png');
background-repeat: no-repeat;
.featured-label {
position: absolute;
bottom: -14px;