From 03e073d4f0d41fe2127c627473489ffcaa1dea21 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 21 Jun 2020 18:42:19 +0200 Subject: [PATCH] feat: git memo Signed-off-by: Corentin Thomasset --- CHANGELOG.md | 1 + src/components/MemoViewer.vue | 2 +- src/routes/tools/GitMemo.vue | 177 ++++++++++++++++++++-------------- 3 files changed, 105 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b8fd2da..2c33421c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Next - [ui] condensed + colored sidenav +- [feat] added [git memo](/#/git-memo) ## 1.3.0 - [fix] [GithubContributors] ordered contributors by contribution count diff --git a/src/components/MemoViewer.vue b/src/components/MemoViewer.vue index a378f6fe..c8242a57 100644 --- a/src/components/MemoViewer.vue +++ b/src/components/MemoViewer.vue @@ -38,7 +38,7 @@