feat: Add MembersList component, configure Electron frontend with Vite, and establish Gitea release workflow.
Some checks failed
Build and Release / build-and-release (push) Failing after 7m35s
Some checks failed
Build and Release / build-and-release (push) Failing after 7m35s
This commit is contained in:
@@ -23,6 +23,7 @@ import EmojiesGreyscale from './emojies_greyscale.png';
|
||||
import TypingIcon from './typing.svg';
|
||||
import DMIcon from './dm.svg';
|
||||
import SpoilerIcon from './spoiler.svg';
|
||||
import CrownIcon from './crown.svg';
|
||||
|
||||
export {
|
||||
AddIcon,
|
||||
@@ -49,7 +50,8 @@ export {
|
||||
PinIcon,
|
||||
TypingIcon,
|
||||
DMIcon,
|
||||
SpoilerIcon
|
||||
SpoilerIcon,
|
||||
CrownIcon
|
||||
};
|
||||
|
||||
export const Icons = {
|
||||
@@ -77,5 +79,6 @@ export const Icons = {
|
||||
Pin: PinIcon,
|
||||
Typing: TypingIcon,
|
||||
DM: DMIcon,
|
||||
Spoiler: SpoilerIcon
|
||||
Spoiler: SpoilerIcon,
|
||||
Crown: CrownIcon
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user