Skip to content

Commit 89c1cfa

Browse files
committed
Version 0.2.0
1 parent dbb39ee commit 89c1cfa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-anon",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Track personal commit statistics without sharing company code",
55
"author": "3urobeat",
66
"license": "GPL-3.0",

pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Created Date: 2024-03-23 13:03:16
66
* Author: 3urobeat
77
*
8-
* Last Modified: 2024-04-07 15:29:40
8+
* Last Modified: 2024-04-11 15:10:44
99
* Modified By: 3urobeat
1010
*
1111
* Copyright (c) 2024 3urobeat <https://github.com/3urobeat>
@@ -155,7 +155,7 @@
155155
<div class="flex flex-col gap-y-0.5 ml-1">
156156
<span class="flex w-fit opacity-60 px-1 rounded-sm bg-slate-200">{{ selectedProject.name }}</span>
157157
<span class="flex w-fit opacity-60 px-1 rounded-sm bg-slate-200">{{ formatTime(historyPopupContent.timestamp, true) }}</span>
158-
<span class="w-fit opacity-60 px-1 rounded-sm bg-slate-200 whitespace-pre-wrap">{{ historyPopupContent.gitShow.replace(/\\n/, "<br>") }}</span>
158+
<span class="w-fit opacity-60 px-1 rounded-sm bg-slate-200 whitespace-pre-wrap">{{ historyPopupContent.gitShow }}</span>
159159
</div>
160160
</div>
161161

@@ -174,7 +174,7 @@
174174

175175

176176
<script setup lang="ts">
177-
import { PhCheck, PhCaretRight, PhCaretDown, PhX } from '@phosphor-icons/vue';
177+
import { PhCheck, PhCaretRight, PhCaretDown, PhX } from "@phosphor-icons/vue";
178178
import { type Project, type StoredProjects, type ProjectHistory, DetailType } from "../model/projects";
179179
180180

0 commit comments

Comments
 (0)