Added homebrew settings without action handling for now

This commit is contained in:
WBHarry 2025-06-20 01:36:03 +02:00
parent e38ebfab29
commit a65719b314
11 changed files with 478 additions and 5 deletions

View file

@ -0,0 +1,6 @@
<header class='settings-item-header'>
<img class='profile' src='{{this.img}}' data-action='editImage' data-edit='img' />
<div class='item-info'>
<h1 class='item-name'><input type='text' name='name' value='{{this.name}}' /></h1>
</div>
</header>