add editor wiring and styling updates

This commit is contained in:
41666 2021-07-05 12:04:46 -05:00
parent 1c38ab145c
commit 8cf3b2c78d
20 changed files with 434 additions and 53 deletions

View file

@ -22,6 +22,8 @@ export type GuildData = {
features: Features;
};
export type GuildDataUpdate = Omit<Omit<GuildData, 'features'>, 'id'>;
export type PresentableGuild = {
id: string;
guild: GuildSlug;