mirror of
https://github.com/aykhans/slash-e.git
synced 2026-09-23 14:26:49 +00:00
chore: remove custom style
- Deleted the custom_style field from WorkspaceProfile and WorkspaceSetting messages in workspace_service.proto. - Updated the corresponding Go files and gRPC service implementations to reflect the removal of custom_style. - Removed references to custom_style in the API documentation and Swagger definitions. - Adjusted the workspace setting migration logic to exclude custom_style. - Updated README files to remove mentions of custom_style. - Bumped protoc-gen-go and protoc-gen-go-grpc versions in generated files.
This commit is contained in:
@@ -36,8 +36,6 @@ message WorkspaceProfile {
|
||||
string owner = 3;
|
||||
// The workspace subscription.
|
||||
Subscription subscription = 4;
|
||||
// The custom style.
|
||||
string custom_style = 5;
|
||||
// The workspace branding.
|
||||
bytes branding = 6;
|
||||
}
|
||||
@@ -47,8 +45,6 @@ message WorkspaceSetting {
|
||||
string instance_url = 1;
|
||||
// The workspace custome branding.
|
||||
bytes branding = 2;
|
||||
// The custom style.
|
||||
string custom_style = 3;
|
||||
// The default visibility of shortcuts and collections.
|
||||
Visibility default_visibility = 4;
|
||||
// The identity providers.
|
||||
|
||||
Reference in New Issue
Block a user