From 9e79ee6cc3e317dd07287bdcf11f29fa77280f19 Mon Sep 17 00:00:00 2001 From: Harits Syah Date: Sun, 30 Nov 2025 07:33:59 +0700 Subject: [PATCH 1/4] fix: Prevent HeaderView title and description selection on rapid Run/Interrupt/Reset taps. --- src/components/HeaderView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HeaderView.tsx b/src/components/HeaderView.tsx index 06a661a..c7c3f52 100644 --- a/src/components/HeaderView.tsx +++ b/src/components/HeaderView.tsx @@ -307,8 +307,8 @@ function HeaderViewComponent({ )} -
-

+
+

{name} {/* */} {/* */} From aed2fecebd51bb3f12c3b5b4265e3c1471065cde Mon Sep 17 00:00:00 2001 From: Harits Syah Date: Sun, 30 Nov 2025 07:41:28 +0700 Subject: [PATCH 2/4] fix: using canonical classes by tailwindCSS.lint.suggestCanonicalClasses --- src/AppContent.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/AppContent.tsx b/src/AppContent.tsx index 08bcaac..33a31c8 100644 --- a/src/AppContent.tsx +++ b/src/AppContent.tsx @@ -159,15 +159,15 @@ function AppContentInner() { />
-
+
setIsMuted(!isMuted)} /> {/* Introduction section */} -
+

Here are some interactive examples of TypeScript's beautiful{" "} - + {/* Multiple effect examples and callouts */} -

+
{appItems.map((item, index) => { const prevItem: AppItem | undefined = index > 0 ? appItems[index - 1] : undefined const showSectionHeader = @@ -201,7 +201,7 @@ function AppContentInner() {

-
+
{/* Footer */} -