Skip to content

Commit

Permalink
More discreet file note.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Apr 9, 2024
1 parent 4a825ac commit df0b73f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/views/pages/changes/Files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@

<template>

<h2>Files</h2>
<h2>
Files
<span class="minor" title="Only 'interesting' files are watched here">*</span>
</h2>

<LoadingArea :loading="loading">
<span class="minor">Note: Only a specific list of files are watched here</span>

<h3>{{ compare.AddedFiles.length }} Added</h3>
<template v-for="file in compare.AddedFiles">
<FileItem :commitId="commitId" :file="file" />
Expand Down

0 comments on commit df0b73f

Please sign in to comment.