From 29ba229bc23d2019d2ee9829da7852f884ffa611 Mon Sep 17 00:00:00 2001 From: xeisenberg <94274140+xxeisenberg@users.noreply.github.com> Date: Tue, 27 May 2025 16:10:35 +0530 Subject: [PATCH] feat: improve job details interaction and accessibility - Enhanced job details toggle functionality by adding event listeners to job detail elements. - Updated job detail rows to use data attributes for better accessibility and maintainability. - Improved the rendering of file information with unique keys for each file entry. --- src/index.tsx | 107 +++++++++++++++++++++++++++++--------------------- 1 file changed, 62 insertions(+), 45 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index b132506..6514ed0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1169,7 +1169,9 @@ const app = new Elysia({ px-2 py-2 sm:px-4 `} - /> + > + Expand details +