feat: adding source search

This commit is contained in:
Chubby Granny Chaser
2024-12-20 17:12:21 +00:00
42 changed files with 1519 additions and 859 deletions

View File

@@ -41,6 +41,9 @@ export class UserPreferences {
@Column("boolean", { default: false })
disableNsfwAlert: boolean;
@Column("boolean", { default: false })
showHiddenAchievementsDescription: boolean;
@CreateDateColumn()
createdAt: Date;