feat: add basic stall details

This commit is contained in:
Vlad Stan 2023-03-02 13:31:42 +02:00
parent ac02337ad3
commit 6ff1997d36
4 changed files with 158 additions and 4 deletions

View file

@ -76,7 +76,7 @@
color="primary"
class="float-right"
>
<q-tooltip> Show Public or Private keys </q-tooltip>
<q-tooltip> Show Public and Private keys </q-tooltip>
</q-btn>
</div>
</div>
@ -115,6 +115,7 @@
</div>
</div>
{% endblock%}{% block scripts %} {{ window_vars(user) }}
<!-- todo: serve locally -->
<script src="https://unpkg.com/nostr-tools/lib/nostr.bundle.js"></script>
<script src="{{ url_for('nostrmarket_static', path='js/utils.js') }}"></script>