1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

client - thread page pagination done

This commit is contained in:
2018-01-22 21:29:49 -06:00
parent 04be6543b6
commit adbe3c6857
8 changed files with 105 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ export interface ReplyModel {
content: string;
edited: boolean;
id: number;
index?: number;
inserted_at: string;
quote_id: number;
thread_id: number;