feat: Implement button creation utility and refactor UI components for improved readability

This commit is contained in:
GW_MC
2026-02-03 15:20:35 +08:00
parent f5fae825d6
commit 7bd230f591
5 changed files with 67 additions and 86 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include "main/ui/widgets/button.h"
#include "main/ui/widgets/textarea.h"