Now files from repo are cached to be quickly retrieved even offline

This commit is contained in:
Julien Calixte
2024-07-19 20:05:42 +02:00
parent 277db96fcd
commit 15296b8832
3 changed files with 37 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
export enum DataType {
GithubAccessToken = 'GithubAccessToken',
FavoriteRepo = 'FavoriteRepo',
SavedRepo = 'SavedRepo',
Note = 'Note',
BacklinkNote = 'BacklinkNote',
RepetitionCard = 'RepetitionCard',