Satont

Results 118 issues of Satont

For example filter users which `messages` > 50

backend
frontend/dashboard

There is forms for create\edit existed items, but i have no idea where to place button for `create` item.

uuh ```gql query getAllIntegrations { lfmLoginLink: integrationsGetServiceAuthLink(service:LASTFM) lfm: integrationsGetData(service: LASTFM) { ...on IntegrationDataLastfm { username avatar } } vk: integrationsGetData(service: VK) { ...on IntegrationDataVk { username avatar } } valorant:...

With current implementation it's impossible to check additional added streamers on offline, need to rethink whole architecture logic of this service. Also discord message not updated each N minuts now.

backend

Should be with presets, where you selecting uploaded images, interval of change

backend
frontend/dashboard
frontend/overlays

A lot of data refetched via intervals, it can be simplified to one websocket connection which is more lightweight for such things.

backend
frontend/dashboard

- [x] https://github.com/twirapp/twir/pull/652 - [ ] Streamelements - [ ] Streamlabs

feature

We can add new behavior for commands, if moderators or broadcaster use commadn with count as argument - sent this command N times. For example ``` !tg 5 ``` Will...

backend