From c7fd3cf53af326186b58e07ce816643b74c0be9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20A=C3=ADsa?= Date: Tue, 14 Nov 2023 17:25:58 +0100 Subject: [PATCH 01/52] [rdar://116401230] feat: working on UI changes --- src/components/DocumentationTopic.vue | 23 +++++ .../DocumentationTopic/DocumentationNav.vue | 99 ++++--------------- .../{DocumentationNav => }/Hierarchy.vue | 20 +++- .../HierarchyCollapsedItems.vue | 0 .../{DocumentationNav => }/HierarchyItem.vue | 0 src/components/NavBase.vue | 15 +-- .../Navigator/BaseNavigatorCard.vue | 31 ++---- src/styles/core/typography/_font-styles.scss | 2 +- src/views/DocumentationTopic.vue | 68 ++++++++++--- 9 files changed, 121 insertions(+), 137 deletions(-) rename src/components/DocumentationTopic/{DocumentationNav => }/Hierarchy.vue (94%) rename src/components/DocumentationTopic/{DocumentationNav => }/HierarchyCollapsedItems.vue (100%) rename src/components/DocumentationTopic/{DocumentationNav => }/HierarchyItem.vue (100%) diff --git a/src/components/DocumentationTopic.vue b/src/components/DocumentationTopic.vue index ae8c8bb48..28b841f18 100644 --- a/src/components/DocumentationTopic.vue +++ b/src/components/DocumentationTopic.vue @@ -30,6 +30,15 @@ +