Account about page

This commit is contained in:
2025-11-22 01:47:10 +08:00
parent 70a18b07ff
commit a16da37221
26 changed files with 462 additions and 40 deletions

View File

@@ -66,6 +66,11 @@ message UsernameColor {
repeated string colors = 4;
}
message ProfileLink {
string name = 1;
string url = 2;
}
// Profile contains detailed information about a user
message AccountProfile {
string id = 1;
@@ -97,6 +102,7 @@ message AccountProfile {
google.protobuf.Timestamp created_at = 22;
google.protobuf.Timestamp updated_at = 23;
optional UsernameColor username_color = 24;
repeated ProfileLink links = 25;
}
// AccountContact represents a contact method for an account