From f8b78e85e46e95d2fd275fb4b57d7a023deee740 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 12 Dec 2021 10:29:44 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(history)=20remove=20repo=20from=20?= =?UTF-8?q?history?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../history/components/LastVisited.vue | 48 +++++++++++++------ .../history/hooks/useLastVisitedRepos.hook.ts | 30 ++++++++++-- 2 files changed, 59 insertions(+), 19 deletions(-) diff --git a/src/modules/history/components/LastVisited.vue b/src/modules/history/components/LastVisited.vue index 79c7c65..4486b9a 100644 --- a/src/modules/history/components/LastVisited.vue +++ b/src/modules/history/components/LastVisited.vue @@ -1,18 +1,29 @@