eopo
eopo
With "main page", do you refer to the alias list or the message list?
Rather ```json "plugins": { "instance1": { "plugin": "myFancyPlugin", "enable": true, "otherOption": "..." }, "instance2": { "plugin": "myFancyPlugin", "enable": true, "otherOption": "..." }, "otherPlugin": {}, }, ``` or ```json "plugins": {...
I thought about checking wether it’s an array (in this case it’s multiple instances) or an object (in this case it’s just one instance. If a second instance is generated,...
Hey @woestric, sounds interesting. I'll try to restore the previous behaviour for you. Your feature idea of the message being shown on one line with all capcodes is a bit...
I'm thinking about eventually storing only unique messages and referencing them. If e.g. 100 capcodes get sent the same message (Regardless of the time), the message is only stored once,...
You guys are so unbelievable quick ... Thanks for your great work!!!
Has to do with the library that does the highlighting-feature. It seems to get rid of everything that looks like an html tag.
Can you confirm the behavior described here: https://github.com/pagermon/pagermon/issues/212#issuecomment-613559811
I'd leave it in for desktop. Further down the road we could give users the opportunity to define which user can see which fields in list view and accordion view.
Could this be combined with #409? Small card with only minimal data when collapsed, big card when clicked?