wip(app): settings
This commit is contained in:
parent
e521fee002
commit
8bcbfd6396
16 changed files with 563 additions and 44 deletions
12
packages/app/src/components/settings-keybinds.tsx
Normal file
12
packages/app/src/components/settings-keybinds.tsx
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { Component } from "solid-js"
|
||||
|
||||
export const SettingsKeybinds: Component = () => {
|
||||
return (
|
||||
<div class="flex flex-col h-full overflow-y-auto">
|
||||
<div class="flex flex-col gap-6 p-6 max-w-[600px]">
|
||||
<h2 class="text-16-medium text-text-strong">Shortcuts</h2>
|
||||
<p class="text-14-regular text-text-weak">Keyboard shortcuts will be configurable here.</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue