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

This commit is contained in:
Bryan1029384756
2026-02-11 06:42:31 -06:00
parent c472f0ee2d
commit 49bc491e08
6 changed files with 25 additions and 9 deletions

View File

@@ -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
};