refactor(ui): standardize button types and migrate file operations to V3 Action API
This commit is contained in:
@@ -214,7 +214,7 @@
|
||||
flex flex-row gap-1 items-center justify-center
|
||||
"
|
||||
>
|
||||
<button
|
||||
<button type="button"
|
||||
onclick={() => {
|
||||
if ($events_loc.launcher.show_content__hidden_files) {
|
||||
$events_loc.launcher.show_content__hidden_files = false;
|
||||
@@ -242,7 +242,7 @@
|
||||
All Files
|
||||
{/if}
|
||||
</button>
|
||||
<button
|
||||
<button type="button"
|
||||
onclick={() => {
|
||||
$events_loc.launcher.show_content__hidden_sessions =
|
||||
!$events_loc.launcher.show_content__hidden_sessions;
|
||||
|
||||
Reference in New Issue
Block a user