You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
718 B
12 lines
718 B
<data-menu categories=input.categories selected=(input.selected || {}) user=input.user on-open("open") />
|
|
<main>
|
|
<div class="changes-page">
|
|
<h1 class="color-primary">Changes</h1>
|
|
<p>All changes to <em>listed</em> resources is stored for 90 days for transparency reasons. The current state of an object after each change exists, but is only available through the GraphQL API at this time.</p>
|
|
<for (change in input.changes)>
|
|
<change data=change />
|
|
</for>
|
|
</div>
|
|
</main>
|
|
<add-character-modal enabled=(state.modal === "character.add") user=input.user on-added("characterAdded") on-close("close") />
|
|
<add-channel-modal enabled=(state.modal === "channel.add") user=input.user on-close("close") />
|