From 88eb0ac0c1445d85b6ef71b3d21c282be6b77e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Mar 2026 13:55:38 +0400 Subject: [PATCH] WIP About section * Add fold-out sections for additional details * Use table for Open Source info, add licenses * Move link styles to CSS variables --- app/components/app-menu/about.gjs | 99 +++++++++++++++++++++++-------- app/components/place-details.gjs | 4 +- app/components/places-sidebar.gjs | 2 +- app/styles/app.css | 66 +++++++++++++++++---- 4 files changed, 130 insertions(+), 41 deletions(-) diff --git a/app/components/app-menu/about.gjs b/app/components/app-menu/about.gjs index 22d057d..4e395d6 100644 --- a/app/components/app-menu/about.gjs +++ b/app/components/app-menu/about.gjs @@ -14,7 +14,7 @@ import Icon from '#components/icon';