Skip to content

Commit

Permalink
Fix semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Feb 23, 2022
1 parent 05a960a commit 353cd4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>
<p>No messages yet.<br />Be the first to send one. 😉</p>
</section>

<section id="rooms" mv-if="userId" class="[if(menu, visible)]">
<aside id="rooms" mv-if="userId" class="[if(menu, visible)]">
<h2>Rooms <button aria-label="Add room" title="Add room" mv-action="set(adding, true)" disabled="[adding]"></button></h2>

<ul mv-list mv-value="all_rooms.rooms">
Expand All @@ -62,7 +62,7 @@ <h2>Rooms <button aria-label="Add room" title="Add room" mv-action="set(adding,
<input type="submit" value="Add" disabled="[(name or '').trim() = '']" />
<input type="reset" value="Cancel" mv-action="set(name, '') & set(adding, false)" />
</form>
</section>
</aside>

<section mv-list="messages" mv-initial-items="0" mv-if="userId and count($this) > 0">
<article mv-list-item mv-mode="[mode or read]"
Expand Down

0 comments on commit 353cd4a

Please sign in to comment.