Skip to content

Commit

Permalink
Update tests with new currency and stash tabs. Add some QoL fix.
Browse files Browse the repository at this point in the history
Currency and stash tabs has been improve in blight patch. More spot
are available and the background image has changed. Update tests to
check it's still well handled.
Update visibility filter when clicking the dropdown menu. It allow for
a fast refresh, instead of being force to swap between any filter.
Let the share/download button not masked by another element, except
the shop generation pop-in.
  • Loading branch information
axelberardino committed Sep 12, 2019
1 parent d4ffecf commit 5e6d4b9
Show file tree
Hide file tree
Showing 4 changed files with 680 additions and 596 deletions.
1 change: 1 addition & 0 deletions data/template/parts/style.css.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@
position: fixed;
right: 15px;
top: 10px;
z-index: 20;
}
.ribbon {
padding: 5px;
Expand Down
2 changes: 1 addition & 1 deletion data/template/profile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<input type="checkbox" id="merge" name="merge" checked="checked" onclick="onMergeChange(this)">
<label for="merge">Merge</label>
</span>
<select id="highlight" class="dropdown" onchange="highlightItems(this.value)">
<select id="highlight" class="dropdown" onchange="highlightItems(this.value)" onclick="highlightItems(this.value)">
<option value="all" selected="selected">Show all</option>
<option value="sell">Show price items</option>
<option value="noprice">Show no price set</option>
Expand Down
Loading

0 comments on commit 5e6d4b9

Please sign in to comment.