Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Show status in chat #873

Closed
3 tasks done
zumbiepig opened this issue Jul 9, 2024 · 8 comments
Closed
3 tasks done

Show status in chat #873

zumbiepig opened this issue Jul 9, 2024 · 8 comments
Labels
rejected (plugin exists) This plugin is already part of Vencord.

Comments

@zumbiepig
Copy link

Plugin Description

Make it so you can see other people's status in a chat so you don't have to click on them.

Like this:
image
but in the channel
image

Existing Plugin for other mod

No response

Request Agreement

  • I read the above and made sure my plugin is possible and allowed
  • I checked the existing plugins and made sure my plugin doesn't already exist
  • I searched the existing issues and made sure a similar request doesn't already exist
@Krammeth
Copy link

Krammeth commented Jul 9, 2024

image
image

@zumbiepig
Copy link
Author

@Krammeth I want the bubble status, not the globe/phone icon.

@cheesesamwich
Copy link

@Krammeth I want the bubble status, not the globe/phone icon.

It still has the same functionality, if not more

@zumbiepig
Copy link
Author

@Krammeth

It still has the same functionality, if not more

Well I don't like the look of it, even if you do. It makes it more cluttered in my opinion.

@nvhhr
Copy link
Collaborator

nvhhr commented Jul 9, 2024

There are a few ways to sort of do this in css by utilizing the platformindicator, here's a jank prototype I threw together which hides the icons and creates an arbitrarily placed circle with the same color:

.header_f9f2ca { overflow: visible !important; }
.contents_f9f2ca .vc-platform-indicator { display: none; }
.contents_f9f2ca:has(.vc-platform-indicator)>.header_f9f2ca::after
 { content: "";
   height:10px;
   width:10px;
   border-radius: 50%;
   position: absolute;
   left: -29px;
   top: 30px;
   z-index: 1;
   border: 4px solid var(--background-primary); }
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#f0b232"])>.header_f9f2ca::after{background: #f0b232;}
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#f23f43"])>.header_f9f2ca::after{background: #f23f43;}
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#23a55a"])>.header_f9f2ca::after{background: #23a55a;}

image

@zumbiepig
Copy link
Author

@nvhhr I put that into the custom CSS section, and it didn't work.

@Scyye
Copy link

Scyye commented Jul 9, 2024

Odd, it works fine for me.

Did you restart your discord after enabling platform indicators?

@Feathers8
Copy link

I was curious to test it myself and it does not work for me either. And yeah I did restart - the icons show without the snippet.

@Vendicated Vendicated closed this as not planned Won't fix, can't repro, duplicate, stale Jul 10, 2024
@Vendicated Vendicated added the rejected (plugin exists) This plugin is already part of Vencord. label Jul 10, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
rejected (plugin exists) This plugin is already part of Vencord.
Projects
None yet
Development

No branches or pull requests

7 participants