+ {/* CryptID dropdown - leftmost */}
+
+
+
- {/* Star board button */}
-
+
- {/* Settings gear button with dropdown */}
-
-
+ {/* Star board button */}
+
+
+
- {/* Settings dropdown */}
- {showSettingsDropdown && (
- <>
-
setShowSettingsDropdown(false)}
- />
-
- {/* Dark mode toggle */}
-
- {/* Help/Keyboard shortcuts button - rightmost */}
-
setShowShortcuts(!showShortcuts)}
- className="share-panel-btn"
- style={{
- background: showShortcuts ? 'var(--color-muted-2)' : 'none',
- border: 'none',
- padding: '6px',
- cursor: 'pointer',
- borderRadius: '6px',
- display: 'flex',
- alignItems: 'center',
- justifyContent: 'center',
- color: 'var(--color-text-1)',
- opacity: showShortcuts ? 1 : 0.7,
- transition: 'opacity 0.15s, background 0.15s',
- pointerEvents: 'all',
- zIndex: 10,
- }}
- onMouseEnter={(e) => {
- e.currentTarget.style.opacity = '1'
- e.currentTarget.style.background = 'var(--color-muted-2)'
- }}
- onMouseLeave={(e) => {
- if (!showShortcuts) {
- e.currentTarget.style.opacity = '0.7'
- e.currentTarget.style.background = 'none'
- }
- }}
- title="Keyboard shortcuts (?)"
- >
-
-
-
{/* Keyboard shortcuts panel */}
{showShortcuts && (
<>