mirror of
https://github.com/markuryy/shark.git
synced 2025-12-12 19:51:01 +00:00
ui: settings button/route
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
forward: '/icons/rightarrow.png',
|
||||
play: '/icons/speaker.png',
|
||||
search: '/icons/internet.png',
|
||||
globe: '/icons/github-white.svg'
|
||||
globe: '/icons/github-white.svg',
|
||||
computer: '/icons/computer.png',
|
||||
};
|
||||
|
||||
let history: string[] = $state([]);
|
||||
@@ -72,6 +73,11 @@
|
||||
<img src={icons.search} alt="Search" />
|
||||
<span>Search</span>
|
||||
</button>
|
||||
|
||||
<a href="/settings" class="toolbar-button" title="Settings">
|
||||
<img src={icons.computer} alt="Settings" />
|
||||
<span>Settings</span>
|
||||
</a>
|
||||
|
||||
<div class="toolbar-separator"></div>
|
||||
|
||||
@@ -105,6 +111,7 @@
|
||||
cursor: pointer;
|
||||
color: light-dark(#222, #ddd);
|
||||
text-shadow: none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.toolbar-button:hover {
|
||||
|
||||
Reference in New Issue
Block a user