You've already forked AstralRinth
forked from didirus/AstralRinth
Affiliates frontend (#4380)
* Begin affiliates frontend * Significant work on hooking up affiliates ui * Clean up server nodes menu * affiliates work * update affiliate time * oops * fix local import * fix local import x2 * remove line in dashboard * lint
This commit is contained in:
@@ -334,6 +334,7 @@ export enum UserBadge {
|
||||
ALPHA_TESTER = 1 << 4,
|
||||
CONTRIBUTOR = 1 << 5,
|
||||
TRANSLATOR = 1 << 6,
|
||||
AFFILIATE = 1 << 7,
|
||||
}
|
||||
|
||||
export type UserBadges = number
|
||||
@@ -597,3 +598,11 @@ export interface DelphiReport {
|
||||
status: 'pending' | 'approved' | 'rejected'
|
||||
content?: string
|
||||
}
|
||||
|
||||
export type AffiliateLink = {
|
||||
id: string
|
||||
created_at: string
|
||||
created_by: string
|
||||
affiliate: string
|
||||
source_name: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user