mirror of
https://github.com/Equicord/Equicord.git
synced 2025-04-01 13:11:57 -04:00
parent
d3d4f3b789
commit
f80f3cdd12
7 changed files with 535 additions and 1 deletions
|
@ -10,7 +10,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
|
|
||||||
### Extra included plugins
|
### Extra included plugins
|
||||||
<details>
|
<details>
|
||||||
<summary>163 additional plugins</summary>
|
<summary>164 additional plugins</summary>
|
||||||
|
|
||||||
### All Platforms
|
### All Platforms
|
||||||
- AllCallTimers by MaxHerbold & D3SOX
|
- AllCallTimers by MaxHerbold & D3SOX
|
||||||
|
@ -20,6 +20,7 @@ You can join our [discord server](https://discord.gg/5Xh2W87egW) for commits, ch
|
||||||
- Anammox by Kyuuhachi
|
- Anammox by Kyuuhachi
|
||||||
- AtSomeone by Joona
|
- AtSomeone by Joona
|
||||||
- BannersEverywhere by ImLvna & AutumnVN
|
- BannersEverywhere by ImLvna & AutumnVN
|
||||||
|
- BetterActivities by D3SOX, Arjix, AutumnVN
|
||||||
- BetterAudioPlayer by Creations
|
- BetterAudioPlayer by Creations
|
||||||
- BetterBanReasons by Inbestigator
|
- BetterBanReasons by Inbestigator
|
||||||
- BetterBlockedUsers by TheArmagan
|
- BetterBlockedUsers by TheArmagan
|
||||||
|
|
13
src/equicordplugins/betterActivities/components/Caret.tsx
Normal file
13
src/equicordplugins/betterActivities/components/Caret.tsx
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
/*
|
||||||
|
* Vencord, a Discord client mod
|
||||||
|
* Copyright (c) 2024 Vendicated and contributors
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
export function Caret({ disabled, direction }: { disabled: boolean; direction: "left" | "right"; }) {
|
||||||
|
return (
|
||||||
|
<svg className={`vc-bactivities-caret-${direction.toLowerCase()} ${disabled && "disabled"}`} width="24" height="24" viewBox="0 0 24 24">
|
||||||
|
<path fill="currentColor" fillRule="evenodd" clipRule="evenodd" d="M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z" />
|
||||||
|
</svg>
|
||||||
|
);
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Vencord, a Discord client mod
|
||||||
|
* Copyright (c) 2024 Vendicated and contributors
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { SVGProps } from "react";
|
||||||
|
|
||||||
|
export function SpotifyIcon(props: SVGProps<SVGSVGElement>) {
|
||||||
|
return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" {...props}><path fill="#1ed760" d="M128 0C57.308 0 0 57.309 0 128c0 70.696 57.309 128 128 128c70.697 0 128-57.304 128-128C256 57.314 198.697.007 127.998.007zm58.699 184.614c-2.293 3.76-7.215 4.952-10.975 2.644c-30.053-18.357-67.885-22.515-112.44-12.335a7.981 7.981 0 0 1-9.552-6.007a7.968 7.968 0 0 1 6-9.553c48.76-11.14 90.583-6.344 124.323 14.276c3.76 2.308 4.952 7.215 2.644 10.975m15.667-34.853c-2.89 4.695-9.034 6.178-13.726 3.289c-34.406-21.148-86.853-27.273-127.548-14.92c-5.278 1.594-10.852-1.38-12.454-6.649c-1.59-5.278 1.386-10.842 6.655-12.446c46.485-14.106 104.275-7.273 143.787 17.007c4.692 2.89 6.175 9.034 3.286 13.72zm1.345-36.293C162.457 88.964 94.394 86.71 55.007 98.666c-6.325 1.918-13.014-1.653-14.93-7.978c-1.917-6.328 1.65-13.012 7.98-14.935C93.27 62.027 168.434 64.68 215.929 92.876c5.702 3.376 7.566 10.724 4.188 16.405c-3.362 5.69-10.73 7.565-16.4 4.187z"></path></svg>);
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
* Vencord, a Discord client mod
|
||||||
|
* Copyright (c) 2024 Vendicated and contributors
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
import type { SVGProps } from "react";
|
||||||
|
|
||||||
|
export function TwitchIcon(props: SVGProps<SVGSVGElement>) {
|
||||||
|
return (<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 268" {...props}><path fill="#5a3e85" d="M17.458 0L0 46.556v186.201h63.983v34.934h34.931l34.898-34.934h52.36L256 162.954V0zm23.259 23.263H232.73v128.029l-40.739 40.741H128L93.113 226.92v-34.886H40.717zm64.008 116.405H128V69.844h-23.275zm63.997 0h23.27V69.844h-23.27z"></path></svg>);
|
||||||
|
}
|
317
src/equicordplugins/betterActivities/index.tsx
Normal file
317
src/equicordplugins/betterActivities/index.tsx
Normal file
|
@ -0,0 +1,317 @@
|
||||||
|
/*
|
||||||
|
* Vencord, a Discord client mod
|
||||||
|
* Copyright (c) 2024 Vendicated and contributors
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
import "./styles.css";
|
||||||
|
|
||||||
|
import { definePluginSettings, migratePluginSettings } from "@api/Settings";
|
||||||
|
import { classNameFactory } from "@api/Styles";
|
||||||
|
import ErrorBoundary from "@components/ErrorBoundary";
|
||||||
|
import { Devs } from "@utils/constants";
|
||||||
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
|
import { findByPropsLazy, findComponentByCodeLazy, findStoreLazy } from "@webpack";
|
||||||
|
import { React, Tooltip, UserStore } from "@webpack/common";
|
||||||
|
import { User } from "discord-types/general";
|
||||||
|
import { JSX } from "react";
|
||||||
|
|
||||||
|
import { SpotifyIcon } from "./components/SpotifyIcon";
|
||||||
|
import { TwitchIcon } from "./components/TwitchIcon";
|
||||||
|
import { Activity, ActivityListIcon, Application, ApplicationIcon, IconCSSProperties } from "./types";
|
||||||
|
|
||||||
|
const settings = definePluginSettings({
|
||||||
|
memberList: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
description: "Show activity icons in the member list",
|
||||||
|
default: true,
|
||||||
|
restartNeeded: true,
|
||||||
|
},
|
||||||
|
iconSize: {
|
||||||
|
type: OptionType.SLIDER,
|
||||||
|
description: "Size of the activity icons",
|
||||||
|
markers: [10, 15, 20],
|
||||||
|
default: 15,
|
||||||
|
stickToMarkers: false,
|
||||||
|
},
|
||||||
|
specialFirst: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
description: "Show special activities first (Currently Spotify and Twitch)",
|
||||||
|
default: true,
|
||||||
|
restartNeeded: false,
|
||||||
|
},
|
||||||
|
renderGifs: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
description: "Allow rendering GIFs",
|
||||||
|
default: true,
|
||||||
|
restartNeeded: false,
|
||||||
|
},
|
||||||
|
showAppDescriptions: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
description: "Show application descriptions in the activity tooltip",
|
||||||
|
default: true,
|
||||||
|
restartNeeded: false,
|
||||||
|
},
|
||||||
|
divider: {
|
||||||
|
type: OptionType.COMPONENT,
|
||||||
|
description: "",
|
||||||
|
component: () => (
|
||||||
|
<div style={{
|
||||||
|
width: "100%",
|
||||||
|
height: 1,
|
||||||
|
borderTop: "thin solid var(--background-modifier-accent)",
|
||||||
|
paddingTop: 5,
|
||||||
|
paddingBottom: 5
|
||||||
|
}} />
|
||||||
|
),
|
||||||
|
},
|
||||||
|
allActivitiesStyle: {
|
||||||
|
type: OptionType.SELECT,
|
||||||
|
description: "Style for showing all activities",
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
default: true,
|
||||||
|
label: "Carousel",
|
||||||
|
value: "carousel",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "List",
|
||||||
|
value: "list",
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const cl = classNameFactory("vc-bactivities-");
|
||||||
|
|
||||||
|
const ApplicationStore: {
|
||||||
|
getApplication: (id: string) => Application | null;
|
||||||
|
} = findStoreLazy("ApplicationStore");
|
||||||
|
|
||||||
|
const { fetchApplication }: {
|
||||||
|
fetchApplication: (id: string) => Promise<Application | null>;
|
||||||
|
} = findByPropsLazy("fetchApplication");
|
||||||
|
|
||||||
|
const ActivityView = findComponentByCodeLazy<{
|
||||||
|
activity: Activity | null;
|
||||||
|
user: User;
|
||||||
|
application?: Application;
|
||||||
|
currentUser: User;
|
||||||
|
}>('location:"UserProfileActivityCard",');
|
||||||
|
|
||||||
|
// if discord one day decides to change their icon this needs to be updated
|
||||||
|
const DefaultActivityIcon = findComponentByCodeLazy("M6,7 L2,7 L2,6 L6,6 L6,7 Z M8,5 L2,5 L2,4 L8,4 L8,5 Z M8,3 L2,3 L2,2 L8,2 L8,3 Z M8.88888889,0 L1.11111111,0 C0.494444444,0 0,0.494444444 0,1.11111111 L0,8.88888889 C0,9.50253861 0.497461389,10 1.11111111,10 L8.88888889,10 C9.50253861,10 10,9.50253861 10,8.88888889 L10,1.11111111 C10,0.494444444 9.5,0 8.88888889,0 Z");
|
||||||
|
|
||||||
|
const fetchedApplications = new Map<string, Application | null>();
|
||||||
|
|
||||||
|
const xboxUrl = "https://discord.com/assets/9a15d086141be29d9fcd.png"; // TODO: replace with "renderXboxImage"?
|
||||||
|
|
||||||
|
const ActivityTooltip = ({ activity, application, user }: Readonly<{ activity: Activity, application?: Application, user: User; }>) => {
|
||||||
|
const currentUser = UserStore.getCurrentUser();
|
||||||
|
if (!currentUser) return null;
|
||||||
|
return (
|
||||||
|
<ErrorBoundary>
|
||||||
|
<div className={cl("activity-tooltip")}>
|
||||||
|
<ActivityView
|
||||||
|
activity={activity}
|
||||||
|
user={user}
|
||||||
|
application={application}
|
||||||
|
currentUser={currentUser}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</ErrorBoundary>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
function getApplicationIcons(activities: Activity[], preferSmall = false) {
|
||||||
|
const applicationIcons: ApplicationIcon[] = [];
|
||||||
|
const applications = activities.filter(activity => activity.application_id || activity.platform);
|
||||||
|
|
||||||
|
for (const activity of applications) {
|
||||||
|
const { assets, application_id, platform } = activity;
|
||||||
|
if (!application_id && !platform) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (assets) {
|
||||||
|
const addImage = (image: string, alt: string) => {
|
||||||
|
if (image.startsWith("mp:")) {
|
||||||
|
const discordMediaLink = `https://media.discordapp.net/${image.replace(/mp:/, "")}`;
|
||||||
|
if (settings.store.renderGifs || !discordMediaLink.endsWith(".gif")) {
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src: discordMediaLink, alt },
|
||||||
|
activity
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
const src = `https://cdn.discordapp.com/app-assets/${application_id}/${image}.png`;
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src, alt },
|
||||||
|
activity
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const smallImage = assets.small_image;
|
||||||
|
const smallText = assets.small_text ?? "Small Text";
|
||||||
|
const largeImage = assets.large_image;
|
||||||
|
const largeText = assets.large_text ?? "Large Text";
|
||||||
|
if (preferSmall) {
|
||||||
|
if (smallImage) {
|
||||||
|
addImage(smallImage, smallText);
|
||||||
|
} else if (largeImage) {
|
||||||
|
addImage(largeImage, largeText);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if (largeImage) {
|
||||||
|
addImage(largeImage, largeText);
|
||||||
|
} else if (smallImage) {
|
||||||
|
addImage(smallImage, smallText);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
} else if (application_id) {
|
||||||
|
let application = ApplicationStore.getApplication(application_id);
|
||||||
|
if (!application) {
|
||||||
|
if (fetchedApplications.has(application_id)) {
|
||||||
|
application = fetchedApplications.get(application_id) as Application | null;
|
||||||
|
} else {
|
||||||
|
fetchedApplications.set(application_id, null);
|
||||||
|
fetchApplication(application_id).then(app => {
|
||||||
|
fetchedApplications.set(application_id, app);
|
||||||
|
}).catch(console.error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (application) {
|
||||||
|
if (application.icon) {
|
||||||
|
const src = `https://cdn.discordapp.com/app-icons/${application.id}/${application.icon}.png`;
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src, alt: application.name },
|
||||||
|
activity,
|
||||||
|
application
|
||||||
|
});
|
||||||
|
} else if (platform === "xbox") {
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src: xboxUrl, alt: "Xbox" },
|
||||||
|
activity,
|
||||||
|
application
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} else if (platform === "xbox") {
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src: xboxUrl, alt: "Xbox" },
|
||||||
|
activity
|
||||||
|
});
|
||||||
|
}
|
||||||
|
} else if (platform === "xbox") {
|
||||||
|
applicationIcons.push({
|
||||||
|
image: { src: xboxUrl, alt: "Xbox" },
|
||||||
|
activity
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return applicationIcons;
|
||||||
|
}
|
||||||
|
|
||||||
|
migratePluginSettings("BetterActivities", "MemberListActivities");
|
||||||
|
|
||||||
|
export default definePlugin({
|
||||||
|
name: "BetterActivities",
|
||||||
|
description: "Shows activity icons in the member list and allows showing all activities",
|
||||||
|
authors: [Devs.D3SOX, Devs.Arjix, Devs.AutumnVN],
|
||||||
|
tags: ["activity"],
|
||||||
|
|
||||||
|
settings,
|
||||||
|
|
||||||
|
patchActivityList: ({ activities, user }: { activities: Activity[], user: User; }): JSX.Element | null => {
|
||||||
|
const icons: ActivityListIcon[] = [];
|
||||||
|
|
||||||
|
const applicationIcons = getApplicationIcons(activities);
|
||||||
|
if (applicationIcons.length) {
|
||||||
|
const compareImageSource = (a: ApplicationIcon, b: ApplicationIcon) => {
|
||||||
|
return a.image.src === b.image.src;
|
||||||
|
};
|
||||||
|
const uniqueIcons = applicationIcons.filter((element, index, array) => {
|
||||||
|
return array.findIndex(el => compareImageSource(el, element)) === index;
|
||||||
|
});
|
||||||
|
for (const appIcon of uniqueIcons) {
|
||||||
|
icons.push({
|
||||||
|
iconElement: <img {...appIcon.image} />,
|
||||||
|
tooltip: <ActivityTooltip activity={appIcon.activity} application={appIcon.application} user={user} />
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const addActivityIcon = (activityName: string, IconComponent: React.ComponentType) => {
|
||||||
|
const activityIndex = activities.findIndex(({ name }) => name === activityName);
|
||||||
|
if (activityIndex !== -1) {
|
||||||
|
const activity = activities[activityIndex];
|
||||||
|
const iconObject: ActivityListIcon = {
|
||||||
|
iconElement: <IconComponent />,
|
||||||
|
tooltip: <ActivityTooltip activity={activity} user={user} />
|
||||||
|
};
|
||||||
|
|
||||||
|
if (settings.store.specialFirst) {
|
||||||
|
icons.unshift(iconObject);
|
||||||
|
} else {
|
||||||
|
icons.splice(activityIndex, 0, iconObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
addActivityIcon("Twitch", TwitchIcon);
|
||||||
|
addActivityIcon("Spotify", SpotifyIcon);
|
||||||
|
|
||||||
|
if (icons.length) {
|
||||||
|
const iconStyle: IconCSSProperties = {
|
||||||
|
"--icon-size": `${settings.store.iconSize}px`,
|
||||||
|
};
|
||||||
|
|
||||||
|
return <ErrorBoundary noop>
|
||||||
|
<div className={cl("row")}>
|
||||||
|
{icons.map(({ iconElement, tooltip }, i) => (
|
||||||
|
<div key={i} className={cl("icon")} style={iconStyle}>
|
||||||
|
{tooltip ? <Tooltip text={tooltip}>
|
||||||
|
{({ onMouseEnter, onMouseLeave }) => (
|
||||||
|
<div
|
||||||
|
onMouseEnter={onMouseEnter}
|
||||||
|
onMouseLeave={onMouseLeave}>
|
||||||
|
{iconElement}
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
|
</Tooltip> : iconElement}
|
||||||
|
</div>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</ErrorBoundary>;
|
||||||
|
} else {
|
||||||
|
// Show default icon when there are no custom icons
|
||||||
|
// We need to filter out custom statuses
|
||||||
|
const shouldShow = activities.filter(a => a.type !== 4).length !== icons.length;
|
||||||
|
if (shouldShow) {
|
||||||
|
return <DefaultActivityIcon />;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
},
|
||||||
|
|
||||||
|
patches: [
|
||||||
|
{
|
||||||
|
find: "activity_status_cleanup",
|
||||||
|
replacement: {
|
||||||
|
match: /activityStatusCleanupEnabled:!0/,
|
||||||
|
replace: "activityStatusCleanupEnabled:!1",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
// Patch activity icons
|
||||||
|
find: '"activity-status-web"',
|
||||||
|
replacement: {
|
||||||
|
match: /(?<=hasQuest:\i\}=(\i).*?)\(null==\i?\?void 0:\i.some\(\i\.\i\)\)/,
|
||||||
|
replace: "$self.patchActivityList($1),false"
|
||||||
|
},
|
||||||
|
predicate: () => settings.store.memberList,
|
||||||
|
}
|
||||||
|
],
|
||||||
|
});
|
99
src/equicordplugins/betterActivities/styles.css
Normal file
99
src/equicordplugins/betterActivities/styles.css
Normal file
|
@ -0,0 +1,99 @@
|
||||||
|
.vc-bactivities-row {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: 5px;
|
||||||
|
text-align: center;
|
||||||
|
gap: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-icon {
|
||||||
|
height: var(--icon-size);
|
||||||
|
width: var(--icon-size);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-icon img {
|
||||||
|
width: var(--icon-size);
|
||||||
|
height: var(--icon-size);
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="tooltip_"]:has(.vc-bactivities-activity-tooltip) {
|
||||||
|
max-width: 280px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-activity-tooltip {
|
||||||
|
margin: -5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-caret-left,
|
||||||
|
.vc-bactivities-caret-right {
|
||||||
|
color: #ddd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-caret-left {
|
||||||
|
transform: rotate(90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-caret-right {
|
||||||
|
transform: rotate(-90deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 5px;
|
||||||
|
background: var(--background-secondary-alt);
|
||||||
|
border-radius: 3px;
|
||||||
|
flex: 1 0;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls [class^="vc-activities-caret-"] {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
cursor: pointer;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #ffffff4d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls [class^="vc-activities-caret-"].disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls [class^="vc-activities-caret-"]:hover:not(.disabled) {
|
||||||
|
background: var(--background-modifier-accent);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls .carousel {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls .carousel .dot {
|
||||||
|
margin: 0 4px;
|
||||||
|
width: 10px;
|
||||||
|
cursor: pointer;
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 100px;
|
||||||
|
background: var(--interactive-muted);
|
||||||
|
transition: background 0.3s;
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls .carousel .dot:hover:not(.selected) {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls .carousel .dot.selected {
|
||||||
|
opacity: 1;
|
||||||
|
background: var(--dot-color, var(--brand-500));
|
||||||
|
}
|
||||||
|
|
||||||
|
.vc-bactivities-controls-tooltip {
|
||||||
|
--background-floating: var(--background-secondary);
|
||||||
|
}
|
82
src/equicordplugins/betterActivities/types.ts
Normal file
82
src/equicordplugins/betterActivities/types.ts
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
/*
|
||||||
|
* Vencord, a Discord client mod
|
||||||
|
* Copyright (c) 2024 Vendicated and contributors
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { CSSProperties, ImgHTMLAttributes, JSX } from "react";
|
||||||
|
|
||||||
|
export interface Timestamp {
|
||||||
|
start?: number;
|
||||||
|
end?: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Activity {
|
||||||
|
created_at: number;
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
type: number;
|
||||||
|
emoji?: {
|
||||||
|
animated: boolean;
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
};
|
||||||
|
state?: string;
|
||||||
|
flags?: number;
|
||||||
|
sync_id?: string;
|
||||||
|
details?: string;
|
||||||
|
application_id?: string;
|
||||||
|
assets?: {
|
||||||
|
large_text?: string;
|
||||||
|
large_image?: string;
|
||||||
|
small_text?: string;
|
||||||
|
small_image?: string;
|
||||||
|
};
|
||||||
|
timestamps?: Timestamp;
|
||||||
|
platform?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Application {
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
icon: string;
|
||||||
|
description: string;
|
||||||
|
summary: string;
|
||||||
|
type: number;
|
||||||
|
hook: boolean;
|
||||||
|
guild_id: string;
|
||||||
|
executables: Executable[];
|
||||||
|
verify_key: string;
|
||||||
|
publishers: Developer[];
|
||||||
|
developers: Developer[];
|
||||||
|
flags: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Developer {
|
||||||
|
id: string;
|
||||||
|
name: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Executable {
|
||||||
|
os: string;
|
||||||
|
name: string;
|
||||||
|
is_launcher: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ApplicationIcon {
|
||||||
|
image: ImgHTMLAttributes<HTMLImageElement> & {
|
||||||
|
src: string;
|
||||||
|
alt: string;
|
||||||
|
};
|
||||||
|
activity: Activity;
|
||||||
|
application?: Application;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface ActivityListIcon {
|
||||||
|
iconElement: JSX.Element;
|
||||||
|
tooltip?: JSX.Element | string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface IconCSSProperties extends CSSProperties {
|
||||||
|
"--icon-size": string;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue