mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 03:48:06 +08:00
Improved API, added loading page, initial changes to homepage, and fixed irregular field on user info page not being centered
This commit is contained in:
parent
16f3cda10d
commit
029ef84671
9 changed files with 188 additions and 82 deletions
|
@ -138,3 +138,13 @@ export interface StudentData {
|
|||
}
|
||||
|
||||
export type UserInfoParams = [boolean, StudentData];
|
||||
|
||||
interface Location {
|
||||
latitude: number;
|
||||
longtitude: number;
|
||||
}
|
||||
|
||||
export interface StudentStatusParams {
|
||||
subject: string;
|
||||
location: Location;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue