mirror of
https://github.com/hoornet/vega.git
synced 2026-07-15 13:08:11 -07:00
Polish pass 7 — sentence case across profile, thread, follows, podcasts
- ProfileView: Cancel/Back, Edit profile, Zap, Follow/Unfollow, Mute/Unmute, Message, Notes/Articles/Media tab labels - ThreadView: Back, Retry, Reply/Posting…/Replied ✓; console.error → debug.error - ThreadNode: Reply/Posting…/Replied ✓ - FollowsView: Follow/Unfollow, Followers/Following tabs, Follows header - EpisodeList: Back, Loading episodes…, amber → zap theme token on V4V badge - AccountSwitcher: Login, Add account, Sign out, Remove - PodcastCard: + Subscribe / Subscribed
This commit is contained in:
@@ -76,7 +76,7 @@ export function AccountSwitcher() {
|
||||
onClick={() => setShowAddLogin(true)}
|
||||
className="w-full px-2 py-1.5 text-[11px] border border-border text-text-muted hover:text-accent hover:border-accent/40 transition-colors"
|
||||
>
|
||||
login
|
||||
Login
|
||||
</button>
|
||||
</div>
|
||||
{showAddLogin && <LoginModal onClose={() => setShowAddLogin(false)} />}
|
||||
@@ -116,7 +116,7 @@ export function AccountSwitcher() {
|
||||
className="w-full flex items-center gap-2 px-3 py-2 text-text-dim hover:text-accent hover:bg-bg-hover text-[11px] transition-colors"
|
||||
>
|
||||
<span className="w-6 text-center text-[12px]">+</span>
|
||||
<span>add account</span>
|
||||
<span>Add account</span>
|
||||
</button>
|
||||
|
||||
<div className="border-t border-border mx-3 my-1" />
|
||||
@@ -126,13 +126,13 @@ export function AccountSwitcher() {
|
||||
onClick={() => { setOpen(false); logout(); }}
|
||||
className="text-text-dim hover:text-danger text-[10px] transition-colors"
|
||||
>
|
||||
sign out
|
||||
Sign out
|
||||
</button>
|
||||
<button
|
||||
onClick={() => { setOpen(false); removeAccount(pubkey); }}
|
||||
className="text-text-dim hover:text-danger text-[10px] transition-colors"
|
||||
>
|
||||
remove
|
||||
Remove
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user