habitica/views/app/alerts.html

60 lines
2.5 KiB
HTML
Raw Normal View History

<modals:>
<app:modals:modal modalId='new-stuff-modal' header="New Stuff">
<p class='new-stuff-word-bubble-container'>
<img src="/img/npcs/bailey.png" />
<div class="popover fade right in" style="top: 0px; left: 100px; display: block;">
<div class="arrow"></div>
<h3 class="popover-title">Bailey</h3>
<div class="popover-content"><a target="_blank" href="http://www.kickstarter.com/profile/mihakuu">Bailey</a> the Crier here! Announcing new stuff!</div>
</div>
</p>
<hr/>
<p>
<h4>3/27/2013</h4>
<ul>
<li>Drop system + pets overhaul (<a href="http://www.kickstarter.com/projects/lefnire/habitrpg-mobile/posts/439433">Blog Post</a> | <a href="https://trello.com/card/pets/50e5d3684fe3a7266b0036d6/166">Trello Card</a>)</li>
</ul>
<h4>3/21/2013</h4>
<ul>
<li><a href="https://github.com/lefnire/habitrpg/issues/585">More design tweaks to header & avatars</a></li>
</ul>
<h4>3/20/2013</h4>
<ul>
<li><a href="https://github.com/lefnire/habitrpg/issues/585">New Design</a></li>
<li><a href="https://trello.com/card/toggle-helm-visible/50e5d3684fe3a7266b0036d6/153">Toggle helm visible</a></li>
<li><a href="https://trello.com/card/toggle-header/50e5d3684fe3a7266b0036d6/241">Toggle Header</a></li>
<li><a href="https://trello.com/card/deletable-accounts/50e5d3684fe3a7266b0036d6/69">Deletable Accounts</a></li>
<li><a href="https://trello.com/card/undo-button/50e5d3684fe3a7266b0036d6/20">Undo Button</a></li>
</ul>
<h4>3/3/2013</h4>
<ul>
<li><a href="https://trello.com/card/custom-day-start/50e5d3684fe3a7266b0036d6/15">Add custom day start</a></li>
</ul>
</p>
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true" x-bind="click:closeNewStuff">Close</button>
</@footer>
</app:modals:modal>
<hiding-bailey:>
{#if equal(_user.flags.newStuff,'show')}
<img class='hiding-bailey' src="/img/npcs/bailey-face.png"
rel=tooltip title=Psst data-placement=top
data-toggle=modal data-target='#new-stuff-modal'
/>
2013-03-04 03:06:34 +00:00
{/}
2013-03-04 01:59:14 +00:00
<flash:>
{#if _flash.error}
<ul class="unstyled alert alert-error">
{#each _flash.error as :error}<li>{:error}</li>{/}
</ul>
{/}