Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Icon schema #149

Closed
Tracked by #293
tomasciccola opened this issue Oct 2, 2023 · 0 comments · Fixed by #152
Closed
Tracked by #293

Add Icon schema #149

tomasciccola opened this issue Oct 2, 2023 · 0 comments · Fixed by #152
Assignees

Comments

@tomasciccola
Copy link
Contributor

Icon schema would store information for retrieving an Icon blob, which will be stored directly in an Hypercore. The schema is roughly:

message Icon {
  message IconVariant {
    size: 'small' | 'medium' | 'large';
    number pixelDensity: 1 | 2 | 3;
    string blobVersionId;
    string mimeType;
 }
 Common common;
 string: name;
 repeated IconVariant variant:  
 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant