mirror of
https://github.com/dergigi/boris.git
synced 2026-01-06 16:34:45 +01:00
- Add userPublicKey state to App component - Pass public key from Login to App to Bookmarks - Display formatted public key in bookmarks header - Show 'Logged in as: abc12345...xyz67890' format - Update header layout to accommodate user info - Add styling for user info display - Improve login success feedback for users
16 lines
471 B
HTML
16 lines
471 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Markr - Nostr Bookmarks</title>
|
|
<script type="module" crossorigin src="/assets/index-Cnm-Nmlg.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-D18sZheu.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|
|
|