12523bc3fa
Added new streaming encrypted video playback backend, but have not wired it up yet to DataExplorer double-click previews. Tweaked pLimit fetching to potentially improve overall load times in various locations. Re-Built portfolio wallet section and added fully featured wallet functionality, and accurate transaction details, re-worked viusal structure of wallets, should now be close to final version. Ensured the portfolios that are published by an account are fetched upon access, so that they can be loaded into display easily. Added multi-name selector for global publishing in the header Many additional tweaks and improvements - See Q-Deck for Q-Assets and Q-Deck Project Management for more completed tasks.
15 lines
426 B
HTML
15 lines
426 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="./Q-Assets-Logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Q-Assets</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
<script type="module" src="/sw-video-decrypt.js"></script>
|
|
</body>
|
|
</html>
|