Skip to content

Commit

Permalink
rename to tracking history
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyGrim committed Apr 21, 2024
1 parent bfb491f commit beba3ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can try the app at [yamtrack.fuzzygrim.com](https://yamtrack.fuzzygrim.com)
- Track movies, tv shows, anime, manga and games
- Track each season of a tv show individually and episodes watched
- Save score, status, progress, repeats (rewatches, rereads...), start and end dates, or write a note.
- Keep a record of each action with a media, such as when you added it, when you started it, when you started watching it again, etc.
- Keep a tracking history with each action with a media, such as when you added it, when you started it, when you started watching it again, etc.
- Docker support
- Multi-users support
- Import from [MyAnimeList](https://myanimelist.net/), [The Movie Database](https://www.themoviedb.org/) and [AniList](https://anilist.co/).
Expand Down
6 changes: 3 additions & 3 deletions src/templates/app/components/fill_history.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="modal-dialog modal-lg modal-dialog-centered modal-dialog-scrollable">
<div class="modal-content text-start">
<div class="modal-header">
<div class="modal-title fs-5">Change Logs</div>
<div class="modal-title fs-5">Tracking History</div>
<button type="button"
class="btn-close"
data-bs-dismiss="modal"
Expand All @@ -17,7 +17,7 @@
<table class="table table-hover">
<thead>
<tr>
<th>Log Date</th>
<th>Date</th>
<th>Changes Made</th>
<th class="text-center">Delete Log</th>
</tr>
Expand Down Expand Up @@ -59,7 +59,7 @@
</table>
</div>
{% else %}
<div>No changes found.</div>
<div>Not tracked yet.</div>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit beba3ea

Please sign in to comment.