mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
1280f96f37
* feat: implement space and workspace icons - Create reusable AvatarUploader component supporting avatars, space icons, and workspace icons - Add Sharp package for server-side image resizing and optimization - Create reusable AvatarUploader component supporting avatars, space icons, and workspace icons - Support removing icons * add workspace logo support - add upload loader - add white background to transparent image - other fixes and enhancements * dark mode * fixes * cleanup
10 lines
177 B
TypeScript
10 lines
177 B
TypeScript
export {
|
|
uploadIcon,
|
|
uploadUserAvatar,
|
|
uploadSpaceIcon,
|
|
uploadWorkspaceIcon,
|
|
removeAvatar,
|
|
removeSpaceIcon,
|
|
removeWorkspaceIcon,
|
|
} from "./attachment-service.ts";
|