feat: Implement core Discord clone functionality including Convex backend, Electron frontend, and UI components for chat, voice, and settings.
This commit is contained in:
@@ -22,6 +22,7 @@ import EmojiesColored from './emojies_colored.png';
|
||||
import EmojiesGreyscale from './emojies_greyscale.png';
|
||||
import TypingIcon from './typing.svg';
|
||||
import DMIcon from './dm.svg';
|
||||
import SpoilerIcon from './spoiler.svg';
|
||||
|
||||
export {
|
||||
AddIcon,
|
||||
@@ -47,7 +48,8 @@ export {
|
||||
DeleteIcon,
|
||||
PinIcon,
|
||||
TypingIcon,
|
||||
DMIcon
|
||||
DMIcon,
|
||||
SpoilerIcon
|
||||
};
|
||||
|
||||
export const Icons = {
|
||||
@@ -74,5 +76,6 @@ export const Icons = {
|
||||
Delete: DeleteIcon,
|
||||
Pin: PinIcon,
|
||||
Typing: TypingIcon,
|
||||
DM: DMIcon
|
||||
DM: DMIcon,
|
||||
Spoiler: SpoilerIcon
|
||||
};
|
||||
|
||||
1
Frontend/Electron/src/assets/icons/spoiler.svg
Normal file
1
Frontend/Electron/src/assets/icons/spoiler.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5C5.648 5 1 12 1 12s4.648 7 11 7 11-7 11-7-4.648-7-11-7m0 12c-2.761 0-5-2.239-5-5s2.239-5 5-5 5 2.239 5 5-2.239 5-5 5"/><circle fill="currentColor" cx="12" cy="12" r="3"/></svg>
|
||||
|
After Width: | Height: | Size: 325 B |
Reference in New Issue
Block a user