From cec6c0452f89d8344e5e657ca7df7046fa5a5c92 Mon Sep 17 00:00:00 2001 From: Araozu Date: Sat, 2 Sep 2023 20:11:34 -0500 Subject: [PATCH] [FE] Display custom labels in register list --- .../src/certs/Registers/RegisterSidebar.tsx | 2 +- frontend/src/certs/Registers/index.tsx | 37 ++++++++++++++++--- frontend/src/icons/DownloadIcon.tsx | 13 ++++++- frontend/src/icons/DownloadSimpleIcon.tsx | 14 +++++++ frontend/src/index.css | 2 + frontend/tailwind.config.js | 1 + 6 files changed, 60 insertions(+), 9 deletions(-) create mode 100644 frontend/src/icons/DownloadSimpleIcon.tsx diff --git a/frontend/src/certs/Registers/RegisterSidebar.tsx b/frontend/src/certs/Registers/RegisterSidebar.tsx index f81be76..7fda9e1 100644 --- a/frontend/src/certs/Registers/RegisterSidebar.tsx +++ b/frontend/src/certs/Registers/RegisterSidebar.tsx @@ -47,7 +47,7 @@ export function RegisterSidebar(props: {register: Register, close: () => void, o Eliminar cert. -
+ */} +

{courseName()}

+

+ + {customLabel()} + +   +

{displayDate()}  -  {props.register.register_code}

+