mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: returning with edit profile modal
This commit is contained in:
commit
2304e19558
78 changed files with 1810 additions and 906 deletions
|
@ -11,6 +11,11 @@ export enum DownloadSourceStatus {
|
|||
Errored,
|
||||
}
|
||||
|
||||
export enum CatalogueCategory {
|
||||
Hot = "hot",
|
||||
Weekly = "weekly",
|
||||
}
|
||||
|
||||
export class UserNotLoggedInError extends Error {
|
||||
constructor() {
|
||||
super("user not logged in");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue