Browse Source

Remove unused JavaScript file `index-wnwvj11w.js` from `dist` directory.

- Cleaned up the `app/web/dist/` directory by deleting an unreferenced and outdated build artifact.
- Maintained a lean and organized repository structure.
main
mleku 4 months ago
parent
commit
3e3af08644
No known key found for this signature in database
  1. 2
      app/web/dist/index-tha189jf.js
  2. 2
      app/web/dist/index.html
  3. 2
      app/web/src/App.jsx
  4. 2
      pkg/version/version

2
app/web/dist/index-wnwvj11w.js → app/web/dist/index-tha189jf.js vendored

File diff suppressed because one or more lines are too long

2
app/web/dist/index.html vendored

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nostr Relay</title> <title>Nostr Relay</title>
<link rel="stylesheet" crossorigin href="./index-q4cwd1fy.css"><script type="module" crossorigin src="./index-wnwvj11w.js"></script></head> <link rel="stylesheet" crossorigin href="./index-q4cwd1fy.css"><script type="module" crossorigin src="./index-tha189jf.js"></script></head>
<body> <body>
<script> <script>
// Apply system theme preference immediately to avoid flash of wrong theme // Apply system theme preference immediately to avoid flash of wrong theme

2
app/web/src/App.jsx

@ -917,7 +917,7 @@ function App() {
<div className="absolute inset-0 opacity-70 bg-cover bg-center" style={{ backgroundImage: `url(${profileData.banner})` }}></div> <div className="absolute inset-0 opacity-70 bg-cover bg-center" style={{ backgroundImage: `url(${profileData.banner})` }}></div>
)} )}
<div className="relative z-10 p-2 flex items-center h-full"> <div className="relative z-10 p-2 flex items-center h-full">
{profileData?.picture && <img src={profileData.picture} alt="User Avatar" className={`w-8 h-8 rounded-full object-cover border-2 ${getThemeClasses('border-white', 'border-gray-600')} mr-2 shadow box-border`} />} {profileData?.picture && <img src={profileData.picture} alt="User Avatar" className={`w-16 h-16 rounded-full object-cover border-2 ${getThemeClasses('border-white', 'border-gray-600')} mr-2 shadow box-border`} />}
<div className={getTextClass()}> <div className={getTextClass()}>
<div className="font-bold text-base block"> <div className="font-bold text-base block">
{profileData?.display_name || profileData?.name || user.pubkey.slice(0, 8)} {profileData?.display_name || profileData?.name || user.pubkey.slice(0, 8)}

2
pkg/version/version

@ -1 +1 @@
v0.6.2 v0.6.3
Loading…
Cancel
Save