Refresh-Button neben Version in Header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e1860cbd99
commit
e3ad35fbc7
2 changed files with 24 additions and 0 deletions
|
|
@ -188,6 +188,13 @@ export default function App() {
|
|||
<span className="hub-download-label">Desktop App</span>
|
||||
</a>
|
||||
)}
|
||||
<button
|
||||
className="hub-refresh-btn"
|
||||
onClick={() => window.location.reload()}
|
||||
title="Seite neu laden"
|
||||
>
|
||||
{'\u{1F504}'}
|
||||
</button>
|
||||
<span
|
||||
className="hub-version hub-version-clickable"
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue