mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 16:43:04 -04:00
Add HideServers (#36)
* Add HideServers * HideServers: Add a count indicator and a modal to manage hidden servers * Dont include servers youve left in the indicator count * fix(hideServers) for webpack change * fix(hideServers): update regex * fix(hideServers): rewrite to use stores * move hideServers to equicordplugins * add serverhider to readme * put myself in equicorddevs * formatting nit
This commit is contained in:
parent
0f9ef9949b
commit
f2696a118f
10 changed files with 461 additions and 8 deletions
|
@ -786,6 +786,10 @@ export const EquicordDevs = Object.freeze({
|
|||
SpikeHD: {
|
||||
name: "SpikeHD",
|
||||
id: 221757857836564485n
|
||||
},
|
||||
bep: {
|
||||
name: "bep",
|
||||
id: 0n,
|
||||
}
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue