refactor: rename Server → Space across entire codebase
Renames all domain terminology from "Server" to "Space" throughout the application — database schema, API routes, shared types, stores, components, and UI strings. Files renamed: ServerSidebar → SpaceSidebar, CreateServer → CreateSpace, JoinServer → JoinSpace, ServerSettings → SpaceSettings, serverStore → spaceStore, routes/servers → routes/spaces.
This commit is contained in:
@@ -7,7 +7,7 @@ export const PermissionBits = {
|
||||
VIEW_CHANNEL: 1n << 1n,
|
||||
MANAGE_CHANNELS: 1n << 2n,
|
||||
MANAGE_ROLES: 1n << 3n,
|
||||
MANAGE_SERVER: 1n << 4n,
|
||||
MANAGE_SPACE: 1n << 4n,
|
||||
CREATE_INVITE: 1n << 5n,
|
||||
KICK_MEMBERS: 1n << 6n,
|
||||
BAN_MEMBERS: 1n << 7n,
|
||||
|
||||
Reference in New Issue
Block a user