Feature Requests #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dynamic page coloring using node-vibrant
Have class user-card styled like the activity cards, use banner as background if any. - Maybe with a blur?
RPC buttons: added, won't show if no url is present
RPC tooltips: will add tomorrow, what should show though ?
Card-style user-card with banner background: maybe as a setting, banner would have to be a kv option
Remove/change readme text: removed, didn’t like it anyway
Streaming indicator: forgot, adding tomorrow
On-page websocket updates: everything Discord updates should update? did i miss something?
The on-page websocket updates seem to have some sort of delay
I initially thought it didn't update at all, but it just seems to take its time
Edit:

In some cases it doesn't seem to update at all and requires a page refresh
The above is caused by not sending lanyard a heartbeat
When first connecting you receive
{"op":1,"d":{"heartbeat_interval":30000}}
every
heartbeat_interval
you need to send opcode 3 back,{"op": 3}
Ref: https://github.com/Phineas/lanyard?tab=readme-ov-file#list-of-opcodes
PR #6 Should fix the websocket disconnecting
everything but
should be added or fixed, will look into node vibrant colors tomorrow, since i moved colors to root
So... what do you we think about adding support for badges... yk...
@KrstlSkll69 wrote in #2 (comment):
maybe
I’ve worked on SerStars’ badge API myself, it’s no1 fast enough that I’d even consider using it
base - https://therealbadgesapi.serstars.workers.dev
params:
userid=
allowedmods= (enter source name seprated with commas)
prefix=true (on default false) (shows the source name infront of the name/tooltip)
edit: typo, meant "now" not "not"